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

RE: cannot break lock due to no matching lock-token

From: Giulio Troccoli <Giulio.Troccoli_at_uk.linedata.com>
Date: Wed, 14 Apr 2010 16:19:32 +0100

>

Linedata Services (UK) Ltd
Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
Registered in England and Wales No 3027851 VAT Reg No 778499447

-----Original Message-----

> From: Tom Jones [mailto:Tom.Jones_at_woodward.com]
> Sent: 14 April 2010 16:12
> To: 'users_at_subversion.apache.org'
> Subject: RE: cannot break lock due to no matching lock-token
>
> Thanks.
> The lslocks worked to show me three files with locks in the
> repository, none of which require locks anymore. Here was
> the session (limited to the file in question).
>
> R:\svn\TestEng>svnadmin lslocks r:\svn\TestEng
>
> Path: /Jet Pipe Servo
> Stands/trunk/Testsys/SOFTWARE/UTILS/Running_Average_(Shift).vi
> UUID Token: opaquelocktoken:f97f8e59-c1d0-ad4f-afa7-18f1c75c8e75
> Owner: tjones
> Created: 2009-06-15 09:14:22 -0500 (Mon, 15 Jun 2009)
> Expires:
> Comment (1 line):
>
> R:\svn\TestEng>svnadmin rmlocks r:\svn\TestEng
> Running_Average_(Shift).vi Path 'Running_Average_(Shift).vi'
> isn't locked.
>
> Is my syntax wrong? Why does it report in lslocks that it is
> locked, but when I try to remove the lock it reports that it
> isn't locked?

ln1sub01 svn-xplorer> svnadmin help rmlocks
rmlocks: usage: svnadmin rmlocks REPOS_PATH LOCKED_PATH...

Unconditionally remove lock from each LOCKED_PATH.

So I think you should do something like

svnadmin rmlocks r:\svn\TestEng /Jet Pipe Servo Stands/trunk/Testsys/SOFTWARE/UTILS/Running_Average_(Shift).vi

i.e. use the full path of the file locked

G
Received on 2010-04-14 17:20:04 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.