docs/src/unlock.md

Tue, 11 Jul 2017 20:45:32 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 11 Jul 2017 20:45:32 +0200
changeset 266
8c44c5919691
parent 265
ee9e63c437c4
child 282
3070d72f54af
permissions
-rw-r--r--

more documentation

dav unlock
==========

**`unlock [-pc] [-L <lock>] <url>`**

Unlocks the specified url with a lock token. If no lock token is specified with the `-L` option, it read from stdin.

**`-p`** disable file name and path decryption if enabled

**`-c`** enable file name and path decryption

**`-L <lock>`** use a lock token

### Example 1: unlock with lock token from stdin

	$ dav lock myserv/resource > locktoken
	$ dav unlock myserv/resource < locktoken

### Example 2: unlock with lock token from command line argument

	$ dav lock myserv/resource
	opaquelocktoken:0454905e-f2ff-45c4-a3d7-5c4e4db5ce37
	$ dav unlock -L opaquelocktoken:0454905e-f2ff-45c4-a3d7-5c4e4db5ce37 myserv/resource

mercurial