Integration with Bug Tracking Tools
Users of bug tracking systems can associate the changes they make in the repository
resources with a specific ID in their bug tracking system. When the user enters a
commit message, a bug ID may be added to this message which links the committed
revision with the bug entry maintained in the bug tracking system. The format and the
location of the bug ID in the commit message are configured with SVN properties like:
bugtraq:url, bugtraq:number, bugtraq:append, bugtraq:logregex.
|