Re: svn unlock all files locked by a specific user

Andreas Stieger <[email protected]> Wed, 19 Mar 2025 19:31:43 +0100
Newsgroups gmane.comp.version-control.subversion.user
Message-ID <[email protected]>
On 2025-03-19 19:10, Sean McBride wrote:
> Is there an easy way to force unlock all files currently locked by a specific user?


It's easy enough to get a full list:

https://svnbook.red-bean.com/nightly/en/svn.advanced.locking.html#svn.advanced.locking.break-steal

grep -B3 [...], grep, awk/cut,... should be straightforward.

Andreas