Add a Subversion property

You can specify special Subversion properties for your project files and folders. These properties contain the .svn prefix.

For example, use the svn:ignore property to make some Subversion operations ignore a list of file patterns. For details about what Subversion properties are available and how to use them, please see Subversion Properties. .
  1. In the Solution Explorer, right-click a file or folder and select Subversion > Subversion Properties.
  2. In the SVN Properties window, click Add.
    Add a Subversion property
  3. In the Add/Edit Property window, select a property from the Property Name dropdown list.
  4. Depending on the property you selected, provide additional information. For example, if you selected the svn:ignore property, specify the lines or patterns that Subversion operations should ignore.
  5. Click OK.
  6. In the SVN Properties window, click Save.
The property is attached to the file. To update or remove the property, click the Edit or Delete buttons in the SVN Properties window.
Note: After you add a property, you must commit your changes.
Related actions
Perform a Subversion operation from Pending Changes