The Versioning Explorer is a visual tool that enables you to evaluate the evolution of changes in version-controlled files. It also simplifies operations such as updating the working directory with previous revisions and merging changes across different branches.
To open the Versioning Explorer:
Like the Explorer, the Versioning Explorer displays a tree view of all mounted VCS filesystems and their contents. Unlike the Explorer, the Versioning Explorer does not group files into single metadata nodes or distinguish between different object types. Each file in the filesystem is represented by its own node. The top-level node represents the current working copy as it exists in your working directory.
You can expand a file's node to reveal subnodes representing each revision of the file. Revision nodes are annotated with their revision number and their log message. You can review versions that appear on different branches by expanding the revision node corresponding to where the branch was made. You can access other version control commands by right-clicking a file's working copy node and choosing from the VCS commands submenu.
You can also access additional commands by right-clicking any revision node in the Versioning Explorer. Revision nodes for all VCS filesystems support the following commands:
Revision nodes for CVS filesystems also support the following commands:
See also | |
---|---|
CVS Support Generic VCS Support Using VCS Groups |