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

svn ci aborts when crossing root directory

From: Hans Salvisberg <svn.dev_at_salvisberg.com>
Date: 2007-01-05 16:40:30 CET

I posted this on svn.users before, unfortunately without any result, so I'll try here:

I'm running an entire SuSE 9.3 file system (with suitable ignores, of course) under svn 1.4.2, i.e. I have essentially checked out an empty repository directory to / and added most of the tree. This works quite well, except for one thing, which seems to be a bug in svn:

   svn ci path1 path2

works fine ONLY if path1 and path2 are in the same subtree, e.g. both under /var. If one is under /var and the other under /usr, then svn says

   Aborted

The same happens if one is a file in /, like

   svn ci path1 /filename

OTOH

   svn ci /

works fine, but usually I'd like to be more selective...

Apparently, svn tries to walk the tree from one path to the other, and it aborts if it encounters the root directory. Would you be able to fix this? I'd be glad to test a patch.

Thank you for a very fine tool!

Hans

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 5 16:40:39 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.