ASP.NET SVN 源代码控制混乱。我需要什么才能启动并运行
我对源代码控制以及所有这些软件/插件的功能非常陌生和困惑。我正在测试 SVN 的 beanstalkapp。 TortoiseSVN 能为我做什么?我需要它吗?我还看到了几个可以直接与 VS 2010 配合使用的插件:AnkhSVN 和 VisualSVN。如果我使用其中任何一个,我还需要安装 Tortoise 吗?
感谢您的帮助。我需要一些澄清。
I've very new and confused about source control and what all these software/plugins accomplish. I'm testing out beanstalkapp for SVN. What does TortoiseSVN do for me and do I need it? Also I saw a couple plugins that work directly with VS 2010: AnkhSVN and VisualSVN. If I use either of these do I still need to have Tortoise installed?
Thanks for the help. I need some clarity.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我更喜欢 AnkhSVN。它易于安装和使用,并且可以很好地集成到 Visual Studio 中(几乎像 TFS,但免费)。
TortoiseSVN 是可用于查找文件差异和合并代码的工具之一。 TortoiseSVN 是一个单独的程序,在 Visual Studio 的 AnkhSVN 插件中配置。以下是在 Visual Studio 选项中配置它的位置的屏幕截图:
另外,如果您需要免费的,私人在线存储库,我推荐 unfuddle。 AnkhSVN 与它的链接非常好。我在几个个人项目中使用 AnkhSVN/unfuddle/TortoiseSVN 的设置。
I prefer AnkhSVN. It's easy to install and use, and integrates into Visual Studio very nicely (almost like TFS, but free).
TortoiseSVN is one of the tools you can use to look up file diff and merge code. TortoiseSVN is a separate program that is configured within the AnkhSVN plug-in in Visual Studio. Here's a screen shot of where in Visual Studio options you would configure it:
Also, if you need a free, private, online repository, I would recommend unfuddle. AnkhSVN links into it very nicely. I use this setup of AnkhSVN/unfuddle/TortoiseSVN for several personal projects.
这是关于我最喜欢的 VCS Mercurial 的精彩教程。我强烈推荐它 http://hginit.com/
但是,如果你真的想开始使用 SVN 我建议阅读颠覆之书。它是免费的! http://svnbook.red-bean.com/
TortoiseSVN 和 TortoiseHg(Mercurial 的)为您提供为各自的 VCS 提供了一个不错的 GUI。他们只是让您不必总是使用命令行。
我对 AnkhSVN 一无所知,但 Tortoise 产品做得非常好。
Here is a great tutorial on my favorite VCS, Mercurial. I highly recommend it http://hginit.com/
But, if you really want to get started with SVN I recommend reading The Subversion Book. It's free! http://svnbook.red-bean.com/
TortoiseSVN and TortoiseHg(the Mercurial one) give you a nice GUI for their respective VCS. They just make it so that you don't always have to use a command line.
I don't know anything about AnkhSVN but the Tortoise products do a really good job.