id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
2428,TagsPlugin should support specifically-tagged files in svn by `svn propset`,dkg,athomas,svn allows users to set arbitrary properties on files.  It would be good if the TagsPlugin was able to treat certain specific properties as tags_ in the same way that it can treat certain fields on tickets as tags.\r\n\r\nExample of what the `trac.ini` section would look like if you wanted the `tags` and `flags` properties to be treated as keywords:\r\n\r\n{{{\r\n[tags.browser]\r\nproperties=tags_flags\r\n}}}\r\n\r\nHere's an example of putting tag `qux` on a file `foo` in svn:\r\n\r\n{{{\r\nsvn propset tags qux foo\r\n}}},enhancement,assigned,normal,TagsPlugin,normal,,repository,hasienda,0.11
