Source Control

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

To create Svn/Trac repository at rkdrm:

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

To create a labelled (tagged) version in VS2010

  • Do right-mouse Solution/Subversion/Branch Solution... In To: Url box specify
 http://www.svn.rkdrm.com/silverlightmap/SilverlightMap/tags/0.1.0.1 

Don't forget to change branches to tags in the URL!