Searched defs:rcsFile (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRCSRepository.java72 File rcsFile = getRCSFile(file);
73 return new RCSget(rcsFile.getPath(), rev);
95 File rcsFile = getRCSFile(file);
96 return rcsFile == null ? null : annotate(file, revision, rcsFile);
99 static Annotation annotate(File file, String revision, File rcsFile) argument
102 Archive archive = new Archive(rcsFile.getPath());
156 File rcsFile = new File(dir, baseName + ",v");
157 return rcsFile.exists() ? rcsFile
[all...]

Completed in 7 milliseconds