Removing a directory locally
From: Greg Lutz <greg_at_nearspace.com>
Date: Sat, 02 Feb 2008 15:38:14 -0800
As a relative newcomer to Subversion, I find a capability surprisingly
In a toy example, I have a repository with two directories under the
I create a working copy /Temp/wc non-recursively, then use svn update to
From within the working copy, svn status -v now reports
1 1 Greg .
I now use svn update again, to add Project2 to the working copy. The svn
1 1 Greg .
Suppose I now decide that fetching Project2 was a mistake -- it's big
1 1 Greg .
If I then try to add a file to the root of the repository with svn add,
C:/Temp/wc>svn add File1.txt
There *is* a non-kosher workaround: I can edit .svn/entries and remove
Project2
After doing this, the commit works fine.
Is there a kosher way to do this operation?
Thanks,
---------------------------------------------------------------------
|
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.