summaryrefslogtreecommitdiff
path: root/subversion/include/svn_error_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/include/svn_error_codes.h')
-rw-r--r--subversion/include/svn_error_codes.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/subversion/include/svn_error_codes.h b/subversion/include/svn_error_codes.h
index ba63b6f..c00c0f5 100644
--- a/subversion/include/svn_error_codes.h
+++ b/subversion/include/svn_error_codes.h
@@ -893,6 +893,16 @@ SVN_ERROR_START
SVN_ERR_FS_CATEGORY_START + 68,
"Unrecognized filesystem I/O control code")
+ /** @since New in 1.14. */
+ SVN_ERRDEF(SVN_ERR_FS_REP_SHARING_NOT_ALLOWED,
+ SVN_ERR_FS_CATEGORY_START + 69,
+ "Rep-sharing is not allowed.")
+
+ /** @since New in 1.14. */
+ SVN_ERRDEF(SVN_ERR_FS_REP_SHARING_NOT_SUPPORTED,
+ SVN_ERR_FS_CATEGORY_START + 70,
+ "Rep-sharing is not supported.")
+
/* repos errors */
SVN_ERRDEF(SVN_ERR_REPOS_LOCKED,
@@ -1779,7 +1789,7 @@ SVN_ERROR_START
SVN_ERRDEF(SVN_ERR_X509_CERT_VERIFY_FAILED,
SVN_ERR_X509_CATEGORY_START + 19,
- "Certficate verification failed")
+ "Certificate verification failed")
SVN_ERROR_END