Changes between Version 18 and Version 19 of code/tools/SVN
- Timestamp:
- Sep 23, 2008, 10:00:34 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/SVN
v18 v19 2 2 [[TracNav(TracNav/TOC_Development)]] 3 3 4 == Download==4 == SVN Clients == 5 5 There are many SVN clients, the two below are just examples. Of course you can use whatever client you like. 6 6 * Windows: [http://tortoisesvn.tigris.org/ TortoiseSVN] 7 7 * Linux: [http://rapidsvn.tigris.org/ RapidSVN] 8 9 == Source access ==10 The best and most convenient way to access our source code is to use SVN and check out the trunk as it contains the most updated and recent stable features: [[br]][[br]]11 https://svn.orxonox.net/orxonox/trunk [[br]][[br]]12 You also need the media files. The path can be configured in orxonox.ini. [[br]][[br]]13 https://svn.orxonox.net/data/Media [[br]][[br]]14 You need an account to access https. If you just want to look at the code, use http, but if you want to commit something, you must use https. Contact us if you need an account.15 16 8 17 9 == SVN command description == … … 82 74 === add === 83 75 Adding a new file to the local svn copy, that it gets uploaded with the next commit. 76 84 77 85 78 The syntax is ''svn add <file>''