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

/opengrok/src/org/opensolaris/opengrok/history/
H A DSubversionRepository.java69 private static final String ENV_SVN_USERNAME = "OPENGROK_SUBVERSION_USERNAME"; field in class:SubversionRepository
458 String userName = System.getenv(ENV_SVN_USERNAME);

Completed in 9 milliseconds