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

/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexer.java72 private static final String DIRBASED = "dirbased"; field in class:Indexer
378 } else if (getopt.getOptarg().equalsIgnoreCase(DIRBASED)) {
379 cfg.setRemoteScmSupported(Configuration.RemoteSCM.DIRBASED);
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java189 * DIRBASED - index history only for repositories capable
194 ON, OFF, DIRBASED, UIONLY enum constant in enum:Configuration.RemoteSCM

Completed in 13 milliseconds