Changes between Version 21 and Version 22 of code/tools/SVN
- Timestamp:
- Nov 25, 2008, 2:15:02 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/SVN
v21 v22 13 13 There are many SVN clients, the two below are just examples. Of course you can use whatever client you like. 14 14 * Windows: [http://tortoisesvn.tigris.org/ TortoiseSVN] 15 * Linux: [http://rapidsvn.tigris.org/ RapidSVN] 15 * Linux: [http://rapidsvn.tigris.org/ RapidSVN] (can also be found in your distribution's repository) 16 16 {{{ 17 17 #!html … … 54 54 }}} 55 55 56 Read the [http://svnbook.red-bean.com/en/1. 1/index.html official guide to subversion] or its [http://www.onlamp.com/pub/a/onlamp/2002/10/31/subversion.html shorterversion] for further information.56 Read the [http://svnbook.red-bean.com/en/1.5/index.html official guide to subversion] for further information. 57 57 58 58 If not noted otherwise all commands are recursive.