SVN 与 CVS 存储库
哪些 SVN 存储库值得研究。
我想要,安全、隐私、易用且免费。
我有一些想要备份的代码,并且认为 SVN 可能是一个好方法,而不是备份到磁盘上。
您可以推荐哪个 SVN。我还想要一个具有漂亮的 Web UI 并能够记录项目的工具。最多仅适用于 2 个用户。
另外SVN和CVS有什么区别?
谢谢
What SVN repos are worth looking into.
I would like, security, privacy, easy to use and free.
I have some code I want to backup and thought SVN could be a good way to go, rather than backup onto disk.
Which SVN could you recommend. I would also like one with a nice web UI and the ability to document the project. It would only be for max 2 users.
Also what is the difference between SVN and CVS?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我一直在使用 Mercurial 并且非常喜欢它。您可以获得一个免费的 Bitbucket 帐户并开始在云中存储您的存储库。
tekpub for Mercurial 和 Codeplex 上有一个非常棒的免费视频。它将带您了解所有基础知识,并且将接近 Bitbucket 的工作原理。
查看 http://hginit.com 链接作为另一个很好的资源。
我在本地盒子上使用 SVN 来存储我的个人工作,但仅此而已。使用 Bitbucket 和Mercurial 我不必担心我的本地盒子死机并确保我备份了所有内容......
您也可以查看 Git。我发现/听到的基本要点是 Mercurial 更容易使用,但不如 Git 强大。然而,两者都是很好的选择。
最重要的是,使用 Hg (Mercurial) 或 Git 都不会出错,但我会选择 Hg,除非你需要一些听起来不需要的高级功能。
学习 SVN 并不一定是坏事,因为有很多组织在使用它,但我真正会专注于分布式版本控制系统。他们确实是未来。 :-)
I've been using Mercurial and enjoy it very much. You can get a free Bitbucket account and start storing your repos in the cloud.
There's a really good free video on tekpub for Mercurial and Codeplex. It takes you through all the basics and will be close to how Bitbucket works.
Check out the http://hginit.com link as another good resource.
I was using SVN on my local box to store my personal work but no more. With Bitbucket & Mercurial I won't have to worry about my local box dying and making sure I had everything backed up....
You could also look into Git. The basic gist I have found/heard is Mercurial is a little easier to work with but not as powerful as Git. However, both are excellent choices.
Bottom line is you can't go wrong with either Hg (Mercurial) or Git but I would go with Hg unless you needed some of the advanced features which sounds like you don't.
Learning SVN isn't necessarily bad as there are a lot of Organizations using it but I would really concentrate on Distributed Version Control Systems instead. They really are the future. :-)
git + Github。在我看来,现在没有理由开始使用 svn,因为有更好的替代方案。
git + Github. There's is imo no reason to start with svn now, with much better alternatives available.
如果您想要可以集中控制用户和读/写权限的东西,请使用 Subversion。它是免费的、相对简单且安全(前提是您使用 https://)。请参阅 svnbook有关设置 Apache 的指南,或使用 visualsvn server 进行 Windows 设置,帮助您启动并运行服务器相当快。
If you want something where you can centrally control users and read/write rights, use Subversion. It's free, relatively simple and secure (provided you use https://). See svnbook for a guide on setting up Apache, or use visualsvn server for Windows setups that help you get a server up and running pretty quick.