是否存在基于 Git 或 Hg 的内容存储库?

发布于 2024-10-29 13:51:38 字数 284 浏览 2 评论 0原文

我正在寻找一款用于管理大型内容集合(例如 300MB HTML)的软件。它需要分支和合并,并且如果可能的话应该分布式(即,dvcs)。

需要全文索引。

需要一个基于网络的界面。

外面有什么吗?这是一个大项目,需要我花很多时间来创建。

我自己构建它,将结合 Git、JGit、Lucene 和 Play 框架。

一个特殊的问题是 300MB 的文本被分为 200,000 个文件或记录。这个数量的文件通常不是很快,所以跳过 git 的标准文件系统工作模型可能会更好......

I'm looking for a piece of software for managing large content collections, such as 300MB of HTML. It needs branching and merging, and should be distributed if possible (I.e, a dvcs).

Full text indexing is needed.

A web-based interface is desired.

Anything out there? It's a big project that would take me a lot of time to create.

Building it myself, I would combine Git, JGit, Lucene, and the Play framework.

One particular problem is that the 300MB of text is divided into 200,000 files or records. This quantity of files isn't generally fast, so it might be good to skip the standard filesystem working model of git....

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南城追梦 2024-11-05 13:51:38

嗯,我的答案是GIT。

没有比 git 更好的版本控制系统可以更快、更可靠地处理许多基于文本的文件。

对于基于 Web 的界面 - 查看 CGIT

Well, my answer is GIT.

There is no better Version Control System that can deal with many text based files faster and more reliably than git.

For web based interface - look at CGIT

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文