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

Re: Hung 'svn commit' (for the last 8 hours)

From: Andreas J Koenig <andreas.koenig_at_anima.de>
Date: 2003-09-22 06:23:27 CEST

>>>>> On Sun, 21 Sep 2003 10:12:13 -0400, John Peacock <jpeacock@rowman.com> said:

> My automatic update of the APC (Archive of Perl Changes) hung last
> night after I upgraded Perl::Repository::APC and attempted to import
> the 5.6.2 branch. I see the 'svn commit' just sitting there (and I
> cannot access that repository). I have plenty of RAM and hard-disk
> available and the existing svn session seems to be doing little or no
> work at this point.

strace -pPID would tell you what exactly it does.

> Should I kill the process and try and recover the database

From my script you may expect that it behaves tolerant if a previous
session had a problem. At least it's designed to be interruptable.

> (I can
> reconstruct from the beginning if I have to, it'll take 2 days).

If you upgrade to 0.29 you have to do that anyway.

> I
> don't expect to be able to debug the import program here; I'll work
> with the author directly on that. Mostly, I am hoping someone will say
> "Oh, that! I recognize that!" so Andreas and I have something to go
> on.

> This is the log where the 5.6.2 branch should be created and populated
> (I don't yet know where the initial "Filesystem has no item" is coming
> from):

The "Filesystem has no item" is harmless. It comes from the subroutine
svn_mkdir_minus_p() which beforehand tries an ls on every directory it
creates.

-- 
andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 22 06:24:19 2003

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.