181 <detect-changes>true</detect-changes> |
181 <detect-changes>true</detect-changes> |
182 <on-conflict>keep_remote</on-conflict> |
182 <on-conflict>keep_remote</on-conflict> |
183 </tagconfig> |
183 </tagconfig> |
184 <metadata>all</metadata> |
184 <metadata>all</metadata> |
185 </directory> |
185 </directory> |
|
186 |
|
187 <!-- |
|
188 Test 5: Versioning |
|
189 --> |
|
190 <directory> |
|
191 <name>test5a</name> |
|
192 <path>$HOME/tmp-sync/test5a</path> |
|
193 <repository>dav-test-repo</repository> |
|
194 <collection>/sync/test5</collection> |
|
195 <trash>.trash</trash> |
|
196 <database>dav-sync-tests-test5a-db.xml</database> |
|
197 |
|
198 <hashing>true</hashing> |
|
199 |
|
200 <versioning type="simple" always="true" /> |
|
201 </directory> |
|
202 |
|
203 <directory> |
|
204 <name>test5b</name> |
|
205 <path>$HOME/tmp-sync/test5b</path> |
|
206 <repository>dav-test-repo</repository> |
|
207 <collection>/sync/test5</collection> |
|
208 <trash>.trash</trash> |
|
209 <database>dav-sync-tests-test5b-db.xml</database> |
|
210 |
|
211 <hashing>true</hashing> |
|
212 |
|
213 <versioning type="simple" always="true" /> |
|
214 </directory> |
186 </configuration> |
215 </configuration> |