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

Re: SVN metadata remover

From: Brad Stiles <bradstiles_at_bellsouth.net>
Date: 2007-09-20 18:29:46 CEST

David W. Wilson <wilson.d@anseri.com> wrote:

> It is sometimes useful to remove the .svn directories and contents
> out of a directory tree. It would be nice if TortoiseSVN gave us a
> menu pick for this.

If you do not already have a working copy, simply export instead of checking out.

If you have a working copy that you want to turn into a plain directory, open up a DOS box, navigate to the working copy and type the following at the prompt:

    for /R . %v in (.svn) do if exist %v rd %v /s/q

Brad

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Sep 20 18:30:00 2007

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.