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

Re: subversion 1.4.0 svn checkout crash

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-10-03 19:17:30 CEST

On Tue, 03 Oct 2006, Moisei Rabinovich wrote:
...
> I just upgraded to 1.4.0 and now I have a crash when I try to checkout my
> working copy. the "crash" means standard windows error pop-up and working
> copy remains locked.
> It consistently happens in the middle of the checkout.
> The scenario is very simple - checkout fresh copy via http [svn checkout "
> http://myserver/svn/trunk" "S:\working-copy"]
> S is a subst drive.
> The server is continuous integration server and svn command is executed as a
> part of the build script, as an "execute" ant task.
>
> NOTE: I can *NOT* reproduce this crash when running the same command from
> the command line window.

This sounds like a bad interaction between Ant and the svn.exe client
(as you seem to suspect, too).

...
> <target name="test-svn-checkout">
> <exec executable="svn.exe" failonerror="true">
> <arg value="checkout"/>
> <arg value="--non-interactive"/>
> <arg value="--username"/>
> <arg value="DOMAIN\user"/>
> <arg value="--password"/>
> <arg value="password"/>
> <arg value="http://example/repo"/>
> <arg value="S:\working copy"/>
> </exec>
> </target>
...
> my client env:
> Intel Xeon CPU2.80 GHz 1.00 GB of RAM
> Microsoft Windows Server 2003 Standard Edition Service Pack 1
> svn, version 1.4.0 (r21228) compiled Sep 11 2006, 17:46:59 [installed from
> the svn-1.4.0-setup.exe]
> ant 1.6.2

Can you get a stack trace from svn.exe or Ant? Or is there anything
akin to strace that you can run when invoking Ant?

  • application/pgp-signature attachment: stored
Received on Tue Oct 3 19:17:04 2006

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.