---+ Managing Version Support using Conductor UI
---++ What
This document demonstrates how the Virtuoso Conductor User Interface can be used to enable and manage file Versioning in Virtuoso WebDAV folders.
---++ Why
This can be used for maintaining a history of file changes within the Virtuoso WebDAV folders providing version control support which is useful in managing file changes in large projects.
---++ How
Here is a sample scenario for managing resource versions from Virtuoso Conductor:
1. Go to http://<cname>:port/conductor
1. Log in as dba
1. Go to Web Application Server
%BR%%BR%%BR%%BR%
1. Click Upload>
1. Select a file and click the Upload button
* For example, upload a sample.txt
file containing the following text:
Simple Test
%BR%%BR%
1. As a result, the file will be uploaded.
%BR%%BR%%BR%%BR%
1. Click the properties icon of the file, shown in the last column to the right.
%BR%%BR%%BR%%BR%
1. In the Properties form, click the Enable VC button.
%BR%%BR%%BR%%BR%
1. You can also set Auto Versioning Content to one of the following:
* Checkout -> Checkin
* Checkout -> Unlocked -> Checkin
* Checkout
* Locked -> Checkout
%BR%%BR%%BR%%BR%
1. Click the Update button
1. Click the Edit icon for the uploaded file, shown in the last column to the right.
%BR%%BR%%BR%%BR%
1. In the edit form, amend the content of the file to, for example --
Simple Test for Version Control
%BR%%BR%
1. Click the Save button
1. Now click the Properties icon for the sample.txt file
1. As a result, the new version of the file will be displayed in the Versioning section of the file properties:
%BR%%BR%%BR%%BR%
You can delete specific versions and/or disable version control at any time.
---++ References
* [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/OdsBriefcaseVC][Managing Resources Versions using ODS Data Space Briefcase]]