Searched refs:svnUUID (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DMercurialRepository.java94 private String svnUUID = null; field in class:MercurialRepository
193 if (svnUUID == null) {
199 svnUUID = s.trim();
207 if (svnUUID == null) {
208 svnUUID = "";
214 return svnUUID.isEmpty() ? null : svnUUID;
H A DGitRepository.java69 private String svnUUID = null; field in class:GitRepository
211 if (svnUUID == null) {
227 svnUUID = s.substring(7);
238 if (svnUUID == null) {
239 svnUUID = "";
242 return svnUUID.isEmpty() ? null : svnUUID;
252 svnUUID = null;

Completed in 10 milliseconds