[fpc-pascal] OData and Office365 REST API support
Michael Van Canneyt
michael at freepascal.org
Tue Jul 12 11:47:57 CEST 2016
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.
More information about the fpc-pascal
mailing list