Home>>>>>

Subversion Properties

Subversion can maintain extra info against a file or directory in the way of properties, this doesn't affect the contents of the file, but can have an effect on the file locally.

Quick Table of Contents

  1. Editing properties
  2. svn:keywords
  3. svn:ignore

1. Editing properties

Use svn command line to either delete, edit, get, list all propers, or set a property on a file or a directory

   propdel (pdel, pd)
   propedit (pedit, pe)
   propget (pget, pg)
   proplist (plist, pl)
   propset (pset, ps)
    

2. svn:keywords

This is for keyword expansion. e.g. if you set Revision as part of the value, then $Revision $ will be automatically expanded in the source code by your editor.

3. svn:ignore

Set this on a directory so it will ignore changes and not try to add certain files.