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

Re: Cannot commit multiple paths

From: Hans Salvisberg <svn.users_at_salvisberg.com>
Date: 2006-11-21 18:23:35 CET

Jeremy Pereira wrote:
>>
>> but these fail with "Aborted":
>>
>> svn ci /var/foo /usr/bar
>> svn ci /var/foo /bar
>> svn ci /foo /bar
>>
>> Apparently, svn looks for the common ancestor of the given paths, and
>> if that ancestor happens to be / (root), then svn fails.
>
> Does it work if you do it this way?
>
> cd /
> svn ci var/foo usr/bar

I think it doesn't, but I'm not sure. This is a production system, and I can't experiment freely.

This definitely fails:

   cd /
   svn ci foo usr/bar

(where /foo is a file and /usr/bar a directory)

OTOH, I've never had a problem with

   svn ci /

from any directory.

Hans

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 21 18:24:51 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.