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

/opengrok/src/org/opensolaris/opengrok/history/
H A DRCSRepository.java63 File rcsFile = getRCSFile(file);
64 return new RCSget(rcsFile.getPath(), rev);
79 File rcsFile = getRCSFile(file);
80 return rcsFile == null ? null : annotate(file, revision, rcsFile);
83 static Annotation annotate(File file, String revision, File rcsFile) argument
86 Archive archive = new Archive(rcsFile.getPath());
144 File rcsFile = new File(dir, baseName + ",v");
145 return rcsFile.exists() ? rcsFile
[all...]

Completed in 7 milliseconds