oracle/opengrok

smarter detection of CVS repository

Open

#2,589 opened on 2018年12月12日

GitHub で見る
 (7 comments) (0 reactions) (0 assignees)Java (747 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,060 stars)
PR merge metrics
 (平均マージ 2d 17h) (30d で 11 merged PRs)

説明

I have a folder called "CVS" that refuses to index. I've removed the ignoredNames property from the configuration file and they just get added right back when I re-index.

Why do they add themselves back in? How do I index a folder called "CVS" ?

lines removed from configuration.xml file:

     <void method="add">
      <string>CVS</string>
     </void>
     <void method="add">
      <string>CVSROOT</string>
     </void>

コントリビューターガイド