Changes between Version 4 and Version 5 of dev/LinuxSource
- Timestamp:
- Aug 22, 2009, 10:35:03 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxSource
v4 v5 7 7 user@unix:~> mkdir orxonox 8 8 user@unix:~> cd orxonox 9 user@unix:~/orxonox> svn co http://svn.orxonox.net/ orxonox/trunktrunk9 user@unix:~/orxonox> svn co http://svn.orxonox.net/game/code/trunk 10 10 }}} 11 11 You won't be able to contribute your own code (check in) with the anonymous subversion login. You have to ask us for a username/password combination. If you have an account, check the code out like this: 12 12 {{{ 13 user@unix:~/orxonox> svn co https://svn.orxonox.net/ orxonox/trunktrunk13 user@unix:~/orxonox> svn co https://svn.orxonox.net/game/code/trunk 14 14 }}} 15 15 You will then be asked for the username and password, that you got from us. … … 17 17 Furthermore, you will need to check out our data repository. This repository contains all the graphics, fonts and sounds and other third-party data for Orxonox. To check it out use the command: 18 18 {{{ 19 user@ubuntu:~/orxonox> svn co https://svn.orxonox.net/ data/mediamedia19 user@ubuntu:~/orxonox> svn co https://svn.orxonox.net/game/data/trunk media 20 20 }}} 21 21