RE: Backing out Subversion?
From: André Pönitz <andre_at_wasy.de>
Date: 2005-12-02 10:39:37 CET
> Since we support a large manufacturing floor/sales team/etc., deleting
Strange enough.
> My best thought was to recursively drill through all subdirectories, deleting
What's wrong with
find -type d -name .svn rm -rf {} \;
?
It is certainly a 'less manual process' than typing in a whole mail ;-}
> Also, is it possible to get a dump of the files as they've changed
Something like
for i in `svn log foo.sql | grep '^r' | cut -d ' ' -f 1` ; do
should do the trick. [This is untested, so try out in a quite corner...]
There is no such problem as far as I can tell.
Andre'
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.