Changes between Version 4 and Version 5 of SvnTutorial


Ignore:
Timestamp:
02/12/07 04:18:12 (17 years ago)
Author:
arango
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnTutorial

    v4 v5  
    55== Check to Make Sure You Can See the Repository ==
    66
    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.
     7The 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.
    88
    9 If you are using TortoiseSVN, right-click on a directory and choose '''Repo-browser'''.
     9If you are using '''esvn''', right-click on the file menu and choose '''Checkout'''.
    1010
    11 Enter the URL
     11Enter the '''URL''', '''Username''', '''Password''', and '''Local Path''':
     12
    1213{{{
    13 http://www.myroms.org/svn/Models/
     14
     15
     16
     17 
    1418}}}
     19
     20Click '''OK'''.
    1521
    1622Now 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.
     
    4450successfully (0)
    4551}}}
    46 Click OK.
    4752
    4853If you are using svn from the command line, as you would on most unix style machines, check out the respository using the command: