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

RE: subversion checkout/merge issues

From: Gale, David <David.Gale_at_Hypertherm.com>
Date: 2006-01-24 17:36:49 CET

Chris Curvey wrote:
> I hope someone can help me here.
>
> I have an svn repository (1.1.x) running behind apache on Windows
> 2000, and It's been fine until today, but then I started getting
> these error messages when I try to check out a branch of my code on
> my Windows XP box.
>
> svn: Can't move 'C:\cms2-3\blah\workDir\.svn\tmp\entries' to
> 'C:\cms2-3\blah\workDir\.svn\entries': Access is denied. (using svn
> 1.2.3 command line)
>
> Error: Can't move 'C:\cms2-3\bat\.svn\tmp\entries' to
> 'C:\cms2-3\bat\.svn\entries': Access is denied. (using tortoise
> 1.3.0 - just upgraded yesterday)
>
> The checkout runs for a while, then seems to stop at some random
> point and wait, and then I get the messages. Using TortoiseSVN, I
> see that the "bytes per sec" drops to zero for a little bit before
> the error message occurs.
>
> I eventually ended up restarting the machine where the repository
> lives, and was able to check out the whole project and do a dry-run
> merge, but then trying to do a real merge is crapping out and leaving
> the system in a locked state. I do a cleanup and it tells me that it
> can't find a file that it needs to delete.

Sounds like it might be a case-sensitivity issue. Is there an 'entries'
file/folder in both revisions? Does one of them have a different case
in the name--'Entries', for instance? Windows doesn't allow for
case-sensitive file names, and Subversion doesn't give a very helpful
error message when it runs into such a problem.

-David

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