Thursday 31 December 2009

SVN Setup

  1. Created a new folder for storing respositories at C:\Repositories
  2. Changed Windows Service to use this location
  3. Added folder GolfMine inside C:\Repositories
  4. Created SVN repository using command line

    svnadmin create --fs-type fsfs C:\Repositories\GolfMine

  5. Did an initial import of the branch,tags & trunk directory using a file upload to

    file:///C:/Repositories/GolfMine

  6. Moved C:\Project\GolfMine to GolfMineOld
  7. Created a new directory GolfMine
  8. SVN Checkout to GolfMine from

    svn://localhost/GolfMine/trunk

  9. Put the contents of GolfMineOld into GolfMine
  10. Performed an SVN Add but removed all
    */obj directories
    */bin directories
    /build directory
    checked in all files in the /tools directory

No comments:

Post a Comment