Changes between Version 11 and Version 12 of SvnTutorial


Ignore:
Timestamp:
01/11/07 04:00:44 (17 years ago)
Author:
Rich Signell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnTutorial

    v11 v12  
     1== SVN Tutorial ==
    12
    2 For this example, the username is bubba.
     3In this tutorial, you will learn how to download the CSTM source code and create and modify your own branch.
    34
    4 [wiki:CSTM_admin]
     5In the following examples, the username is bubba.
     6
     7To proceed, you will need to know your username and password which should have received via e-mail from hosted-projects.
     8
     9[wiki:CSTM_admin Instructions for SVN Administrators for adding new CSTM users]
    510
    611== Check to Make Sure You Can See the Repository ==
    7 You will need to know your username and password...you should have gotten an e-mail from hosted-projects.
    8 Right-click and choose {{{Repo-browser}}} from TortoiseSVN.[[BR]]
    9 Enter the URL[https://svn1.hosted-projects.com/cmgsoft/roms_sed/ https://svn1.hosted-projects.com/cmgsoft/roms_sed/][[BR]]
    10 Now you should be able to look at the trunk and maybe some branches (depending on ACL), but bubba_branch won't be there yet.
    11 (You can also navigate the repository with a browser, but cannot do any of the version control stuff that follows).
    1212
    13 == Import a Copy of the Trunk ==
     13If you are using TortoiseSVN, right-click on a directory and choose {{{Repo-browser}}}.
     14
     15Enter the URL
     16{{{
     17https://svn1.hosted-projects.com/cmgsoft/roms_sed/
     18}}}
     19
     20Now you should be able to look at the trunk and maybe some branches (depending on ACL), but bubba_branch won't be there yet.  You will create this later.
     21(You can also navigate the repository with a web browser, but cannot do any of the version control stuff that follows).
     22
     23== Checkout a Copy of the Trunk ==
    1424This process brings a copy of main code from the repository to your computer and places it under SVN control.[[BR]]
    1525Make a directory...name it something meaningful to you, for example {{{bubba_roms_sed}}}[[BR]]