id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 1947 Nicer handling of bugtraq properties borzwazie@… "It would appear that Trac partially supports Subversion bugtraq properties, useful for linking changesets back to the issue tracking url. However, when you add these properties, the output looks like this: [[BR]] [[BR]] Added Subversion bugtraq properties to repository. bugtraq:message ""#1""[[BR]] [[BR]] While the #1 is correctly linked back to the issue, it's because Trac is using the built-in regex to link back. If the full bugtraq properties were read correctly, the Subversion repository would provide this information.[[BR]] [[BR]] try setting the following properties on a Subversion repository (be sure to do this recursively):[[BR]] [[BR]] bugtraq:label # [[BR]] bugtraq:url http://localhost/cgi-bin/trac.cgi/ticket/%BUGID% [[BR]] bugtraq:message ""#%BUGID%"" [[BR]] bugtraq:number true [[BR]] bugtraq:warnifnoissue false[[BR]] [[BR]] If you connect to a subversion repository with a tool like TortoiseSVN, you'll be able to click on the defect number and link directly back to the issue in Trac.[[BR]] [[BR]] Full support of this in Trac would be a nice enhancement.[[BR]] " enhancement new normal unscheduled version control/browser devel minor svn property ttingey@… me@…