recursive find locks/unlock in repository
From: Todd C. Gleason <tgleason_at_impac.com>
Date: Mon, 17 Aug 2009 10:10:43 -0700
We recently had a need to recursively break all the locks in an Svn
The best I was able to figure out was to do "svn checkout [URL] --depth
svn stat . --depth infinity --show-updates
The results of this were ultimately piped through grep, looking for "O"
This strategy doesn't scale very well, so I'm hoping that either I
1. svn stat should be able to filter for locks (maybe something
I don't know if these options have been considered before, but I
--Todd
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.