Changes between Initial Version and Version 1 of Download
- Timestamp:
- Apr 13, 2010, 5:57:29 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v1 v1 1 = Download ZOO source code = 2 3 == SVN Repository == 4 5 To download the lastest repository of this project use the following command : 6 7 {{{ 8 #!sh 9 svn checkout http://svn.zoo-project.org/svn/trunk zoo 10 }}} 11 12 If you get a ZOO Developer account you can use the following command : 13 14 {{{ 15 #!sh 16 sed "s:\[tunnels\]:\[tunnels\]\nzoo-ssh = /usr/bin/ssh -p 1046:g" -i ~/.subversion/config 17 svn checkout svn+zoo-ssh://svn.zoo-project.org/var/svn/repos/trunk zoo 18 }}} 19