Tutorial: QWin Basics
Creating a QVCS Archive for an Uncontrolled File
In this step, you'll create a QVCS archive for a single work file, thereby adding it to the project.
Labeling Your QVCS Archives
You now have created QVCS archives for all the .txt files in the QVCS distribution, and for SampleTrigger.cpp. In this next step of the tutorial, you'll add a label to these files so you can easily retrieve them as a single, defined set of file revisions.
- Select the "Test Project" on the project tree control.
- Click on the Apply label
toolbar button. The "Label all project files" dialog will appear.

- In the "With the Label:" field, enter a label you'd like to associate with these files. QVCS labels are limited to 80 characters in length. A typical label might be "Original QVCS distribution."
- Click the OK button. QWin will apply the label that you defined to the default revision of all the QVCS archives for the current project. In the case of this tutorial, that will be the initial 1.0 revisions of the six files for which you created QVCS archives.
- After QWin completes labeling the archives, the "Label all project files" dialog will disappear. Select any version controlled file in the list of project files. In the Revision Information tab below, you'll see the label you applied above the revision description.
There is one new twist in this exercise: because you had set focus on the project tree control, the toolbar button acted on the project as a whole. If you have a single file selected, or several files selected, the toolbar button will apply to just those selected files. Project-level actions may also "recurse" into project subdirectories if you enable the recursive option, in this case the "Label all children" check box.
In general, when the project tree is selected, toolbar buttons apply at the project level; when a file or several files are selected, toolbar buttons apply only to the selected files.
« Previous - Next »
|