5

I am looking for a good development tool that will help me track revisions of software I am creating, and that is web based. Just looking for suggestions on what others use.

And not one that is hosted through another solution but that I can host myself.

user293313
  • 227
  • 1
  • 2
  • 10

2 Answers2

6

http://github.com/ (git), http://bitbucket.org/ (mercurial/git)

alex
  • 479,566
  • 201
  • 878
  • 984
Flavius Stef
  • 13,740
  • 2
  • 26
  • 22
4

The best one (that you can host yourself) would be: Atlassian FishEye (which includes source browsing features)

revisions list

Not free, but you can have up to ten users with 10$ (or even free for open-source project).

Works with Subversion, Git, CVS, Perforce, ClearCase, and Mercurial repositories.

Eliran Malka
  • 15,821
  • 6
  • 77
  • 100
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250