如何复制 ASP.Net 项目?

发布于 2024-07-19 09:10:40 字数 125 浏览 6 评论 0原文

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

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

蒂亚、

蒂姆.

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

感性 2024-07-26 09:10:40

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

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.

少年亿悲伤 2024-07-26 09:10:40

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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文