控制 ASP.NET 中的版本
如何控制 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个很大的问题!听起来您只是在学习版本控制的基础知识。您应该首先了解基本概念,然后选择相对易于设置和学习的工具。
查看这些其他 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?
在做出决定之前,做一些测试项目并尝试每个系统:
执行以下操作:
这对实习生来说是很棒的工作。一旦开始使用源代码管理,您就会想知道如果没有它,您是如何管理的。
Do some test projects and try each system before you make a decision:
Do things like:
This is great work for an intern. Once you start using source control, you'll wonder how you ever managed without it.