svnadmin lock

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