Ticket #2428 (assigned enhancement)

Opened 10 months ago

Last modified 10 months ago

TagsPlugin should support specifically-tagged files in svn by `svn propset`

Reported by: dkg Assigned to: athomas (accepted)
Priority: normal Component: TagsPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

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

Attachments

Change History

01/16/08 23:42:29 changed by dkg

  • type changed from defect to enhancement.

01/20/08 10:35:34 changed by athomas

  • status changed from new to assigned.

This would be difficult to implement, as TagsPlugin would have to inspect every changeset for tags and there's currently no useful interface in Trac to listen for changesets :(

Related to #2404.


Add/Change #2428 (TagsPlugin should support specifically-tagged files in svn by `svn propset`)




Change Properties
Action