You access version control functionality by using the Version Control view.
Figure 18-2 The Version Control View
The Version Control view does the following:
Gives you a dashboard status of your interaction with version control
Lists the files that you are working on
Displays the changes that your teammates have made in real time
The Version Control view is the main interface with version control. You find most of the version control operations and information in this view. This view is empty until you import from or check in a project to the version control server.
The Version Control view automatically displays when you import an existing project from a version control server or check in a project to a version control server. To open the view manually, select
.The Version Control view contains seven icons that allow you to interact with version control. Six icons are to the right of the Version Control tab. They are the
icon , the icon , and , and the and icons . The seventh icon is the icon , which is located in the bottom right corner of Designer.Figure 18-3 Details in the Version Control View
Filter Icon: Use the
icon to limit the number of projects that are displayed in the Version Control view. Click the icon, then select the projects you want to filter out of the Version Control view.Figure 18-4 Version Control Filter Page
Refresh Icon: Click the
icon to refresh the Version Control view. Designer communicates with the Subversion server and refreshes the Version Control view with any updates performed by other users who are modifying the same projects.Expand All/Collapes All Icons: Click the
icon to expand all items in the Version Control view. Click the icon to collapse all items in the Version Control view.Minimize/Maximize Icons: Click the
icon to minimize the Version Control view. Click the icon to maximize the Version Control view.Version Control Project Status Icon: Mouse over the
icon to see the status of the objects in the Version Control view. The icon gives you a quick status for version control and works like a traffic light. You can move this icon to a different location in Designer to suit your preferences.Table 18-1 The Version Control Project Status Icon Colors and Description
The Version Control view has four headings: Object, Status, Date, and User.
Object: This column displays the objects that are connected to the project that is stored on the version control server. Right-click an object in the Version Control view to display the available options. These options are covered in Section 18.4.3, Version Control Options.
Status: This column displays the current state for objects in a project, as indicated by the following icons:
Table 18-2 Status Icons
Status Icon |
Description |
---|---|
(none) |
This object is up-to-date, with no new revisions available. |
|
Unversioned. This object has not been added to the version control server. |
|
Deleted. This object has been deleted from the version control server. |
|
Updates with Merge. This object has updates that might conflict with the changes you have made (see Section 18.5, Comparing Revisions and Resolving Conflicts). |
|
The project object has been updated from an older version selected from the Revision History page. The object changes back to normal when you update (see History). |
|
This object has new child objects available. |
|
This object has new updates available. |
|
This object has been modified locally. |
Date: This column shows the date when the last changes to the objects in the Version Control view occurred. The date and time change when you modify an object and commit those changes to the version control server.
User: Displays the name of the last person who has updated the object.
Right-click an object in the Version Control view to display the available options.
Figure 18-5 Available Version Control Options
The options affect the object selected, as well as any child objects that correspond to the selected object. For example, performing a Revert on the project object affects the entire project, but performing a Revert on the Subscriber channel of a Lotus Notes driver only affects the Subscriber channel and any objects (such as policies) that depend on the Subscriber channel.
Use the
option only when you are prompted to. Sometimes a project is in a “locked” state; at this point, version control requires you to run Clean Up before it lets you do anything else with the project, and you receive a message telling you to run the option.Use the
option to have your local changes checked into the version control server for the object you have selected.Figure 18-6 Checking In an Object to the Version Control Server
Once you click
, the check-in is committed to the version control server. Click to close the Commit screen.There are also
capabilities in the Project and the Outline view (right-click a project and select ), and an icon in the main toolbar .Use the
option to get the latest version of the selected object from the version control server.Figure 18-7 Receiving Updates from the Version Control Server
If you have more than one project open that is checked in to the version control server, select which project you want to update from the Update page, then click Section 18.5, Comparing Revisions and Resolving Conflicts.
to begin the update. If there are conflicts between your local version and the version control server, you see the Conflict Resolution page, which includes a method to resolve those conflicts. For more details, seeThere are also
capabilities in the Project and the Outline view (right-click a project and select ), and an icon in the main toolbar .Use the
option to return the selected object to the version you last checked out from the version control server. This allows you to cancel your recent changes; you see a message screen displayed, confirming your choice to revert. You can also use this option to restore files that you have deleted since the last time you checked in. Revert will not affect files in your project that have not been checked in to the version control server.WARNING:By using this option, you lose any changes you have made since the last time you checked it in.
Use the
option to delete a project from the version control server. This option is only available for project objects. Although you can delete objects within a project from other views in Designer, you can remove the entire project only through the Version Control view. Selecting the option immediately deletes the selected project, and you are prompted for a comment for your actions.Use the
option to view the revision history of an object and all the changes that have been made to that object. You can also use this option to select an earlier version of a project.Figure 18-8 Revision History in the Version Control View
You can use Revision History page to see who made a change, when the change was made, the tag name (if it is filled out), and the comment provided for the change. The yellow arrow indicates your currently loaded version.
Version numbering of projects and how numbering works with the objects in a project is a very complex issue. For more information on how revision numbering works in Subversion, see Section E.1.1, How Revisions Work In Subversion.
You have more options when you right-click a project object in version control and then select
.Figure 18-9 Revision History of Projects
If you select
for a project object, the Revision History page allows you to select a version of a project object from the list of revisions. You can then view the contents of earlier versions and bring those versions up-to-date with your latest revision.Select the revision for the project you want to work with, then click
. Answer to save all of the editors in this project. That version of the selected object is downloaded from the version control server and becomes the version of the project you are working on.If you select an older version of a project, the project has a special status icon in the Version Control view. This icon indicates that your project came from history instead of being out-of-date, but its status returns to normal after you select
.If you make changes to the historical version and select
, you are presented with a Revert Local Changes page, allowing you to keep your local changes or to revert your local changes.Figure 18-10 Reverting Local Changes
If you have made deliberate changes and want to now save those changes to the version control server, select
(default). If you made inadvertant changes to the project, or if you just wanted to see what was in this historical version, select .If you select a project object, you can create a tag for any of the revisions listed in the Revision History page. This allows you to give a revision project a more memorable name instead of a revision number. To create a tag, right-click a revision and select
. This brings up the Tag for Revision page.Figure 18-11 Adding a Tag To a Selected Revision
Provide a tag name that is significant to this version of the object and click
. The tag name is added under the heading in the Revision History page. When you close the Revision History page, you are asked to add a comment to all of the tag names that you have added.See Comparing Revisions.
Use the
option to view the properties of an object that has been added to version control.Figure 18-12 Object Properties Page
Important information includes the location of the object on the version control server, the loaded revision number, the latest revision number, and any comment concerning the most recent check-in. You cannot make changes to this information.