Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

CONFIGURING FOGBUGZ WITH TORTOISESVN + SUBVERSION

FogBugz is an integrated web-based project management system featuring bug and issue tracking, discussion forums, wikis, customer relationship management, and evidence-based scheduling originally developed by Fog Creek Software. source: Wikipedia

When you work on your project, and in order for FugBugz to track your changes, please follow these steps to configure your Working Copy of Subversion to interact with FogBugz.

  • After you have installed TortoiseSVN, created your working copy folder /directory, and checked out the needed files (Visual Studio Solution, Visual Studio Projects, pictures, binary files etc..), right click inside the same directory/folder, go to properties, where you will see the following form:

  • Navigate to Subversion TAB as shown below:
  • Click on Properties, where you will see the following form:
  • Click Add button, and  the Add Properties Form will appear as shown below:
  • Click on Property name Combo Box, where you will see different Subversion Properties. The following steps will involve adding these properties.
  • Select bugtraq:label property
  • In the Property value field, type BugzID
  • Check the “Apply property recursively” checkbox as shown below, and click ok.
  • Repeat  steps 3 to 5 for the following properties:
    • Property name: bugtraq:url
      • Property value: http://support.acuitysoftware.ca/default.asp?%BUGID%
      • Check the “Apply property recursively checkbox”
    • Property name:bugtraq: message
      • Property value:BugzID:%BUGID%
      • Check the “Apply property recursively checkbox”
    • Property name:bugtraq: number
      • Property value: true
      • Check the “Apply property recursively checkbox”
    • Property name:bugtraq: warnifnoissue
      • Property value:false
      • Check the “Apply property recursively checkbox”
  • Once you’ve added all the required properties, you will see something like this:
  • Click Ok button and you’re done.
  • To test all this, stay in your current working copy folder, right click à SvnCommit à and you should see the following form (Notice the label BugzID and bound textbox)
  • If you do not see the BugzID textbox, try to do the previous steps again. Be sure to type the properties values exactly as specified.


This post first appeared on Thoughts On Programming, please read the originial post: here

Share the post

CONFIGURING FOGBUGZ WITH TORTOISESVN + SUBVERSION

×

Subscribe to Thoughts On Programming

Get updates delivered right to your inbox!

Thank you for your subscription

×