GitHub 的 Subversion 版本?
我想在公共存储库上托管一些开源代码,而且我真的很喜欢 GitHub 提供的这种共享方式。
不幸的是,Git 不是这些项目的选择,主要是因为我正在为 Windows 开发/在 Windows 上开发,而 Windows 上的 Git 支持远不及 Subversion 的支持。
我想要一个与 GitHub 完全一样的东西,但我可以在其中使用 Subversion。有这样的服务吗?
I'd like to host some open source code on a public repository, and I really like how pretty GitHub makes this kind of sharing.
Unfortunately, Git is not an option for these projects, for the most part because I'm developing for/on Windows, and Git support on Windows is not anywhere near where Subversion's support is.
I'd like to have something exactly like GitHub, but one where I could use Subversion instead. Does such a service exist?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(9)
不,它不存在。
而且它不可能存在。 GitHub的特性高度依赖于分布式版本控制。事实上,大多数让“共享漂亮”的功能与 GitHub 完全无关,它们是分布式版本控制的基本功能。
因此,您可以拥有类似于 GitHub (或 Gitorious,codaset)用于Mercurial (BitBucket),darcs (补丁标签), Bazaar (Launchpad< /a>), Codeville, Arch, ArX, 单调, Fossil,但不适用于 Subversion< /a> (或 CVS、Perforce、Visual SourceSafe、 Team Foundation Server、Vault),因为集中式版本控制系统根本无法支持所需的功能。
No, it doesn't exist.
And it cannot exist. The features of GitHub are highly dependent on distributed version control. In fact, the majority of all the features that make "sharing pretty" have absolutely nothing to do with GitHub, they are fundamental features of distributed version control.
So, you can have something exactly like GitHub (or Gitorious, codaset) for Mercurial (BitBucket), darcs (Patch-Tag), Bazaar (Launchpad), Codeville, Arch, ArX, Monotone, Fossil, but not for Subversion (or CVS, Perforce, Visual SourceSafe, Team Foundation Server, Vault), because centralized version control systems simply are not capable of supporting the required features.
我将 Google 项目托管与 Subversion 结合使用。我认为它比 GitHub 更复杂一些,但它为开源项目提供免费托管。
I use Google Project Hosting with Subversion. I think it's a bit more involved than GitHub, but it provides free hosting for Open Source projects.
Sourceforge 提供 SVN 作为众多功能之一,并且对开源项目免费,Google 代码
Sourceforge offers SVN as one of many features, and is free for Open Source projects, as does Google Code
http://unfuddle.com/ 是一个我没有任何抱怨的 SVN 主机。
http://unfuddle.com/ is one SVN host I have no complaints about at all.
检查此网站以比较 SVN 托管服务。
Check this site for a comparison os SVN hosting services.
您可以检查 Beanstalk 等服务
You can check services such as Beanstalk
我使用过 http://beanstalkapp.com/ 并发现它非常适合托管项目。如果您确实必须坚持使用 SVN,那么您绝对应该看看它们。
I've used http://beanstalkapp.com/ and found it to be good for hosting projects. You should definitely give them a look if you really have to stick with SVN.
Subversion 托管比较的不错列表
http://www.svnhostingcomparison.com
Nice list of Subversion Hosting Comparison
http://www.svnhostingcomparison.com
我的公司 ProjectLocker 确实为像您这样的团队提供 Subversion 托管、Git 托管和 Trac 托管。对于私有代码托管,我们或上面提到的竞争对手都是不错的选择。
My company, ProjectLocker, does offer Subversion hosting, Git hosting, and Trac hosting for teams like yours. For private code hosting, either we or our competitors mentioned above are a good fit.