On Tue, 12 Jul 2016, Marco van de Voort wrote:

In our previous episode, Michael Van Canneyt said:

PS. Maybe switching to git alone may make a checkout less painful, if we may
believe some supporters... But that is the topic of a separate thread :-)

Wrong problem, better eliminate the need for repeated checkouts rather than
optimize them.

What is wrong with

svn status | grep '^?' | awk '{ print $2 }' | xargs rm -rf

This ensures a pristine copy ?

Or you can do an

svn export

from an already checked-out copy. This leaves you with a pristine copy too.

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to