Add an existing ASP.NET Website to Subversion using AnkhSVN/Tortoise
- by EasyDot
How do you add a existing ASP.NET website to Subversion dealing with the problems that Subversion dosent support multiple folder structures in the repository:
An default ASP.NET Website Solution folder structure look like this:
C:\Documents and Settings\UserName\My Documents\Visual Studio 2008\Projects\WebSite1\
WebSite1.sln
WebSite1.suo
C:\Documents and Settings\UserName\My Documents\Visual Studio 2008\WebSites\WebSite1\
App_Data
Default.aspx
web.config
How do i import the website to the repository?
How do i get working copys of the website from the repository?
How do i branch the website?
How do i merge the websitebranch into the trunk?