你会如何复制ASP.Net项目?

时间:2020-12-10 01:44:25

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.

我有一个.Net Web应用程序,我想要复制并创建一个可以独立于第一个工作的新应用程序 - 即我想分支代码库。

What is the best way of going about this ?

解决这个问题的最佳方式是什么?

TIA,

Tim.

2 个解决方案

#1


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 source thief safe has, but you can add the new copy to your repository wherever you see fit.

假设您已经获取了该网站的本地副本,您只需将该网站的根文件夹复制并粘贴到资源管理器中即可。我不确定窃贼安全源的分支设施是什么类型,但您可以将新副本添加到您认为合适的存储库中。

#2


Download VisualSVN Server, install it locally (takes 5 minutes) and create a repository for your project. Then create a branch.

下载VisualSVN Server,在本地安装(需要5分钟)并为您的项目创建一个存储库。然后创建一个分支。

#1


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 source thief safe has, but you can add the new copy to your repository wherever you see fit.

假设您已经获取了该网站的本地副本,您只需将该网站的根文件夹复制并粘贴到资源管理器中即可。我不确定窃贼安全源的分支设施是什么类型,但您可以将新副本添加到您认为合适的存储库中。

#2


Download VisualSVN Server, install it locally (takes 5 minutes) and create a repository for your project. Then create a branch.

下载VisualSVN Server,在本地安装(需要5分钟)并为您的项目创建一个存储库。然后创建一个分支。