Fork of the GNUCalendar project by KanchiLUG. Forked from here using git-svn
$ git svn clone http://gnucalander.googlecode.com/svn/trunk/ gnucalander-read-only
$ git remote add origin [email protected]:GIT_USER_NAME/GIT_PROJECT_NAME.git
$ git push --force # to deal with non-fast-forward errors
Dealing with fast forward errors - Check here