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

turn working copy into an ordinary directory

From: Roman Cheplyaka <roman.cheplyaka_at_gmail.com>
Date: 2006-09-15 20:37:34 CEST

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
Received on Fri Sep 15 20:38:45 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.