Subversion: Options Window
See Also
The Subversion Options window allows you to configure CVS-specific parameters
that effect the behavior of CVS in the IDE.
You can access this panel by choosing Tools > Options from the main menu,
then under the Miscellaneous button at the top of the Options window select
Versioning, and under Versioning Systems in the left panel of the window,
select Subversion.
You can specify the following Subversion settings:
- Specify the SVN Home Folder. Enter the path to the Subversion
executable home folder in the IDE. Click Browse to navigate to the folder on
your system. Any changes made will take effect upon restarting the IDE>
- Connection Settings. Click the Connection Settings button to
view previously saved repository URLs used in the IDE. From the Manage Connection
Settings dialog, you can change URL-specific settings, such as username and
password. You can also remove previously saved URLs.
- Subversion Status Labels. Click the Add Variable button to add
Subversion dynamic variables to the Format text field. Options include:
- {revision}: Lists the revision number.
- {status}: Lists the current status of the item (e.g. New, Modified).
- {folder}: Lists the branch or tag name of the item.
- {mime_type}: Lists the format of the file (e.g. text, binary).
- Subversion status labels display in the Projects, Files, or Favorites
windows in grey text to the right of versioned files. To activate status
labels, choose View > Show Versioning Labels from the main menu.
- To select multiple labels simultaneously from the Select Variables dialog,
hold Ctrl as you select variables.
- Folder variable content. To use regex commands to dynamically add
your own status labels to the Status Label format text field, click the Define {folder}
button.
- See Also
- About the IDE's Subversion Support
- Subversion Tasks: Quick Reference
Legal Notices