Quick Table of Contents
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.
1. Editing properties
Use svn command line to either delete, edit, get, list all propertiess, 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)

