OtfSubversion

From emotive
Revision as of 05:22, 30 August 2014 by Nb (talk | contribs) (Created page with "{{DISPLAYTITLE:Open Test Framework - Subversion}}Category:OTF ==Overview== {{Question|This page will give you a short introduction of the '''Subversion''' feature in the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Overview

This page will give you a short introduction of the Subversion feature in the OTF. The OTX documents may be shared and used by many people. The version control may be the most suitable solution for managing the changes. It is really a critical tool for people who use and revise the same documents. They can make small changes to them and then revert the changes or check the changes to those documents in the next day. With this tool the users may avoid problems when working concurrently - and perhaps even simultaneously on the very same documents. In the OTF, the Subversion manages OTX documents and even a project or the whole solution ect., and the changes made to them, over time. This allows you to recover older versions of your data or examine the history of how your data changed.???

The OTF supports uploading your projects or solutions to a Subversion server, or performing subversion tasks with the files in the repository. This feature is supported by the TortoiseSVN (a free open-source Windows subversion client for the Apache™ Subversion® version control system).

Adding a solution or a project to Subversion

To add a solution (or a project) to Subversion, please proceed as follows:

  1. Right-click on the solution node (or the project node).
  2. Select "Add Solution to Subversion" menu entry (or "Add Selected Project to Subversion").
  3. In the "URL of repository" combo-box, enter the URL of the repository or you can select from the combo-box if there already exists any URL.
  4. In the "Import message" text-box, Enter the messages.
  5. Click "OK" button.
  6. Enter the "Username" and the "Password" (You can also check the "Save authentication" check-box sothat you do not have to input the username and the password next time you perform svn tasks).
  7. Click "OK" button.

Checking out a solution (or a project) from the Subversion

To check out a solution (or a project), please proceed as follows:

  1. Click on the "Check out all" button in the "Version Control" tab of the Ribbon.
  2. In the "URL of repository" combo-box, enter the URL of the solution folder (or project folder) in the repository. You can click on the "..." button on the right to open the "Repository Browser" (username and password may be required) where you can browse and select a solution folder (or project folder) in the repository.
  3. In the "Check out directory" combo-box, enter the path of folder to check out files. You can click on the "..." button to browse and select folder in the file system. Note that the folder should have no content.
  4. It is recommended to leave the other settings the same but you can also adjust the other settings as you want (see here for details).
  5. Click "OK" button
  6. After the check out dialog box finished the process, click "OK" button.

Hoi Thuan xem khi cai OTF co can phai cai TortoiseSVN de xai subversion khong???


Committing the changes

After you have