﻿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.

Example of what the `trac.ini` section would look like if you wanted the `tags` and `flags` properties to be treated as keywords:

{{{
[tags.browser]
properties=tags,flags
}}}

Here's an example of putting tag `qux` on a file `foo` in svn:

{{{
svn propset tags qux foo
}}}"	enhancement	assigned	normal	TagsPlugin	normal		repository	hasienda	0.11
