Changes between Version 26 and Version 27 of SvnTutorial


Ignore:
Timestamp:
08/01/07 20:59:43 (17 years ago)
Author:
csherwood
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnTutorial

    v26 v27  
    5858Click OK.
    5959
    60 If you are using svn from the command line, as you would on most unix style machines, check out the respository using the command:
    61 {{{
    62 svn co https://www.myroms.org/svn/cstm buba_roms_sed
    63 }}}
    64 (See the footnote for correctly installing svn with ssl support on unix style machines below.)
    65 
    66 
    6760== Create a Branch with Tortoise ==
    6861You must use the exact branch name that was created for you by a [wiki:CSTM_Admins CSTM administrator]. If you are unsure of your branch name, check the [wiki:ACL Access Control List], searching for a line like:
     
    9285
    9386{{{
    94 csherwood@chrshedtxp ~
    95 $ svn mkdir https://www.myroms.org/svn/cstm/branches/crs/ -m "Cleaned top directory for my branches"
    96 Committed revision 976.
     87svn mkdir https://www.myroms.org/svn/cstm/branches/bubba/ -m "Cleaned top directory for my branches"
    9788
    98 csherwood@chrshedtxp ~
    99 $ svn copy https://www.myroms.org/svn/cstm/trunk https://www.myroms.org/svn/cstm/branches/crs/cstm_trunk -m "copy of cstm trunk"
     89svn copy https://www.myroms.org/svn/cstm/trunk https://www.myroms.org/svn/cstm/branches/bubba/cstm_trunk -m "copy of cstm trunk"
    10090
    101 Committed revision 977.
     91svn co https://www.myroms.org/svn/cstm bubba_roms_sed
    10292}}}
    103 
     93(See the footnote for correctly installing svn with ssl support on unix style machines below.)
    10494
    10595