Changes between Version 15 and Version 16 of OurTutorial
- Timestamp:
- Feb 8, 2012, 1:30:37 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OurTutorial
v15 v16 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. … … 76 76 '''jhusak''': how about using a branch for the sandbox and do serious work in trunk? 77 77 78 The easiest change is modifying a file which is already in SVN. Modify the file as you normally do - e.g. edit text files in the notepad. Next choose SVN Commit - it will display the list of modified files. Enter the description of the change in the top edit box (the description is important so that it's easier to see the history), accept. Enter your SVN login and password. Our changes are sent to the server and are available for the others, who need to do SVN Update.78 The easiest change is modifying a file which is already in SVN. Modify the file as you normally do - e.g. edit text files in the notepad. Next choose SVN Commit - it will display the list of modified files. Enter the description of the change in the top edit box (the description is important so that it's easier to browse the history), accept. Enter your SVN login and password. Our changes are sent to the server and are available for the others, who need to do SVN Update. 79 79 80 80 To add a file, put it in the directory, right-click it and select TortoiseSVN / Add. The file won't be sent to the server until you select SVN Commit, as described above.