Re: [fltk.development] svn update: force conflicts to be overwritten?

2008-10-27 Thread Duncan Gibson
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. Zap you debug changes with 'svn revert -R . ' then 'svn update' ? (Or for just a few

Re: [fltk.development] svn update: force conflicts to be overwritten?

2008-10-24 Thread Fabien Costantini
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

Re: [fltk.development] svn update: force conflicts to be overwritten?

2008-10-24 Thread Fabien Costantini
all lines starting with 'C' Read: All lines starting with 'C' from the svn up command output, not svn stat. Fabien ___ fltk-dev mailing list fltk-dev@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-dev

[fltk.development] svn update: force conflicts to be overwritten?

2008-10-23 Thread Greg Ercolano
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. The man pages and 'svn help update' don't seem to give an indication. Like many of you, I

Re: [fltk.development] svn update: force conflicts to be overwritten?

2008-10-23 Thread Albrecht Schlosser
Greg Ercolano wrote: 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. I'm not quite sure about it, but recently I got a prompt sometimes