Do you know if there are some free downloadable source code repository systems? I mean something like Github that i can download and install on my pc to manage only my own projects.
+4
A:
Git itself can be used locally whithout any problems whatsoever. Subversion can be used locally as well.
If you're using for something more sophisticated (think bug tracker) you can try Trac which integrates both with SVN and with Git.
Anton Gogolev
2010-01-29 14:12:35
+1
A:
Launchpad is open source for now. So you can run your own copy of Launchpad and manage your Bazaar branches with same good interface.
Or just use any GUI frontend for Bazaar (or some other DVCS).
myfreeweb
2010-01-29 14:19:11
+1
A:
Why not just host a Git repository yourself ? It will reside on the filesystem, and you don't need to run a server process. The Git tools will simply interact with the repository directly on the filesystem.
Brian Agnew
2010-01-29 14:21:19
+1
A:
I use VisualSVN. It works great. It's basically a one-click install.
Chuck Conway
2010-01-29 14:26:48