浏览代码

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 ||