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

Re: turn working copy into an ordinary directory

From: Gaurav Kothiyal <kothiyal_at_gmail.com>
Date: 2006-09-15 21:00:25 CEST

go to the command line and issue this command once inside ur WC
DEL /F /S *.svn
On 9/15/06, Roman Cheplyaka <roman.cheplyaka@gmail.com> wrote:
>
> Suppose I have checked out a project into directory 'proj'. Now i want
> svn to forget that this is a working copy. AFAIU I have to do something
> like
> $ find proj -type d -name .svn -exec rm -rf {} ;
>
> But is there a standard way to this with svn utility?
> --
> Roman I. Cheplyaka
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

-- 
Gaurav Kothiyal
Received on Fri Sep 15 21:01:13 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.