[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: Julien Nigay <killergege_at_gmail.com>
Date: 2007-09-21 11:05:38 CEST

You also can right click the working copy folder and drag it. When you
release the button, choose "SVN Export to here" in the context menu.

On 9/20/07, Brad Stiles <bradstiles@bellsouth.net> wrote:
>
> 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 Fri Sep 21 11:05:52 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.