Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 subversion 存储库中存储的不仅仅是源代码。我想要一个处理 doc、doxc、xls、xlsx、pdf 等的搜索工具……就像VoilaSVN所做的那样,但是它似乎已经从地球的尽头消失了?
强制检查整个 repo 并使用本地(对 PC)搜索索引器是一种选择,但由于 repo 的大小,它是不切实际的。这也有一个缺点,它只会提供工作副本所在的 SVN 版本的结果。
是否有任何工具使用诸如 Lucene 之类的东西来索引 SVN 中的纯文本?我更喜欢开源,但我会考虑专有解决方案。
SupoSE就是一个这样的工具——不过我没有对其进行太多测试