Changes between Version 22 and Version 23 of dev/LinuxUbuntu
- Timestamp:
- Dec 3, 2007, 3:51:37 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxUbuntu
v22 v23 68 68 Check out the source and Data via svn anonymous, this will download the hole project to the directory orxonox-dir 69 69 {{{ 70 wraith user $ svn co http://svn.orxonox.net/orxonox /trunk orxonox-dir/trunk70 wraith user $ svn co http://svn.orxonox.net/orxonox.OLD/trunk orxonox-dir/trunk 71 71 wraith user $ svn co http://svn.orxonox.net/data/trunk orxonox-dir/data/trunk 72 72 }}} 73 73 You won't be able to commit (check in) anything with the anonymous repository. You have to ask us for user/pass combination. If you have already an account check it out like this: 74 74 {{{ 75 wraith user $ svn co https://svn.orxonox.net/orxonox /trunk orxonox-dir/trunk75 wraith user $ svn co https://svn.orxonox.net/orxonox.OLD/trunk orxonox-dir/trunk 76 76 wraith user $ svn co https://svn.orxonox.net/data/trunk orxonox-dir/data/trunk 77 77 }}}