RE: recursive find locks/unlock in repository
From: <Ullrich.Jans_at_elektrobit.com>
Date: Fri, 21 Aug 2009 09:56:50 +0200
Hi everyone,
First thing: sorry for the other post - Out&**% got away from me.
Second: sorry for the top post - Out&*^k won't let me post normally on
Anyway: try this:
svnadmin lslocks <path_to_repo> |grep -B2 Owner |grep Path |sed "s/Path:
I suspect this grep for the owner can be left out as well, but I wrote
Of course, this is supposed to be done on the server.
Cheers, Ulli
________________________________
From: Todd C. Gleason [mailto:tgleason_at_impac.com]
We recently had a need to recursively break all the locks in an
The best I was able to figure out was to do "svn checkout [URL]
svn stat . --depth infinity --show-updates
The results of this were ultimately piped through grep, looking
This strategy doesn't scale very well, so I'm hoping that either
1. svn stat should be able to filter for locks (maybe
I don't know if these options have been considered before, but I
--Todd
----------------------------------------------------------------
|
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.