Bill Allombert on Mon, 24 May 2010 02:16:55 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

git mirror repository for PARI


Hello PARI-lovers,

Since I have a new server, I am experimenting with new services.  This
time I have added a GIT (http://git.or.cz/index.html) mirror of the SVN
repository.  It is updated automatically when a fix is commited to the
SVN repository using git-svn.

Anonymous access:
git clone http://pari.math.u-bordeaux.fr/git/pari.git

Access through SSH for PARI developers:
git clone ssh://pari.math.u-bordeaux.fr/home/git/pari/.git

The advantage of using this mirror instead of git-svn directly is
you do not have to use git-svn commands and that this gives a globally
unique sha1 indentifier to PARI versions, for example SVN revision 12318
is GIT revision 687543f65d88a0173aeae755ebfe85e2a64a6dec

Cheers,
Bill