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

/opengrok-sun/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-sun/src/org/opensolaris/opengrok/history/
H A DCVSHistoryParser.java49 private CVSRepository repository=new CVSRepository();
160 repository = (CVSRepository) repos;
H A DRepositoryFactory.java54 new CVSRepository(),
H A DCVSRepository.java45 public class CVSRepository extends RCSRepository { class in inherits:RCSRepository
53 public CVSRepository() { method in class:CVSRepository

Completed in 957 milliseconds