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

Re: AW: Cannot commit from parent after some children deleted

From: Thomas Harold <tgh_at_tgharold.com>
Date: 2006-11-27 20:38:35 CET

Felix Gilcher wrote:
> Hi,
>
> Chris Stankevitz <mailto:cstankevitz@toyon.com> schrieb am Montag,
> 27. November 2006 03:33:
>
>> Hi,
>>
>> I have two questions about the following:
>>
>> 1. svn co file:///foo/trunk trunk 2. cd trunk 3. rm -rf a/ b/ c/ 4.
>> Make changes to x/ y/ z/ 5. svn commit -m "Changes to x/ y/ z/"
>>
>> Q1: Is the above possible?
>
> Not the way you did it.

Right. I think if you go one step down into x/, then SVN won't look at
anything above that point. For example, the following will probably work:

cd x
svn ci -m "changes to y/ z/"

This is the sort of thing where project/file cloaking, or being able to
perform partial checkouts comes in handy. But it's not something that
SVN 1.4 handles gracefully (yet?).

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