Are there generic integration instruction for other source code control systems?
|
1
|
If your source control system is not listed elsewhere on this stie, you can still integrate it with FogBugz. There are two aspects to source control integration:
Getting your source control system to transmit changes to FogBugzYou need to install a "trigger" script in your source control system to notify FogBugz whenever a check-in occurs that is related to a particular bug. The way these scripts work is they send the check-in information via HTTP to a FogBugz ASP page named cvsSubmit.asp, using a URL like:
Where:
Alternately, you could write a script that notifies FogBugz by using a data access library such as ODBC or OLEDB to insert a new record directly in the table named CVS containing the above four values. You can view your FogBugz database schema at Getting FogBugz to Provide Hyperlinks to Your Source Control ViewerLog into FogBugz as an administrator and go to Admin | Source Control. Click Create New Repository. In the resulting dialog, select Other (custom) as the type and give the repository a display name. Click Next.
Under Diff URL, enter the URL of your source control system diff viewer. In this URL, Under Log URL, enter the URL of your source control system history viewer. In this URL, |
|||
|
