Hi,
I have a .Net web application that I want to take a copy of and create a new application that can be worked on independently of the first - i.e. I want to branch the codebase.
What is the best way of going about this ?
TIA,
Tim.
Hi,
I have a .Net web application that I want to take a copy of and create a new application that can be worked on independently of the first - i.e. I want to branch the codebase.
What is the best way of going about this ?
TIA,
Tim.
Presuming you've taken a local copy of the website, you can just copy and paste the web's root folder in explorer. I'm not sure what kind of branching facilities sourcethiefsafe has, but you can add the new copy to your repository wherever you see fit.
Download VisualSVN Server, install it locally (takes 5 minutes) and create a repository for your project. Then create a branch.