BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportGeneral SupportGeneral SupportBugNet 8 and SubversionBugNet 8 and Subversion
Previous
 
Next
New Post
12/21/2009 7:22 AM
 
Could you give me the values (that you current use) for the following SVN properties :

1. bugtraq:message
2. bugtraq:url
3. bugtraq:number



Thank you very much.
 
New Post
1/25/2010 11:21 AM
 

We struggled with this for hours and the answer was that the regex wasn't matching correctly. It was because our project code was V3. The project code contained a number which threw the regex off.

After we renamed our project code from V3 to VA it started working correctly.

So, check your project code doesnt have a number in it.

 
New Post
1/26/2010 5:09 AM
 
zacuke wrote:

We struggled with this for hours and the answer was that the regex wasn't matching correctly. It was because our project code was V3. The project code contained a number which threw the regex off.

After we renamed our project code from V3 to VA it started working correctly.

So, check your project code doesnt have a number in it.

You can update the regular expression in the BugNET.SubversionHooks.exe.config file to match your project names. The IssueIdRegEx property was added that allows you to change the regular expression in the SVN hooks executable. I will update the documentation to reflect this also.


Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
3/4/2010 4:17 AM
 

I couldn't find any information on setting the bugtraq properties anywhere else, so this is what I use (for any one else that may come along):

  1. bugtraq:message = View Issue APP-%BUGID%
  2. bugtraq:url = http://bugnetserver/Issues/IssueDetail.aspx?id=%BUGID%
  3. bugtraq:number = true
  4. bugtraq:label = Issue ID:
  5. bugtraq:warnifnoissue = true

Couple of notes:

  • APP is just my BugNET project identifier the bugtraq:message can really be anything, SVN will just append it to the log entry as a hyperlink to the bugtraq:url.
  • In the Issue ID field in Tortoise (or whatever client you use) enter only the numeric portion of the issue ID.

 
Previous
 
Next
HomeHomeSupportSupportGeneral SupportGeneral SupportBugNet 8 and SubversionBugNet 8 and Subversion


Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.