Changes between Version 6 and Version 7 of ZooWebSite/ZooKernel/Download
- Timestamp:
- Jul 16, 2011, 4:08:39 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/ZooKernel/Download
v6 v7 14 14 }}} 15 15 16 For registred developers, as the server waiting incoming SSH connexions on the 1046 port, you'll have to edit your {{{~/.subversion/config}}} file to add a tunnel. Let us name it as {{{zoossh}}}, you can then use the following command :16 For registred developers, you can use SSH or HTTPS protocol. Information on how to setup your https account can be found [http://zoo-project.org/trac/wiki/ZooDevDocumentation here]. For those using SSH, as the server waiting incoming SSH connexions on the 1046 port, you'll have to edit your {{{~/.subversion/config}}} file to add a tunnel. Let us name it as {{{zoossh}}}, you can then use the following command : 17 17 18 18 {{{ 19 19 #!sh 20 # sed "s:\[tunnels\]:\[tunnels\]\nzoos vn= /usr/bin/ssh -p 1046:g" -i ~/.subversion/config21 # svn co svn+zoos vn://svn.zoo-project.org/var/svn/repos/trunk zoo-project20 # sed "s:\[tunnels\]:\[tunnels\]\nzoossh = /usr/bin/ssh -p 1046:g" -i ~/.subversion/config 21 # svn co svn+zoossh://svn.zoo-project.org/var/svn/repos/trunk zoo-project 22 22 }}} 23 23