This text is a work in progress—highly subject to change—and may not accurately describe any released version of the ApacheTM Subversion® software. Bookmarking or otherwise referring others to this page is probably not such a smart idea. Please visit http://www.svnbook.com/ for stable versions of this book.
svnadmin rmlocks — Unconditionally remove one or more locks from a repository.
svnadmin rmlocks REPOS_PATH LOCKED_PATH...
Remove one or more locks from each LOCKED_PATH
.
None
This deletes the locks on
tree.jpg
and
house.jpg
in the repository at
/var/svn/repos
:
$ svnadmin rmlocks /var/svn/repos tree.jpg house.jpg Removed lock on '/tree.jpg. Removed lock on '/house.jpg.