Source Control

From Richard's Wiki
Revision as of 06:28, 14 August 2010 by Rkdrm (Talk | contribs)

Jump to: navigation, search

To create Svn/Trac repository at rkdrm:

  • Create SVN repository using dreamhost web panel https://panel.dreamhost.com/index.cgi?tree=goodies.svn&
    • Install to
      http://svn.rkdrm.com/projectname
  • Then optionally create a Trac site for the repository. Do a one-click (advanced) install of TRAC for the new repository (https://panel.dreamhost.com/index.cgi?tree=goodies.installer&). Install to
    http://trac.rkdrm.com/projectname
    Specify the svn repository from the dropdown.
  • To use the repository with VS2010, install ankhsvn client from http://ankhsvn.open.collab.net/downloads
  • To configure ankhsvn for a solution, do File/Subversion/Add Solution to Subversion... or right-mouse Solution/Add Solution to Subversion.. in the solution explorer.
    • Repository URL will be
      http://svn.rkdrm.com/projectname
      from previous step.
    • Don't forget to check Add Trunk folder for Project. Project will be created in: textbox should read:
      http://www.svn.rkdrm.com/projectname/SolutionName/trunk