[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: Jeremy Pereira <jeremyp_at_jeremyp.net>
Date: 2006-11-20 12:47:54 CET

On 18 Nov 2006, at 14:36, <svn.users@salvisberg.com>
<svn.users@salvisberg.com> 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.
>
> Hans

Does it work if you do it this way?

        cd /
        svn ci var/foo usr/bar

>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

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