Changes between Version 19 and Version 20 of OurTutorial
- Timestamp:
- Oct 16, 2012, 10:43:50 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OurTutorial
v19 v20 33 33 As you can see in the Browse Source tab, there are three top directories in SVN: 34 34 * 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, butwe don't edit files directly here35 * tags - contains tagged versions, usually releases and sometimes betas, we don't edit files directly here 36 36 * 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) 37 37 … … 50 50 Choose 32-bit or 64-bit to match your Windows version. 51 51 Any 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.52 After the installation the context menu of Windows Explorer gets additional TortoiseSVN commands. 53 53 54 54 == Getting a local copy of SVN == … … 66 66 * SVN Show Log - history (like Trac's Timeline, but limited to SVN changes) 67 67 * 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!)''' 69 69 70 70 There are many other commands, but they are used less often. … … 82 82 To 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. 83 83 84 Only SVN Commit sends our changes to the server. The other operations work locally onour computer.84 Only SVN Commit sends your changes to the server. The other operations work locally on your computer. 85 85 86 86 I think that's enough for the beginning. Any questions?