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

/opengrok/src/org/opensolaris/opengrok/history/
H A DRCSHistoryParser.java50 private static File readCVSRoot(File root, File CVSdir, String name) throws IOException { argument
60 File repository = new File(CVSdir, "Repository");
140 File CVSdir = new File(parent, "CVS");
141 if (CVSdir.isDirectory() && CVSdir.canRead()) {
142 File root = new File(CVSdir, "Root");
144 return readCVSRoot(root, CVSdir, name);

Completed in 7 milliseconds