Moved the source code to Github
Saturday, May 29, 2010
by
Carsten Hufe
The source code of Devproof Portal is now available on Github. Some weeks ago I decided to move the source code to a distributed revision control system. There were to candidates: Git and Mercurial. I decided in favour of Git, because I only know people who are using Git. It seems to be more popular than Mercurial (see Google Trends and compare Github with BitBucket). Furthermore Git is faster and more flexible.
Please visit Devproof on Github
# Create a clone from Github git clone git://github.com/devproof/portal.git devproof
If you like, you can fork the project.
For the hardcore SVN users, you can still use it:
# Checkout from SVN svn checkout https://svn.github.com/devproof/portal/ devproof
The source code from Google Code SVN has been removed, but the Google Code Project Page (incl. Bug Tracker, Downloads etc.) is still active!

