With the Subversion integration enabled, you can perform basic Subversion operations from inside PyCharm.
The information provided in the topics listed below assumes that you are familiar with the basics of Subversion version control system.
In this section:
- Using Subversion Integration
- Authenticating to Subversion
- Browsing Subversion Repository
- Checking Out Files from Subversion Repository
- Checking SVN Project Status
- Cleaning up Local Working Copy
- Comparing with Branch
- Configuring Format of the Local Working Copy
- Configuring HTTP Proxy
- Configuring Subversion Repository Location
- Configuring Subversion Branches
- Creating Branches and Tags
- Exporting Information from Subversion Repository
- Importing a Local Directory to Subversion Repository
- Integrating Changes to Branch
- Integrating SVN Projects Or Directories
- Locking and Unlocking Files and Folders
- Resolving Text Conflicts
- Sharing Directory
- Viewing and Fast Processing of Changelists
- Viewing Merge Sources
- Working with Subversion Properties for Files and Directories
- Diagnosing Problems with Subversion Integration
PyCharm currently supports integration with Subversion 1.8.
Prerequisites
- PyCharm comes bundled with Subversion plugin. This plugin is turned on by default. If it is not, make sure that the plugin is enabled.
- PyCharm's Subversion integration does not require a standalone Subversion client. All you need is an account in your Subversion repository.
- Subversion integration is enabled for the current project root or directory.
Subversion Support
- When Subversion integration with PyCharm is enabled, the Editor and Project views. item appears on the menu, and on the context menus of the
- The files in the folders under the Subversion control are highlighted according to their status. See File Status Highlights for file status highlighting conventions.
- Modifications results are shown in the Version Control tool window.
- When using Subversion integration, it is helpful to open the Version Control tool window.
The Console tab displays the following data:
- All commands generated based on the settings you specify through the PyCharm user interface.
- Information messages concerning the results of executing generated Subversion commands.
- Error messages.