Changes between Version 6 and Version 7 of TortoiseSVN_Guide


Ignore:
Timestamp:
Mar 22, 2008, 11:06:30 PM (16 years ago)
Author:
Erik Johansson
Comment:

reversing changes made when the old content from the other wiki was copied to the Trac wiki

Legend:

Unmodified
Added
Removed
Modified
  • TortoiseSVN_Guide

    v6 v7  
    1818== Section 1: Creating Your Account ==
    1919
    20 Request an account from '''Stuart Walpole''' (Acumen), '''Jason Bishop''' (Wijitmaker) or '''Mark Thompson''' (MarkT) (in that order). '''Ensure you let that person know your desired Password.''' You will also be given a User Name (typically your first name). This will be used as your personal login to access the SVN repositories.
     20Request an account from '''Philip Taylor''' (Ykkrosh). '''Ensure you let him know your desired Password.''' You will also be given a User Name (typically your first name). This will be used as your personal login to access the SVN repositories.
    2121
    2222== Section 2: Getting and Installing TortoiseSVN ==
     
    3030For anyone except programmers:
    3131
    32 {{{
    3332      http://svn.wildfiregames.com/svn/ps/trunk/binaries
    34 }}}
     33
     34      http://svn.wildfiregames.com/svn/ps/trunk/docs
    3535
    3636For programmers:
    3737
    38 {{{
    3938      http://svn.wildfiregames.com/svn/ps/trunk
    40 }}}
    4139
    42 ''I also suggest creating a unique directory. I use the directory `C:\0ad`, but feel free to use whatever directory you see fit.''
     40''I also suggest creating a unique directory. I use the directory {{{C:\0ad}}}, but feel free to use whatever directory you see fit.''
    4341
    4442''The directory you check the game out to should ideally have no spaces in its path. For example, C:\My Documents\0AD may cause problems.''
     
    5048'''2''' Right click to bring up the context menu. Select 'Checkout...' in the SVN section of the menu:
    5149
    52 [[Image(http://www.wildfiregames.com/~code/resources/guide/guide1.jpg)]]
     50http://www.wildfiregames.com/~code/resources/guide/guide1.jpg
    5351
    5452'''3''' In the 'Url of repository' field enter the URL above. Leave all other fields at their defaults:
    5553
    56 [[Image(http://www.wildfiregames.com/~code/resources/guide/guide2.jpg)]]
     54http://www.wildfiregames.com/~code/resources/guide/guide2.jpg
    5755
    58 '''4''' After pressing OK, a dialog refering to caching the CVS server's host key could come up. Accept that key if it does.
     56'''4''' After pressing OK, a dialog refering to caching the SVN server's host key could come up. Accept that key if it does.
    5957
    6058You should then be prompted for your account login. Enter the username and password you have requested. In some cases you may be asked for your password twice.
     
    6260Once your password has been succesfully entered, you should see the repository beginning to download:
    6361
    64 [[Image(http://www.wildfiregames.com/~code/resources/guide/guide3.jpg)]]
     62http://www.wildfiregames.com/~code/resources/guide/guide3.jpg
    6563
    6664Note: 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.
     
    7674'''2''' Right click to bring up the context menu. In the SVN section of the menu, select 'Update...':
    7775
    78 [[Image(http://www.wildfiregames.com/~code/resources/guide/guide10.jpg)]]
     76http://www.wildfiregames.com/~code/resources/guide/guide10.jpg
    7977
    8078'''3''' You should immediately see a status dialog detailing what SVN is updating:
    8179
    82 [[Image(http://www.wildfiregames.com/~code/resources/guide/guide11.jpg)]]
     80http://www.wildfiregames.com/~code/resources/guide/guide11.jpg
    8381
    8482The 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).
     
    9290'''2''' Right click to bring up the context menu. Select 'Commit...' in the SVN area of the menu:
    9391
    94 [[Image(http://www.wildfiregames.com/~code/resources/guide/guide4.jpg)]]
     92http://www.wildfiregames.com/~code/resources/guide/guide4.jpg
    9593
    9694'''3''' Enter appropriate comments about the changes in the 'Enter Log Message' dialog:
    9795
    98 '''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 will be ignored.'''
     96'''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.'''
    9997
    100 [[Image(http://www.wildfiregames.com/~code/resources/guide/guide5.jpg)]]
     98http://www.wildfiregames.com/~code/resources/guide/guide5.jpg
    10199
    102100'''4''' Press 'OK'. The commit should begin and you should see the following status dialog:
    103101
    104 [[Image(http://www.wildfiregames.com/~code/resources/guide/guide6.jpg)]]
     102http://www.wildfiregames.com/~code/resources/guide/guide6.jpg
    105103
    106104== Section 6: Adding files to the repository ==
     
    112110'''2''' Right click to bring up the context menu. Under the 'TortoiseSVN' sub-menu, select the 'Add...' option:
    113111
    114 [[Image(http://www.wildfiregames.com/~code/resources/guide/guide7.jpg)]]
     112http://www.wildfiregames.com/~code/resources/guide/guide7.jpg
    115113
    116114'''3''' Confirm which files you want to add to the repository:
    117115
    118 [[Image(http://www.wildfiregames.com/~code/resources/guide/guide8.jpg)]]
     116http://www.wildfiregames.com/~code/resources/guide/guide8.jpg
    119117
    120118'''4''' Press 'OK'. You will see a status dialog detailing what was added to the SVN repository:
    121119
    122 [[Image(http://www.wildfiregames.com/~code/resources/guide/guide9.jpg)]]
     120http://www.wildfiregames.com/~code/resources/guide/guide9.jpg
    123121
    124122'''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.
    125123
    126124== Appendix ==
    127  * You can update your SVN password from http://svn.0ad.homeip.net/admin/svnadmin.php
     125 * You can update your SVN password from http://wildfiregames.com/users/svn/svnadmin.php
    128126
    129127For programmers:
    130128
    131  * A log (showing all recent activity) and source browser is available via Trac, at http://trac.0ad.homeip.net/
     129 * A log (showing all recent activity) and source browser is available via Trac, at http://trac.wildfiregames.com/