4

What would you use instead of WebSVN when tying Git into FogBugz?

4 Answers4

1

gitweb could be considered the equivalent of websvn for git.

Take a look at this project which aims to integrate gitweb with FogBugz.

Pradeep
  • 4,099
  • 4
  • 31
  • 45
1

I just ran across this GitHub integration project:

https://github.com/johnreilly/github-fogbugz

Not a generic git integration, but helpful for GitHub/Fogbugz users.

metasim
  • 4,793
  • 3
  • 46
  • 70
0

http://blog.fogcreek.com/fogbugz-github-integration/ Or you could do it the way they instruct you to do it.

Samuel Goodwin
  • 1,698
  • 13
  • 17
0

I made an attempt at a post-receive hook to integrate Gitweb diff links into FogBugz. The main difference between the configured Git integration and SVN/others is that the links are to full commits rather than individual file diffs. This was so we could integrate with several projects without creating a FogBugz repository configuration for each one.

https://gist.github.com/4071548

Please see the comments for usage notes, suggestions welcome.

John Barrett
  • 545
  • 4
  • 9