[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: Bob Archer <Bob.Archer_at_amsi.com>
Date: Wed, 14 Apr 2010 12:02:24 -0400

> R:\svn\TestEng>svnadmin rmlocks r:\svn\TestEng /Jet Pipe Servo
> Stands/trunk/Test
> sys/SOFTWARE/UTILS/Running_Average_(Shift).vi
> Path '/Jet' isn't locked.
> Path 'Pipe' isn't locked.
> Path 'Servo' isn't locked.
> Path 'Stands/trunk/Testsys/SOFTWARE/UTILS/Running_Average_(Shift).vi'
> isn't lock
> ed.
>
> R:\svn\TestEng>svnadmin rmlocks r:\svn\TestEng
> /Jet%Pipe%Servo%Stands/trunk/Test
> sys/SOFTWARE/UTILS/Running_Average_(Shift).vi
> Path
> '/Jet%Pipe%Servo%Stands/trunk/Testsys/SOFTWARE/UTILS/Running_Average_(Shif
> t
> ).vi' isn't locked.
>
> Are the spaces a problem? Should I use something other than % for a wild
> card?

Since you are on windows you might want to just quote the paths:

R:\svn\TestEng>svnadmin rmlocks r:\svn\TestEng "/Jet Pipe Servo Stands/trunk/Test/sys/SOFTWARE/UTILS/Running_Average_(Shift).vi"

BOb
Received on 2010-04-14 18:01:29 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.