Integrated Version Control
Wing Pro provides integrated support for Git, Mercurial, Bazaar, Subversion, CVS, and Perforce. This supports adding, moving, renaming, and removing files, status, log, commit, update, revert, diff, push/pull, and some other operations specific to each system.
These operations are accessed from menus in the menubar and tools in the Tools menu that Wing adds according to which version control systems are used for the directories and files that you have added to your project. The operations are also available by right-clicking on an editor or in the Project tool.
File operations are integrated with the Project tool's file management features, so that moving, renaming, or deleting files in the Project tool uses the appropriate version control operations.
When a VCS is active, Wing also adds Compare to Repository to right-click context menus. This kicks off Difference and Merge between the working version and the repository version it is based on.
Section Contents
17.1. Version Control Tools
17.2. Common Version Control Operations
17.3. CVS
17.4. Git
17.5. Mercurial
17.6. Perforce
17.7. Subversion