Subversion Repositories programming

Rev

Rev 267 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#!/bin/bash

for i in index.html ira.html maricela.html matt.html parham.html ryan.html susana.html interesting.html;
    do svn diff template.html | \
       sed "s/template.html/${i}/" | \
       patch -p0;
done

#rm *.orig