I finally got around to setting up Git [1] & [2] and Subversion for my personal development environment. I also installed the GitPlugin for Trac so I’d have a choice of either SCM tool from within Trac so that I can use either SCM. I wanted to make sure that all my urls were consistent so I spent a good deal of time mapping this all out and making sure that these urls would be handled correctly by apache using mod_rewrite and proxying, since my git and subversion servers are behind my firewall.
Repo viewers
I was interested in having the top urls, svn.lamolabs.org and git.lamolabs.org taking you directly to a repository viewer. For Git I chose gitweb, while for Subversion I chose webSVN. So here are the links to the 2 web repo viewers.
- Repo #1, Git – git.lamolabs.org
- Repo #2, Subversion – svn.lamolabs.org
…. Continue reading → Git and subversion setup on CentOS 5 »»


