Changes between Version 10 and Version 11 of dev/LinuxDebian
- Timestamp:
- Feb 27, 2007, 9:19:41 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxDebian
v10 v11 26 26 Check out the source via anonymous subversion login. This will download the whole project to the directory orxonox-dir. 27 27 {{{ 28 wraith user $ svn co http://svn.orxonox.net/orxonox orxonox-dir29 wraith user $ svn co http://svn.orxonox.net/data orxonox-dir/data28 wraith user $ svn co http://svn.orxonox.net/orxonox/trunk orxonox-dir/trunk 29 wraith user $ svn co http://svn.orxonox.net/data/trunk orxonox-dir/data/trunk 30 30 }}} 31 31 You won't be able to commit your own code (check in) with the anonymous subversion repository. You have to ask us for a username/password combination. If you already have an account, check it out like this: 32 32 {{{ 33 wraith user $ svn co https://svn.orxonox.net/orxonox orxonox-dir34 wraith user $ svn co https://svn.orxonox.net/data orxonox-dir/data33 wraith user $ svn co https://svn.orxonox.net/orxonox/trunk orxonox-dir/trunk 34 wraith user $ svn co https://svn.orxonox.net/data/trunk orxonox-dir/data/trunk 35 35 }}} 36 36 You will be asked for your username and password, that you got from us.