Changes between Version 30 and Version 31 of code/tools/SVN
- Timestamp:
- Mar 12, 2013, 1:39:08 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/SVN
v30 v31 9 9 There are many SVN clients, the two below are just examples. Of course you can use whatever client you like. A client with a graphical user interface however might protect you from mistakes due to mistyped commands. 10 10 * Windows: [http://tortoisesvn.tigris.org/ TortoiseSVN] 11 * Linux/Tardis: [http:// rapidsvn.tigris.org/ RapidSVN] (is already installed on Tardis computers at ETH and can also be found in your distribution's repository)11 * Linux/Tardis: [http://www.rabbitvcs.org/ RabbitVCS] (is already installed on Tardis computers at ETH and can also be found in your distribution's repository) 12 12 }}} 13 13 … … 166 166 <h3 style="margin:0;" id="resolved">resolved</h3> 167 167 }}} 168 If a conflict arises - this normally happens if someone changes a file on the server (committed it) while you were doing changes in the same place. This command '''does not solve''' the conflict, but it removes the other unnecessary files. 168 If a conflict arises - this normally happens if someone changes a file on the server (committed it) while you were doing changes in the same place. This command '''does not solve''' the conflict, but it removes the other unnecessary files. To resolve the conflict use a diff tool to look at and edit the different versions next to each other. On Tardis we suggest {{{meld}}}, which even allows three way comparisons. 169 169 170 170 The syntax is ''svn resolved <conflicting file>''