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

Re: can

From: Simon Large <simon.tortoisesvn_at_gmail.com>
Date: Thu, 19 Jan 2012 09:15:20 +0000

On 19 January 2012 03:18, Charles Glidden <charles.glidden_at_newport.com> wrote:
> Hello Subversion  1.7.2, I started an update.  It worked quite a while then died an ungraceful death.  So I tried to finish the update later and got a message "  perform a clean". when I try to perform a clean I get a message it can not clean because it is locked.  When I try to unlock it I get a message you have to perform a clean before it can be  unlocked.  Excuse please the paraphrases.
>
> Any idea what I can do now?

If you upgraded the working copy from 1.6 then the upgrade may not
have worked properly - it's not perfect - so a fresh checkout may be
your only option.

The word "lock" is overloaded in Subversion. When the working copy is
locked during update this is a local temporary lock to protect against
race conditions in the working copy. It gets created at the start of a
WC operation and removed when the operation is completed. The lock in
the TortoiseSVN context menu is a repository lock, designed to allow
only one person to commit to the repository, and it exists in the
repository for as long as you take out the lock.

The error you were getting initially was due to local locks being left
behind. Removing repository locks is, confusingly, a completely
unrelated process.

Also if you are using TortoiseSVN 1.7.2 you should upgrade to 1.7.4.

Simon

-- 
:       ___
:  oo  // \\      "De Chelonian Mobile"
: (_,\/ \_/ \     TortoiseSVN
:   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
:   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2909914
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-01-19 10:15:33 CET

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.