Переглянути джерело

README: Update svn checkout commands

Nathalie Furmento 15 роки тому
батько
коміт
bff693c1ae
1 змінених файлів з 7 додано та 4 видалено
  1. 7 4
      README

+ 7 - 4
README

@@ -60,10 +60,13 @@ advantage of their specificities in a portable fashion.
 
 StarPU is available on https://gforge.inria.fr/projects/starpu/.
 
-It is also possible to access the latest svn version:
-  $ svn checkout svn://scm.gforge.inria.fr/svn/starpu/trunk/
-or via http (DAV):  
-  $ svn checkout https://scm.gforge.inria.fr/svn/starpu/trunk/
+The project's SVN repository can be checked out through anonymous
+access with the following command(s).
+
+$ svn checkout svn://scm.gforge.inria.fr/svn/starpu/trunk
+$ svn checkout --username anonsvn https://scm.gforge.inria.fr/svn/starpu/trunk
+
+The password is 'anonsvn'
 
 ++=============================++
 || IV. Building and Installing ||