Changes between Version 1 and Version 2 of AddNewModule


Ignore:
Timestamp:
Apr 26, 2007 12:24:56 PM (17 years ago)
Author:
Andy Vick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddNewModule

    v1 v2  
    77 * The SVN repository is '''Ultracam'''
    88 * You're using the '''module/trunk''', '''module/tags''' and '''module/branches''' layout
    9  * Your module is called MyServer
     9 * Your module is called !MyServer
    1010 * You've got some sourcode, in '''~/mysrc''' that you want to check in
    1111
     
    2424}}}
    2525
    26 This will create the directories MyServer/trunk, MyServer/tags and MyServer/branches in the Ultracam repository on the SVN server. After that you should get rid of the temporary directories;
     26This will create the directories !MyServer/trunk, !MyServer/tags and !MyServer/branches in the Ultracam repository on the SVN server. After that you should get rid of the temporary directories;
    2727{{{
    2828> cd /tmp
     
    3737}}}
    3838
    39 This will create a directory MyServer (in /tmp) that contains only a .svn directory
     39This will create a directory !MyServer (in /tmp) that contains only a .svn directory
    4040
    4141
     
    6262
    6363== Now you can use it ==
    64 You can now run '''svn checkout https://forge.roe.ac.uk/svn/Ultracam/MyServer/trunk MyServer''' anywhere and it should check you out the current working copy of the MyServer module.
     64You can now run '''svn checkout !https://forge.roe.ac.uk/svn/Ultracam/MyServer/trunk MyServer''' anywhere and it should check you out the current working copy of the !MyServer module.
    6565 
    6666