-1

我们正在开发一些 ASP.NET 项目,因为我们在同一个文件上工作。所以我们发现修改后很难合并。你能给我一个详细的解决方案吗?

提前致谢。

4

3 回答 3

1

Use a Source Version Control system

于 2011-02-01T12:00:49.613 回答
0

When working with many members on the same Project, there are Tools like Team Foundation Server, Source Safe, Subversion etc.

Check Wikipedia for a overview http://en.wikipedia.org/wiki/Revision_control

And as you work with ASP.NET i would focus on a Microsoft Product like Team Foundation Server or Source Safe as the integrate well with Visual Studio.

于 2011-02-01T11:59:52.140 回答
0

You probably need some sort of Source Control system. Visual Studio doesn't provide one out-of-the-box, but there are plenty of free solutions. The most popular ones at the moment are subversion, git, and mercurial; from what you tell us, I would assume git or mercurial would be the best fit, since they do not require a server.

于 2011-02-01T12:01:13.507 回答