29

A given source-code management system is most useful to the developer community if there are good quality providers of repository hosting, and for open-source development it essential that this hosting is free and unencumbered. All the well-established version control systems have such providers, generally offering free provision of world-readable repositories and paid subscriptions for private repository hosting. For example:

  • Git has the Microsoft-backed Github; additionally Gitlab provides not only rival hosting, but also makes the core implementation of its service available on an open-source basis
  • Bazaar has Launchpad
  • Mercurial has Bitbucket

Are there similar providers allowing Fossil repositories to be hosted for free?

4

4 回答 4

31

我刚刚在http://chiselapp.com 上推出了一个化石托管解决方案。它仍处于 alpha 阶段,但已经支持许多东西。随时让我知道你的想法。

于 2010-07-28T21:00:20.363 回答
4

似乎 Fossil 在 Sourceforge 上可用:http:
//tkoutline.sourceforge.net/cgi-bin/fossil/wiki

虽然目前尚不清楚这是否是官方安装。托管自定义 CGI 脚本在 SF.net 允许范围内,但管理员维护的安装会更好。

即使设置 Sourceforge 条目对于小型项目(Fossil 的目标)来说可能有点过分,但这似乎是一个明智的项目托管选项。如果 Fossil 没有得到官方支持,我们应该游说它成为那样。BerliOS 很可能也会采用它。

于 2010-06-30T13:33:44.767 回答
3

该站点为您提供 Sourceforge 上的免费 Fossil Repository hostet:

http://fossilrepos.sourceforge.net

于 2011-10-05T21:16:06.637 回答
0

我不知道,但是在您可以访问的任何托管空间上设置自己的托管空间非常容易,它不如其他 scm 工具重要。

链接到我写的关于设置它的教程。

http://write.intellectualmollusc.net/2010/01/setting-up-a-fossil-repository-on-a-public-shared-server/

于 2010-04-08T16:59:06.847 回答