If you want the source to be in a git repository, you could use git-svn:mamalos said:...instead of using cvsup or svn?
$ cd /usr/src/
$ git svn init svn://svn.freebsd.org/base/stable/9
$ git svn fetch -rXXXXXX
$ git svn rebase
No, I ment the /devel/git-subversion port. Though, as far as I understand svn2git, it is similar to a git svn fetch of the full history.mamalos said:Thanx all for your answers,
@funky, apart from devel/svn2git (which is the port that I suppose you are talking about), there is a similar port for mercurial as well, devel/hgsvn.
Thanx again!