RE: Delete unversioned files via TortoiseProc (or even svn)
From: Bob Archer <bob.archer_at_amsi.com>
Date: Fri, 26 Mar 2010 16:42:48 -0400
Ah.. you were asking about TSVN. You should use svn to automate stuff.
I think you basically need to look at the status of the files and delete the ones that show unversioned.
You might have better help with that in the svn mail list. For unix it would be something like:
svn status --no-ignore | grep '^\?' | sed 's/^\? //' | xargs rm -rf
BOb
> -----Original Message-----
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.