Changes between Version 19 and Version 20 of OurTutorial


Ignore:
Timestamp:
Oct 16, 2012, 10:43:50 AM (12 years ago)
Author:
pfusik
Comment:

small fixes

Legend:

Unmodified
Added
Removed
Modified
  • OurTutorial

    v19 v20  
    3333As you can see in the Browse Source tab, there are three top directories in SVN:
    3434 * branches - for the more advanced users, we don't use it yet
    35  * tags - contains tagged versions, for example I have put ASMA 3.4 here, we can put here all releases and betas, but we don't edit files directly here
     35 * tags - contains tagged versions, usually releases and sometimes betas, we don't edit files directly here
    3636 * trunk - it's the main work space, you can browse it from Trac, but it's much more comfortable to have a copy on your disk (see below)
    3737
     
    5050Choose 32-bit or 64-bit to match your Windows version.
    5151Any installation is fine, you can uncheck the unnecessary things such as extra icons, command-line tools and dictionaries.
    52 After the installation the context menu of Windows Explorer has additional TortoiseSVN commands.
     52After the installation the context menu of Windows Explorer gets additional TortoiseSVN commands.
    5353
    5454== Getting a local copy of SVN ==
     
    6666 * SVN Show Log - history (like Trac's Timeline, but limited to SVN changes)
    6767 * SVN Commit - upload your local changes; this may block if someone made changes to the same file as you - in this case do SVN Update and resolve the conflicts (more info on demand: '''pfusik''')
    68  * SVN Revert - reverts your local changes, replacing the files with their SVN version ('''cannot be undone, use with care!''')
     68 * SVN Revert - reverts your local changes, replacing the files with their SVN version '''(cannot be undone, use with care!)'''
    6969
    7070There are many other commands, but they are used less often.
     
    8282To copy or move a file, drag it '''with the right button''' - a menu will appear with options to copy, move and optionally rename. Then SVN Commit.
    8383
    84 Only SVN Commit sends our changes to the server. The other operations work locally on our computer.
     84Only SVN Commit sends your changes to the server. The other operations work locally on your computer.
    8585
    8686I think that's enough for the beginning. Any questions?