GIT is nice for its portability. Here is a short memo in case you want to export a SVN (Subversion) repository into a GIT environment. You need first to install the package git-svn and subversion. First initialize your local repository. mkdir foo cd foo git init Then setup the repository to fetch the svn URL [...]
↧