Add an existing ASP.NET Website to Subversion using AnkhSVN/Tortoise

Posted by EasyDot on Stack Overflow See other posts from Stack Overflow or by EasyDot
Published on 2010-05-27T11:58:40Z Indexed on 2010/05/27 12:01 UTC
Read the original article Hit count: 246

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?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about website