65 <!-- begin content --> |
65 <!-- begin content --> |
66 <div class="content"> |
66 <div class="content"> |
67 <div id="header"> |
67 <div id="header"> |
68 <h1 class="title">dav-sync push</h1> |
68 <h1 class="title">dav-sync push</h1> |
69 </div> |
69 </div> |
70 <p><strong><code>push [-cld] <directory></code></strong></p> |
70 <p><strong><code>dav-sync push [-cld] <directory></code></strong></p> |
71 <p>Pushes all local changes to the server. This uploads all locally modified files and deletes all locally deleted files on the server.</p> |
71 <p>Pushes all local changes to the server. This uploads all locally modified files and deletes all locally deleted files on the server.</p> |
72 <p>If conflict detection is not disabled, all files that are also modified on the server will be skipped.</p> |
72 <p>If conflict detection is not disabled, all files that are also modified on the server will be skipped.</p> |
73 <p><strong><code>-c</code></strong> Disable conflict detection. This always overwrites files on the server</p> |
73 <p><strong><code>-c</code></strong> Disable conflict detection. This always overwrites files on the server</p> |
74 <p><strong><code>-l</code></strong> Lock the repository before accessing it. After <code>push</code> completed, the repository is unlocked</p> |
74 <p><strong><code>-l</code></strong> Lock the repository before accessing it. After <code>push</code> completed, the repository is unlocked</p> |
75 <p><strong><code>-d</code></strong> Don't lock the repository (default)</p> |
75 <p><strong><code>-d</code></strong> Don't lock the repository (default)</p> |