This text is a work in progress—highly subject to change—and may not accurately describe any released version of the Apache™ 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.

Name

svnadmin lock — Lock path in the repository directly.

Synopsis

svnadmin lock REPOS_PATH PATH-IN-REPOS USERNAME FILE [TOKEN]

Description

Lock PATH-IN-REPOS in the repository, assigning ownership of the lock to USERNAME and using the contents of FILE as comments associated with the created lock. If provided, use TOKEN as lock token.

Options