控制 ASP.NET 中的版本

发布于 2024-12-04 04:08:40 字数 202 浏览 1 评论 0原文

如何控制 ASP.NET 项目中的版本控制?

我们是一个五人团队,希望在 ASP.NET 中使用相同的解决方案文件。

我听说使用 vss 或 tortoise svn..

如何使用 Visual Source Safe 或 tortoise svn 工具或任何其他具有更好版本控制性能的工具.. 设置版本控制有什么要求?

谢谢

How to control versioning in asp.net projects?

We are a five member team and looks to use same solution file in asp.net.

I heard of using vss or tortoise svn..

how to use visual source safe or tortoise svn tool or any other tools which has better performance for version controlling.. what are the requirements to set up version controlling.?

thank you

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

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

发布评论

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

评论(2

深者入戏 2024-12-11 04:08:40

这是一个很大的问题!听起来您只是在学习版本控制的基础知识。您应该首先了解基本概念,然后选择相对易于设置和学习的工具。

查看这些其他 StackOverflow 帖子作为起点:

学习版本控制,并学习它好吧

首先使用 git 或 via 学习版本控制SVN?

This is a HUGE question! It sounds like you are just learning the very basics of version control. You should start by understanding the basic concepts, then choosing a tool that is relatively easy to setup and learn.

Check out these other StackOverflow posts as a starting point:

Learning Version Control, and learning it well

Learning version control with git first or via SVN?

地狱即天堂 2024-12-11 04:08:40

在做出决定之前,做一些测试项目并尝试每个系统:

执行以下操作:

  • 设置它。
  • 查看一个文件。
  • 签入文件。
  • 对文件的两个版本进行比较。
  • 将文件回滚到早期版本。

这对实习生来说是很棒的工作。一旦开始使用源代码管理,您就会想知道如果没有它,您是如何管理的。

Do some test projects and try each system before you make a decision:

Do things like:

  • Setup it up.
  • Check out a file.
  • Check in a file.
  • Do a diff on two versions of a file.
  • Rollback a file to an earlier version.

This is great work for an intern. Once you start using source control, you'll wonder how you ever managed without it.

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