Re: how to stop managing a folder with SVN ?
From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2005-02-23 13:54:55 CET
Nicolas wrote:
You can delete in two ways IIRC:
# delete from working copy
# delete directly
That way you could save one step.
As for the removal of the .svn dirs:
find -type d -name .svn -exec rm -rf {} \;
..should do the job.
Uli
---------------------------------------------------------------------
|
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.