Please keep replies on the mailing list so we can all try to help.
On Jan 26, 2006, at 12:40, Robert Bocheński wrote:
>>> I have a problem with subversion. When I'm trying to commit
>>> files placed in different folders and one of the file is in top
>>> level folder subversion gives an error: 'abort trap...'
>> [patch snipped]
>>
>> I'm sorry, I didn't quite understand what situation your patch is
>> addressing. Can you provide a reproduction recipe that shows the
>> behavior you're fixing?
>
> Ok...
>
> svn commit "gfx/my.js" "hidden/handler" "webmail" -m "some message"
>
> Gives:
> Abort Trap.
Well, that's not much of a recipe...
I tried to reproduce it, and cannot:
$ cd /tmp
$ svnadmin create repo
$ svn co file:///tmp/repo wc
Checked out revision 0.
$ cd wc
$ svn mkdir gfx hidden
A gfx
A hidden
$ svn ci -m ""
Adding gfx
Adding hidden
Committed revision 1.
$ touch gfx/my.js hidden/handler webmail
$ svn add gfx/my.js hidden/handler webmail
A gfx/my.js
A hidden/handler
A webmail
$ svn ci gfx/my.js hidden/handler webmail -m ""
Adding gfx/my.js
Adding hidden/handler
Adding webmail
Transmitting file data ...
Committed revision 2.
$
$ svn --version | head -n 2
svn, version 1.3.0 (r17949)
compiled Jan 18 2006, 02:12:52
$ uname -v
Darwin Kernel Version 8.4.0: Tue Jan 3 18:22:10 PST 2006;
root:xnu-792.6.56.obj~1/RELEASE_PPC
$
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 26 13:53:38 2006