>
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.jo...@woodward.com] > Sent: 14 April 2010 16:12 > To: 'users@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