Re: Cannot commit multiple paths
From: Hans Salvisberg <svn.users_at_salvisberg.com>
Date: 2006-11-18 15:36:51 CET
Thank you for your reply, Troy!
Troy Curtis Jr wrote:
Yes, exactly. Actually, the repository lives inside the same file system, but it's excluded from the working copy. I've created and fine-tuned a shell script to create the repository that goes along these lines (only much longer):
svnadmin create /var/.repos
svn add /var -N
I had to experiment quite a bit to find all the necessary excludes, but now it works like a charm, and an
svn st /
is extremely fast (a few seconds at most, usually it's instantaneous). So, my "working copy" is not a working copy in the traditional sense, but I'm using svn to monitor, log, and document changes on a server.
Back to my problem -- this works:
svn ci /var/foo /var/bar
but these fail with "Aborted":
svn ci /var/foo /usr/bar
Apparently, svn looks for the common ancestor of the given paths, and if that ancestor happens to be / (root), then svn fails.
Hans
---------------------------------------------------------------------
|
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.