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

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DSubversionHistoryParser.java59 final String home; field in class:SubversionHistoryParser.Handler
67 Handler(String home, String prefix, int length, DateFormat df) { argument
68 this.home = home;
98 File file = new File(home, s.substring(prefix.length()));

Completed in 16 milliseconds