Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 18 and Version 19 of code/tools/SVN


Ignore:
Timestamp:
Sep 23, 2008, 10:00:34 PM (16 years ago)
Author:
rgrieder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/SVN

    v18 v19  
    22[[TracNav(TracNav/TOC_Development)]]
    33
    4 == Download ==
     4== SVN Clients ==
    55There are many SVN clients, the two below are just examples. Of course you can use whatever client you like.
    66 * Windows: [http://tortoisesvn.tigris.org/ TortoiseSVN]
    77 * 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 
    168
    179== SVN command description ==
     
    8274=== add ===
    8375Adding a new file to the local svn copy, that it gets uploaded with the next commit.
     76
    8477
    8578The syntax is ''svn add <file>''