Category: Version Control
Here’s how:In Visual Studio with the project you’d like to disconnect already open, select File > Source Control > Advanced > Change Source Control…Select on the specific project you would …
Example folder name ‘PortableMedia’ that I wish to rename to ‘Renishaw.IDT.Powers.PortableMedia’:Step 1: Close the VS solution and nename the folder in source control‘PortableMedia’Gets changed to ‘Renishaw.IDT.Powers.PortableMedia’:Re-open the solution.Observe that the …
To merge changes made in your branched project back into the trunk (re-integrate).For branching in TortoiseSVN see this previous post.So you’ve now made some changes to your branched project that …
Repository ConventionsWhen using Subversion / TortoiseSVN I tend to use the ‘conventional’ repository layout by adding branches/tags/trunk directories to the root: (Please click on any images shown here to enlarge.)
This guide details the steps taken to create a proper SVN server, as opposed to using a not-recommended network share, as means of creating and accessing repositories.
Creating a new repository from scratch – In Windows Explorer, create the folder to contain your repository folder. – Right-click on this folder and select “Create Repository Here…”