[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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-----
> From: Heiko Tappe [mailto:tappe_at_transdata.net]
> Sent: Friday, March 26, 2010 4:21 PM
> To: users_at_tortoisesvn.tigris.org
> Subject: RE: Delete unversioned files via TortoiseProc (or even svn)
>
> Hard to do a Shift-Rightclick in a shell script ;-)
> But yes, I am looking for exactly this functionality - for shell scripts.
>
> --Heiko
>
> ------------------------------------------------------
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId
> =2465674
>
> To unsubscribe from this discussion, e-mail: [users-
> unsubscribe_at_tortoisesvn.tigris.org].

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2465687

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-03-26 21:41:39 CET

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.