Home
last modified time | relevance | path

Searched refs:CVSdir (Results 1 – 1 of 1) sorted by relevance

/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/history/
H A DRCSHistoryParser.java48 private static File readCVSRoot(File root, File CVSdir, String name) throws IOException { in readCVSRoot() argument
58 File repository = new File(CVSdir, "Repository"); in readCVSRoot()
143 File CVSdir = new File(parent, "CVS"); in getCVSFile() local
144 if (CVSdir.isDirectory() && CVSdir.canRead()) { in getCVSFile()
145 File root = new File(CVSdir, "Root"); in getCVSFile()
147 return readCVSRoot(root, CVSdir, name); in getCVSFile()