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

Re: Aborts on Windows [was: svn 1.5 commit fails]

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Thu, 24 Jul 2008 00:08:37 +0100

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

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.