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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java545 final String reposPath = toUnixPath(repository.getDirectoryName());
564 ps.setString(1, reposPath);
901 String reposPath = toUnixPath(repository.getDirectoryName());
903 reposIdPS.setString(1, reposPath);
916 insert.setString(1, reposPath);
H A DSubversionRepository.java79 protected String reposPath; field in class:SubversionRepository
148 reposPath = url.substring(root.length());
H A DSubversionHistoryParser.java155 handler = new Handler(repos.getDirectoryName(), repos.reposPath,

Completed in 21 milliseconds