Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 30 and Version 31 of code/tools/SVN


Ignore:
Timestamp:
Mar 12, 2013, 1:39:08 PM (11 years ago)
Author:
bknecht
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/SVN

    v30 v31  
    99There 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.
    1010 * 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)
    1212}}}
    1313
     
    166166<h3 style="margin:0;" id="resolved">resolved</h3>
    167167}}}
    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.
     168If 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.
    169169
    170170The syntax is ''svn resolved <conflicting file>''