summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-10-24 13:43:07 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-10-24 13:43:07 +0000
commitdb68c49d0dd38108e23f333b924764d8c88ee6ff (patch)
tree05640754c11aefdac04f717bf12448fe979074bb /README
parent234280604e02c7188a919a3e8b356f65c4fa50b9 (diff)
downloadmpfr-db68c49d0dd38108e23f333b924764d8c88ee6ff.tar.gz
First revision after the switch to Subversion:
* Removed fixperm as it is now useless. * Updated README and README.dev files. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3889 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 17 insertions, 4 deletions
diff --git a/README b/README
index aaec94ae2..4a793fb20 100644
--- a/README
+++ b/README
@@ -52,9 +52,22 @@ tests/ - test directory
texinfo.tex - TeX macros to handle mpfr.texi
-You can get the latest source code by CVS:
+You can get the latest source code by Subversion at InriaGforge:
- cvs -d :pserver:cvs@cvs-sop.inria.fr:/CVS/spaces login
- cvs -d :pserver:cvs@cvs-sop.inria.fr:/CVS/spaces -z3 checkout -P mpfr
+ svn co svn://scm.gforge.inria.fr/svn/mpfr/trunk mpfr
-(empty password). CVS users should read the file "README.dev".
+(the last argument can be any name). You can use
+
+ svn ls svn://scm.gforge.inria.fr/svn/mpfr/branches
+ svn ls svn://scm.gforge.inria.fr/svn/mpfr/tags
+
+to get the list of branches or tags (releases). More information
+about Subversion:
+
+ * http://svnbook.red-bean.com/ (the official SVN book)
+ * http://gcc.gnu.org/wiki/SvnHelp (written for GCC developers,
+ but interesting general information can be found there)
+
+Subversion users should read the file "README.dev".
+
+Note: the CVS repository at cvs-sop.inria.fr is now closed.