On Wed, 2008-07-23 at 21:06 +0200, Stefan Küng wrote:
> Julian Foad wrote:
> > On Wed, 2008-07-23 at 18:58 +0200, Stefan Küng wrote:
> >> Hi,
> >>
> >> a simple
> >>
> >> $ svn ci folder1 folder2 -m ""
> >>
> >> crashes if the working copy is in the root drive.
> >>
> >> To reproduce:
> >> $ SUBST g: d:\development\myworkingcopy
> >> $ cd g:
> >> $ svn ci folder1 folder2 -m ""
> >> This application has requested the Runtime to terminate it in an unusual
> >> way. Please contact the application's support team for more information.
> >>
> >> The reason for this is in subversion\libsvn_client\commit.c, line 1555
[...]
> Could you reproduce the problem I mentioned?
No. I don't have Windows. On Linux I tried:
[[[
edith:/ # svn st -v
1 1 julianfoad .
? media
? root
? home
? var
? lost+found
? sbin
? mnt
? tmp
? opt
? .qt
? boot
? proc
? lib
? bin
? usr
? srv
? etc
? sys
? dev
1 1 julianfoad d-mod
1 1 julianfoad d-mod/d
1 1 julianfoad d-mod/f
1 1 julianfoad f-mod
1 1 julianfoad d-del
1 1 julianfoad d-del/d
1 1 julianfoad d-del/f
1 1 julianfoad f-del
edith:/ # svn ci d-mod d-del -m ""
edith:/ # svn rm d-del
D d-del/d
D d-del/f
D d-del
edith:/ # echo Line2 >> d-mod/f
edith:/ # svn mkdir d-mod/d/d-add
A d-mod/d/d-add
edith:/ # svn ci d-mod d-del -m ""
Deleting d-del
Adding d-mod/d/d-add
Sending d-mod/f
Transmitting file data .
Committed revision 2.
]]]
There was no output from the first "ci" command (with no changes to
commit), and the second one (with some changes) succeeded.
- Julian
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-07-24 01:09:01 CEST