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

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DCVSRepositoryTest.java41 CVSRepository instance;
56 instance = new CVSRepository();
65 * Test of fileHasAnnotation method, of class CVSRepository.
74 * Test of fileHasHistory method, of class CVSRepository.
83 * Test of parseAnnotation method, of class CVSRepository.
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DCVSHistoryParser.java50 private CVSRepository repository=new CVSRepository();
132 repository = (CVSRepository) repos;
H A DRepositoryFactory.java52 new CVSRepository(),
H A DCVSRepository.java48 public class CVSRepository extends RCSRepository { class in inherits:RCSRepository
50 Logger.getLogger(CVSRepository.class.getName());
61 public CVSRepository() { method in class:CVSRepository

Completed in 9 milliseconds