oracle/opengrok

smarter detection of CVS repository

Open

#2,589 opened on Dec 12, 2018

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Java (747 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,060 stars)
PR merge metrics
 (Avg merge 2d 17h) (11 merged PRs in 30d)

Description

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>

Contributor guide