Changes between Version 7 and Version 8 of TortoiseSVN_Guide


Ignore:
Timestamp:
Mar 27, 2008, 9:18:16 PM (16 years ago)
Author:
Erik Johansson
Comment:

making the images work

Legend:

Unmodified
Added
Removed
Modified
  • TortoiseSVN_Guide

    v7 v8  
    4848'''2''' Right click to bring up the context menu. Select 'Checkout...' in the SVN section of the menu:
    4949
    50 http://www.wildfiregames.com/~code/resources/guide/guide1.jpg
     50        [[Image(http://www.wildfiregames.com/~code/resources/guide/guide1.jpg)]]
    5151
    5252'''3''' In the 'Url of repository' field enter the URL above. Leave all other fields at their defaults:
    5353
    54 http://www.wildfiregames.com/~code/resources/guide/guide2.jpg
     54        [[Image(http://www.wildfiregames.com/~code/resources/guide/guide2.jpg)]]
    5555
    5656'''4''' After pressing OK, a dialog refering to caching the SVN server's host key could come up. Accept that key if it does.
     
    6060Once your password has been succesfully entered, you should see the repository beginning to download:
    6161
    62 http://www.wildfiregames.com/~code/resources/guide/guide3.jpg
     62        [[Image(http://www.wildfiregames.com/~code/resources/guide/guide3.jpg)]]
    6363
    6464Note: This will take a while. That's perfectly normal. You're checking out over a hundred megabytes of stuff. Leave it to get on with it, and go do something else for a while.
     
    7474'''2''' Right click to bring up the context menu. In the SVN section of the menu, select 'Update...':
    7575
    76 http://www.wildfiregames.com/~code/resources/guide/guide10.jpg
     76        [[Image(http://www.wildfiregames.com/~code/resources/guide/guide10.jpg)]]
    7777
    7878'''3''' You should immediately see a status dialog detailing what SVN is updating:
    7979
    80 http://www.wildfiregames.com/~code/resources/guide/guide11.jpg
     80        [[Image(http://www.wildfiregames.com/~code/resources/guide/guide11.jpg)]]
    8181
    8282The next two sections describe how to add to or change the repository contents, and are only available to accounts with write access (artists and programmers).
     
    9090'''2''' Right click to bring up the context menu. Select 'Commit...' in the SVN area of the menu:
    9191
    92 http://www.wildfiregames.com/~code/resources/guide/guide4.jpg
     92        [[Image(http://www.wildfiregames.com/~code/resources/guide/guide4.jpg)]]
    9393
    9494'''3''' Enter appropriate comments about the changes in the 'Enter Log Message' dialog:
     
    9696'''The SVN comments are filtered so that they can appear on the 0 A.D. webpage and demonstrate our progress. Put a hash (#) in front of any line that you want to appear on the web log. All other lines won't show up on the website, but can still be seen in the TortoiseSVN log.'''
    9797
    98 http://www.wildfiregames.com/~code/resources/guide/guide5.jpg
     98        [[Image(http://www.wildfiregames.com/~code/resources/guide/guide5.jpg)]]
    9999
    100100'''4''' Press 'OK'. The commit should begin and you should see the following status dialog:
    101101
    102 http://www.wildfiregames.com/~code/resources/guide/guide6.jpg
     102        [[Image(http://www.wildfiregames.com/~code/resources/guide/guide6.jpg)]]
    103103
    104104== Section 6: Adding files to the repository ==
     
    110110'''2''' Right click to bring up the context menu. Under the 'TortoiseSVN' sub-menu, select the 'Add...' option:
    111111
    112 http://www.wildfiregames.com/~code/resources/guide/guide7.jpg
     112        [[Image(http://www.wildfiregames.com/~code/resources/guide/guide7.jpg)]]
    113113
    114114'''3''' Confirm which files you want to add to the repository:
    115115
    116 http://www.wildfiregames.com/~code/resources/guide/guide8.jpg
     116        [[Image(http://www.wildfiregames.com/~code/resources/guide/guide8.jpg)]]
    117117
    118118'''4''' Press 'OK'. You will see a status dialog detailing what was added to the SVN repository:
    119119
    120 http://www.wildfiregames.com/~code/resources/guide/guide9.jpg
     120        [[Image(http://www.wildfiregames.com/~code/resources/guide/guide9.jpg)]]
    121121
    122122'''NOTE:''' To finalise the addition of files to the SVN repository you must '''Commit''' the files you added! Follow the section on Committing files above to see how that is done.