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
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
---------------------------------------------------------------------
|
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.