Home » Support » Index of All Documentation » Wing IDE Reference Manual » Revision Control Systems »

12.4. Notes on the Implementation

Wing's revision control integrations are based on the IDE's scripting extension API. Additional revision control systems can be added by basing on the cvs.py, svn.py, or perforce.py sources found in the scripts directory within the Wing IDE installation.

If you plan to work on scripts that are in the scripts directory, copy them first to your User Settings Directory in the scripts directory there and rename them so your copy can be loaded. This allows you to make changes without losing those changes when Wing is updated in the future.

For more information on scripting, see Scripting and Extending Wing IDE.

« 12.3. Configuring PerforceTable of Contents13. Source Code Analysis »