mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-22 00:09:47 +01:00
Show error message once only
This commit is contained in:
@@ -87,7 +87,7 @@ public class SvnModifyCommand implements ModifyCommand {
|
|||||||
);
|
);
|
||||||
return String.valueOf(svnCommitInfo.getNewRevision());
|
return String.valueOf(svnCommitInfo.getNewRevision());
|
||||||
} catch (SVNException e) {
|
} catch (SVNException e) {
|
||||||
throw withPattern(SVN_ERROR_PATTERN).forMessage(repository, e.getMessage());
|
throw withPattern(SVN_ERROR_PATTERN).forMessage(repository, e.getErrorMessage().getRootErrorMessage().getFullMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user