Wondering how file versioning works during filesync, i decided to fully test this functionality.
Before i began the test i checked the autoVersioning setting to avoid too many version during sync.
In file-config.xml check the following line(s) where autoVersioning must be set to “true”:
<fileSync enabled="true">
<clientDownloadLink enabled="true"
url="http://public.dhe.ibm.com/software/dw/ibm/connections/IBMConnectionsMSDesktop.zip"/>
<autoVersioning enabled="true"/>
</fileSync>
After checking ( or enabling and restarting Files ) i began the test with 2 users.
User01
Uploaded document Word document.docx into Connections and enabled this one for FileSync
Version 1 Updated 12-02-2016 14:34 by user User01
Edited document on my desktop and saved it again.
Version 1 Updated 12-02-2016 14:36 by user User01 Like you can see, the version is not altered and is still 1
User02
Enabled document for FileSync
Edit document on my desktop and saved it again.
Version 2 Updated 12-02-2016 14:41 by user User02 Now it’s version 2.
Edit document on my desktop again and saved it.
Version 2 Updated 12-02-2016 14:45 by user User02 Still version 2
This works as designed and perfect.
Until the last editor changed, the version is not changing.
Views: 133