Selaa lähdekoodia

README: Update svn checkout commands

Nathalie Furmento 15 vuotta sitten
vanhempi
commit
bff693c1ae
1 muutettua tiedostoa jossa 7 lisäystä ja 4 poistoa
  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 ||