开发者

Subversion version of GitHub? [closed]

开发者 https://www.devze.com 2022-12-20 13:32 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

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 Gi开发者_运维问答t 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?


I'd like to have something exactly like GitHub, but one where I could use Subversion instead. Does such a service exist?

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.


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 offers SVN as one of many features, and is free for Open Source projects, as does Google Code


http://unfuddle.com/ is one SVN host I have no complaints about at all.


Check this site for a comparison os SVN hosting services.


You can check services such as Beanstalk


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.


Nice list of Subversion Hosting Comparison

http://www.svnhostingcomparison.com


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号