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

svn died for good mid-command...

From: <kynn_at_panix.com>
Date: 2006-05-16 22:15:56 CEST

I was doing a routine checkout (one that I had done successfully only
a few minutes before), and svn gave up the ghost in the middle of the
process:

% svn co file:///home/jones/svn-repos/MyProject/trunk/script myproj
A myproj/logs
A myproj/logs/cgi_log
A myproj/frobnicate.pl
A myproj/sample.pl
A myproj/templates
zsh: 5050 killed svn co file:///home/jones/svn-repos/MyProject/trunk/script

As you can see I killed the process, but only after waiting for about
2 minutes (it shouldn't have taken more than a second).

Worse yet, now if I attempt the same command again, it just hangs (I
no longer even see the first few lines of output).

(FWIW, C-c [kill -TERM] is not enough to kill the process; I have to
do C-z and then kill it with "kill -KILL %".)

How can I *troubleshoot* this problem?

Thanks!

kj

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 16 22:17:39 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.