docs/html/unlock.html

changeset 282
3070d72f54af
parent 273
c743721d566f
child 283
0e36bb75a732
equal deleted inserted replaced
281:ddb5e8f2a43d 282:3070d72f54af
64 64
65 <!-- begin content --> 65 <!-- begin content -->
66 <div class="content"> 66 <div class="content">
67 <h1 id="dav-unlock">dav unlock</h1> 67 <h1 id="dav-unlock">dav unlock</h1>
68 <p><strong><code>unlock [-pc] [-L &lt;lock&gt;] &lt;url&gt;</code></strong></p> 68 <p><strong><code>unlock [-pc] [-L &lt;lock&gt;] &lt;url&gt;</code></strong></p>
69 <p>Unlocks the specified url with a lock token. If no lock token is specified with the <code>-L</code> option, it read from stdin.</p> 69 <p>Unlocks the specified <em>url</em> with a lock token. If no lock token is specified with the <code>-L</code> option, it read from stdin.</p>
70 <p><strong><code>-p</code></strong> disable file name and path decryption if enabled</p> 70 <p><strong><code>-p</code></strong> disable file name and path decryption if enabled</p>
71 <p><strong><code>-c</code></strong> enable file name and path decryption</p> 71 <p><strong><code>-c</code></strong> enable file name and path decryption</p>
72 <p><strong><code>-L &lt;lock&gt;</code></strong> use a lock token</p> 72 <p><strong><code>-L &lt;lock&gt;</code></strong> use the specified lock token</p>
73 <h3 id="example-1-unlock-with-lock-token-from-stdin">Example 1: unlock with lock token from stdin</h3> 73 <h3 id="example-1-unlock-with-lock-token-from-stdin">Example 1: unlock with lock token from stdin</h3>
74 <pre><code>$ dav lock myserv/resource &gt; locktoken 74 <pre><code>$ dav lock myserv/resource &gt; locktoken
75 $ dav unlock myserv/resource &lt; locktoken</code></pre> 75 $ dav unlock myserv/resource &lt; locktoken</code></pre>
76 <h3 id="example-2-unlock-with-lock-token-from-command-line-argument">Example 2: unlock with lock token from command line argument</h3> 76 <h3 id="example-2-unlock-with-lock-token-from-command-line-argument">Example 2: unlock with lock token from command line argument</h3>
77 <pre><code>$ dav lock myserv/resource 77 <pre><code>$ dav lock myserv/resource

mercurial