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

Update blocked and cleanup not possible

From: Matthias Fechner <idefix_at_fechner.net>
Date: Mon, 27 Jul 2009 17:23:48 +0200

Hi,

I have a problem on my Mac with subversion 1.6.3.
(svn, version 1.6.3 (r38063))

Today I had a file abc168P.h in the filesystem.

There was a capital letter in it and I wanted to rename it to small
letters only.
I tried
svn mv abc168P.h abc168p.h
but it was not successfully.

So I did the following:
svn mv abc168P.h abc168p2.h
svn mv abc168p2.h abc168p.h
svn commit

That worked and commited the file correctly to the repository.
But now my local repository is locked completely.
svn up
svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

If i try a "svn cleanup ." it says
svn: In directory '.'
svn: Error processing command 'committed' in '.'
svn: Log command for directory 'abc168P.h' is mislocated

What can I do to solve that problem?

Thanks,
Matthias

-- 
"Programming today is a race between software engineers striving to 
build bigger and better idiot-proof programs, and the universe trying to 
produce bigger and better idiots. So far, the universe is winning." -- 
Rich Cook
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2376006
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-27 18:02:12 CEST

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.