Difference between revisions of "Source Control"
From Richard's Wiki
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
** Install to <pre>http://svn.rkdrm.com/projectname</pre> | ** Install to <pre>http://svn.rkdrm.com/projectname</pre> | ||
* 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& https://panel.dreamhost.com/index.cgi?tree=goodies.installer&]). Install to <pre>http://trac.rkdrm.com/projectname</pre> Specify the svn repository from the dropdown. | * 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& https://panel.dreamhost.com/index.cgi?tree=goodies.installer&]). Install to <pre>http://trac.rkdrm.com/projectname</pre> Specify the svn repository from the dropdown. | ||
+ | ==== To use the repository with VS2010 ==== | ||
+ | * Install ankhsvn client from [http://ankhsvn.open.collab.net/downloads 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 <pre>http://svn.rkdrm.com/projectname</pre> from previous step. | ||
+ | ** Don't forget to check Add Trunk folder for Project. Project will be created in: textbox should read: <pre>http://www.svn.rkdrm.com/projectname/SolutionName/trunk</pre> | ||
+ | ==== To create a labelled (tagged) version in VS2010 ==== | ||
+ | * Do right-mouse Solution/Subversion/Branch Solution... In To: Url box specify | ||
+ | <nowiki>http://www.svn.rkdrm.com/silverlightmap/SilverlightMap/</nowiki><b>tags</b>/0.1.0.1 | ||
+ | Don't forget to change <b>branches</b> to <b>tags</b> in the URL! |
Latest revision as of 06:38, 14 August 2010
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
- Install to
- 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
- Repository URL will be
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!