VOS.VirtConductorVersions

  • Topic
  • Discussion
  • VOS.VirtConductorVersions(1.1) -- DAVWikiAdmin? , 2017-06-13 05:46:11 Edit WebDAV System Administrator 2017-06-13 05:46:11

    Managing Versions Support using Condcutor 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 sample scenario for managing resource versions from Virtuoso Conductor:

    1. Go to http://<cname>:port/conductor
    2. Log in as dba
    3. Go to Web Application Server
    1. Click Upload
    2. Select a file and click the Upload button
      • For example upload a sample.txt file with content the following text:

        Simple Test

    As result the file will be upload.

    Click the properties icon of the file shown in the last column to the right

    In the displayed Properties form click the "Enable VC" button

    1. You can also set Auto Versioning Content to one of the following:
      1. Checkout -> Checkin
      2. Checkout -> Unlocked -> Checkin
      3. Checkout
      4. Locked -> Checkout
    1. Click the Update button
    2. Click the Edit icon for the uploaded file shown in the last column to the right.
    1. In the displayed form amend the content of the file ex:

      Simple Test for Version Control

    1. Click the Save button
    2. Now click the Properties icon for the sample.txt file
    3. As result the new version of the file will be displayed in the "Versioning" section of the file properties:

    You can also delete versions and disable the Version control at any time.

    References