docs/html/push.html

changeset 282
3070d72f54af
parent 273
c743721d566f
child 283
0e36bb75a732
equal deleted inserted replaced
281:ddb5e8f2a43d 282:3070d72f54af
66 <div class="content"> 66 <div class="content">
67 <h1 id="dav-sync-push">dav-sync push</h1> 67 <h1 id="dav-sync-push">dav-sync push</h1>
68 <p><strong><code>push [-cld] &lt;directory&gt;</code></strong></p> 68 <p><strong><code>push [-cld] &lt;directory&gt;</code></strong></p>
69 <p>Pushes all local changes to the server. This uploads all locally modified files and deletes all locally deleted files on the server.</p> 69 <p>Pushes all local changes to the server. This uploads all locally modified files and deletes all locally deleted files on the server.</p>
70 <p>If conflict detection is not disabled, all files that are also modified on the server will be skipped.</p> 70 <p>If conflict detection is not disabled, all files that are also modified on the server will be skipped.</p>
71 <p><strong><code>-c</code></strong> Disable conflict detection. This always overrides files on the server</p> 71 <p><strong><code>-c</code></strong> Disable conflict detection. This always overwrites files on the server</p>
72 <p><strong><code>-l</code></strong> Lock the repository before accessing it. After <code>push</code> completed, the repository is unlocked</p> 72 <p><strong><code>-l</code></strong> Lock the repository before accessing it. After <code>push</code> completed, the repository is unlocked</p>
73 <p><strong><code>-d</code></strong> Don't lock the repository</p> 73 <p><strong><code>-d</code></strong> Don't lock the repository (default)</p>
74 </div> 74 </div>
75 <!-- end content --> 75 <!-- end content -->
76 </body> 76 </body>
77 </html> 77 </html>

mercurial