|
|
VersioningVersioning is a useful way to keep track of the changes made to any file. The system automatically keeps a copy of the file each time it is saved. If you and other users edit the same file, versioning allows you to revert to a previous copy if necessary, providing an automatic backup for overwritten files. When versioning is selected for a file, you are automatically given the option to Check Out the file. Checking out a file allows a user to edit the file and save it multiple times without creating a new version each time it is saved. Checking out a file also creates a lock (if the file is not already locked) on a file which prevents other users with write permission on that file from editing it. Checking out a file does not, however, prevent users with read permission from seeing the changes made to the file while it is checked out. Users will be able to see the very latest version of the file whether or not the file has been checked in. Checking in a file creates a permanent version of the file that encompasses all changes made while the file was checked out. Checking in a file also removes the lock on the file. Versioning can only be set for files, not folders, through the Xythos Drive. Versioning can only be set for a file by a user with Administer permission for the file.The Xythos Drive supports the RFC3253 specification for Versioning Extensions to WebDAV. Enabling versioningTo enable versioning on a file:
No confirmation message is returned, unless the request fails. Disabling versioningTo disable versioning on a file:
Checking a file out for editingWhen a file is versioned, you may check it out to ensure it does not get edited by someone else until you have checked it back in. To check a file out:
Checking in a file after editingWhen you are done editing a file that you have checked out, you should check it in to allow other users to edit the file. To check a file in:
Undoing a check out of a fileIf you decide that you do not want to check a file out, or that you want the current version to remain without adding new versions, you can easily undo the check out. To undo a file check out:
Viewing version historyYou can view the version history of a file, as well as save prior versions to another location to view them. To do this:
|