Changes between Version 26 and Version 27 of code/tools/SVN
- Timestamp:
- Jul 31, 2009, 4:43:25 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/SVN
v26 v27 1 1 = SVN = 2 2 3 {{{ 4 #!html 5 <table width=100% border=0 cellpadding=0 cellspacing=0> 6 <tr valign=top> 7 <td> 8 <table width=100% border=0 cellpadding=10 cellspacing=5> 9 <tr valign=top> 10 <td style="background-color:#FFFFDD;border:3px solid #000000;"> 11 <h2 style="margin:0;">SVN Clients</h2> 12 }}} 3 [[TracNav(TracNav/TOC_Development)]] 4 5 {{{ 6 #!div style="background-color: #FFFFDD; border: 3px solid #000000; margin: 5px; padding: 10px; width: 710px;" 7 [[span('''SVN Clients''', style=font-family: sans-serif; font-size: 16px)]] 8 13 9 There are many SVN clients, the two below are just examples. Of course you can use whatever client you like. 14 10 * Windows: [http://tortoisesvn.tigris.org/ TortoiseSVN] 15 11 * Linux: [http://rapidsvn.tigris.org/ RapidSVN] (can also be found in your distribution's repository) 16 {{{ 17 #!html 18 </td> 19 </tr> 20 </table> 21 </td> 22 <td rowspan=2 style="padding:5px;"> 23 }}} 24 [[TracNav(TracNav/TOC_Development)]] 25 {{{ 26 #!html 27 28 </td> 29 </tr> 30 <tr> 31 <td> 32 <table width=100% border=0 cellpadding=10 cellspacing=5> 33 <tr valign=top> 34 <td style="background-color:#F4F4FF;border:3px solid #000000;"> 35 <h2 style="margin:0;">SVN Command Description</h2> 36 }}} 12 }}} 13 14 {{{ 15 #!div style="background-color: #F4F4FF; border: 3px solid #000000; margin: 5px; padding: 10px; width: 710px;" 16 [[span('''SVN Command Description''', style=font-family: sans-serif; font-size: 16px)]] 17 37 18 This section below contains a collection of the most used svn commands including some examples. This page does not claim to be complete. For further reading use the built-in help function from svn. The syntax is ''svn help <command>'', if command is omitted, a complete list of valid svn command in printed to the comsole. Furthermore it is assumed that the user has a basic understanding of the shell and knows the way around in the file structure. Svn allows for most of the flexibilities the bash shell allow.[[br]][[br]] 38 19 … … 57 38 58 39 If not noted otherwise all commands are recursive. 59 {{{ 60 #!html 61 </td> 62 </tr> 63 </table> 64 </td> 65 </tr> 66 </table> 67 68 <table width=100% border=0 cellpadding=10 cellspacing=5> 69 <tr valign=top> 70 <td width=100%% style="background-color:#F7F7F7;border:1px solid #888888;"> 40 }}} 41 42 {{{ 43 #!div style="background-color: #F7F7F7; border: 1px solid #888888; margin: 5px; padding: 10px;" 44 45 {{{ 46 #!html 71 47 <h3 style="margin:0;" id="checkout">checkout (co)</h3> 72 48 }}} … … 247 223 patch -p0 < <path-to-patch-file> 248 224 }}} 249 {{{ 250 #!html 251 </td> 252 </tr> 253 </table> 254 }}} 225 }}}