> 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