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

Re: Cannot commit from parent after some children deleted

From: Thomas Harold <tgh_at_tgharold.com>
Date: 2006-11-27 23:30:45 CET

Ryan Schmidt wrote:
> If that is your goal, then do not "rm -rf a/ b/ c/"; as you see, this
> confuses Subversion because you've removed administrative directories it
> thinks it has control over. Instead, switch them to an empty directory
> in the repository, which can be created for just this purpose.
>
> svn mkdir file:///foo/empty -m "Making empty directory for use with
> switching"
> svn co file:///foo/trunk trunk
> cd trunk
> svn switch file:///foo/empty a
> svn switch file:///foo/empty b
> svn switch file:///foo/empty c
>
> Then you should have no problem.

Now that's an interesting way of doing project-level cloaking...

(Wonder if I can teach my users that trick.)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 27 23:31:55 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.