> Is there an easy way to do an 'svn update' that *overwrites* all
> files instead of doing a 'conflict' or 'merge'? ie. more like a tar
> extraction to write over all the source files with the latest release.
Basically, no.
You can use svn stat and make a unix shell script that sed filters all lines 
starting with 'C' and pipe and select the second column2 corresponding to the 
name file, and pipe to svn revert, then use svn up as usual.

This way you have a (faster) alternative to svn co and non conflicted files 
would keep your mods.
That said, it would need confirmation as it could be very devastating if you 
forgot that you developped code you wanted to keep.

Fabien


_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to