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

Can't commit anything

From: Roel Schroeven <rschroev_nospam_ml_at_fastmail.fm>
Date: 2006-02-07 09:48:58 CET

Hi,

It seems I can't commit anything anymore. The "Enter Log Message" window
appears; when I press OK, the "TortoiseSVN Commit..." window appears,
but nothing happens. I examined the process with StraceNT, and it just
sits there doing

[T128] InterlockedExchange(132183c, 1, 0, 132183c, ...) = 0
[T128] InterlockedExchange(132183c, 0, 0, 15e4998, ...) = 1
[T128] InterlockedExchange(13219dc, 1, c, 13219dc, ...) = 0
[T128] InterlockedExchange(13219dc, 0, c, 15e4998, ...) = 1
[T128] Sleep(3e8, 12fca60, 1306ac45, 15e4998, ...) = 0
[T128] InterlockedExchange(132183c, 1, 0, 132183c, ...) = 0
[T128] InterlockedExchange(132183c, 0, 0, 15e4998, ...) = 1
[T128] InterlockedExchange(13219dc, 1, c, 13219dc, ...) = 0
[T128] InterlockedExchange(13219dc, 0, c, 15e4998, ...) = 1
[T128] Sleep(3e8, 12fca60, 1306ac45, 15e4998, ...)

and so on, with each Sleep taking about one second (now that I think of
it, it's exactly one second: 0x3e8 = 1000, which I presume is the number
of milliseconds).

My uninformed guess is that there's a lock somewhere, but I don't know
where to look for it and how to remove it. This is on a local repository
using TortoiseSVN 1.3.1, Build 5521 on Windows XP.

-- 
If I have been able to see further, it was only because I stood
on the shoulders of giants.  -- Isaac Newton
Roel Schroeven
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Feb 7 09:49:50 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.