Subversion: Property Editor

See Also

The Subversion Property Editor serves as an interface allowing you to apply arbitrary metadata to files or directories. Metadata is maintained in the form of Subversion properties, which are name/value pairs associated with items located in your working copy.

You access the Property Editor by right-clicking a versioned file (e.g. in the Projects, Files, or Favorites window) and choosing Subversion > Svn Properties.

With the Property Editor, you can add, modify and delete properties associated with a given file or directory. In the editor, specify the following:

You can add a property to a selected file or directory by clicking Add. The IDE performs the action of attaching the specified property to the selected file or directory. The name/value property pair displays in the Subversion Properties table displayed at the bottom of the editor.

You can remove a property from a selected file or directory by clicking Remove. The IDE performs the action of deleting the specified property to the selected file or directory. The name/value property pair is removed from the Subversion Properties table displayed at the bottom of the editor.

See Also
About the IDE's Subversion Support
Subversion Tasks: Quick Reference

Legal Notices