Changes between Version 4 and Version 5 of SvnTutorial
- Timestamp:
- 02/12/07 04:18:12 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SvnTutorial
v4 v5 5 5 == Check to Make Sure You Can See the Repository == 6 6 7 The easiest way to view a repository is to simply look at it in a web browser. Enter the URL of the repository (and your username and password when prompted if the site is protected), and start looking. This is also a good way to see individual files in the repository without actually downloading them.7 The easiest way to view a repository is to simply look at it in a web browser. Enter the URL of the repository (and your username and password), and start looking. This is also a good way to see individual files in the repository without actually downloading them. 8 8 9 If you are using TortoiseSVN, right-click on a directory and choose '''Repo-browser'''.9 If you are using '''esvn''', right-click on the file menu and choose '''Checkout'''. 10 10 11 Enter the URL 11 Enter the '''URL''', '''Username''', '''Password''', and '''Local Path''': 12 12 13 {{{ 13 http://www.myroms.org/svn/Models/ 14 15 16 17 14 18 }}} 19 20 Click '''OK'''. 15 21 16 22 Now you should be able to look at the '''branches''' (currently, none), '''tags''', and '''trunk'''. You can also navigate the repository with a web browser, but cannot do any of the version control stuff that follows. … … 44 50 successfully (0) 45 51 }}} 46 Click OK.47 52 48 53 If you are using svn from the command line, as you would on most unix style machines, check out the respository using the command: