NIHVIVO-1581 Improve the error message produced when building revision info with an out-dated Subversion client.
This commit is contained in:
parent
ee34640e15
commit
bf94f81adc
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public class InfoResponseParser {
|
|||
throws Exception {
|
||||
Matcher matcher = pattern.matcher(infoResponse);
|
||||
if (!matcher.find()) {
|
||||
throw new Exception("no match with '" + pattern + "'.");
|
||||
throw new Exception("no match with '" + pattern + "'. Is your Subversion client out of date?");
|
||||
}
|
||||
|
||||
String value = matcher.group(groupIndex);
|
||||
|
|
Loading…
Add table
Reference in a new issue