是否存在基于 Git 或 Hg 的内容存储库?
我正在寻找一款用于管理大型内容集合(例如 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,我的答案是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