[This is preliminary documentation and is subject to change.]

Lock working copy paths or URLs in the repository, so that no other user can commit changes to them (svn lock)

Overload List

  Name Description
Lock(ICollection<(Of <(String>)>), SvnLockArgs)
Lock working copy paths or URLs in the repository, so that no other user can commit changes to them (svn lock)
Lock(ICollection<(Of <(String>)>), String)
Lock working copy paths or URLs in the repository, so that no other user can commit changes to them (svn lock)
Lock(ICollection<(Of <(Uri>)>), SvnLockArgs)
Lock working copy paths or URLs in the repository, so that no other user can commit changes to them (svn lock)
Lock(ICollection<(Of <(Uri>)>), String)
Lock working copy paths or URLs in the repository, so that no other user can commit changes to them (svn lock)
Lock(String, SvnLockArgs)
Lock working copy paths or URLs in the repository, so that no other user can commit changes to them (svn lock)
Lock(String, String)
Lock working copy paths or URLs in the repository, so that no other user can commit changes to them (svn lock)
Lock(Uri, SvnLockArgs)
Lock working copy paths or URLs in the repository, so that no other user can commit changes to them (svn lock)
Lock(Uri, String)
Lock working copy paths or URLs in the repository, so that no other user can commit changes to them (svn lock)

See Also