Git
From Arnout Engelen
Distributed version control
Contents |
[edit] Installation
[edit] Eclipse
[edit] Web
http://repo.or.cz/git-browser/by-commit.html?r=egit.git
[edit] Collaborating on a fork of an SVN project
Sometimes you want to fork an SVN project, and collaborate with other people on that fork, but still have an easy way to merge 'upstream' changes into your fork.
git-svn seems to be geared towards a single user forking an SVN project, but not collaborating on it
http://jjinux.blogspot.com/2009/10/forking-subversion-repository-using-git.html seems like a good idea.
