Changes between Version 16 and Version 17 of OurTutorial
- Timestamp:
- Mar 12, 2012, 12:08:25 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OurTutorial
v16 v17 55 55 56 56 Create on your disk an ordinary empty directory to contain your copy of SVN. Let's say it's called asma-trunk (use any name and location you like). Enter this directory in Windows Explorer, click the empty space and select TortoiseSVN / Checkout. In the URL of repository pase: 57 {{{svn:// 84.201.216.109/test/trunk}}}57 {{{svn://asma.scene.pl/asma/trunk}}} 58 58 Make sure that Checkout directory is exactly your empty directory. Click OK and wait for the download. 59 59 … … 71 71 72 72 == Making changes == 73 74 Treat the current SVN repository as a sandbox. Once we all get used to the tools, we'll start from scratch doing only serious changes.75 76 '''jhusak''': how about using a branch for the sandbox and do serious work in trunk?77 73 78 74 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.