RE: recursive find locks/unlock in repository
From: <Ullrich.Jans_at_elektrobit.com>
Date: Fri, 21 Aug 2009 09:49:20 +0200
________________________________
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.