47 #if defined(SVN_ERROR_BUILD_ARRAY) || !defined(SVN_ERROR_ENUM_DEFINED)
54 #include <apr_errno.h>
60 #ifndef DOXYGEN_SHOULD_SKIP_THIS
62 #if defined(SVN_ERROR_BUILD_ARRAY)
64 #define SVN_ERROR_START \
65 static const err_defn error_table[] = { \
66 { SVN_WARNING, "SVN_WARNING", "Warning" },
67 #define SVN_ERRDEF(num, offset, str) { num, #num, str },
68 #define SVN_ERROR_END { 0, NULL, NULL } };
70 #elif !defined(SVN_ERROR_ENUM_DEFINED)
72 #define SVN_ERROR_START \
73 typedef enum svn_errno_t { \
74 SVN_WARNING = APR_OS_START_USERERR + 1,
75 #define SVN_ERRDEF(num, offset, str) num = offset,
76 #define SVN_ERROR_END SVN_ERR_LAST } svn_errno_t;
78 #define SVN_ERROR_ENUM_DEFINED
103 #define SVN_ERR_CATEGORY_SIZE 5000
107 #define SVN_ERR_BAD_CATEGORY_START (APR_OS_START_USERERR \
108 + ( 1 * SVN_ERR_CATEGORY_SIZE))
109 #define SVN_ERR_XML_CATEGORY_START (APR_OS_START_USERERR \
110 + ( 2 * SVN_ERR_CATEGORY_SIZE))
111 #define SVN_ERR_IO_CATEGORY_START (APR_OS_START_USERERR \
112 + ( 3 * SVN_ERR_CATEGORY_SIZE))
113 #define SVN_ERR_STREAM_CATEGORY_START (APR_OS_START_USERERR \
114 + ( 4 * SVN_ERR_CATEGORY_SIZE))
115 #define SVN_ERR_NODE_CATEGORY_START (APR_OS_START_USERERR \
116 + ( 5 * SVN_ERR_CATEGORY_SIZE))
117 #define SVN_ERR_ENTRY_CATEGORY_START (APR_OS_START_USERERR \
118 + ( 6 * SVN_ERR_CATEGORY_SIZE))
119 #define SVN_ERR_WC_CATEGORY_START (APR_OS_START_USERERR \
120 + ( 7 * SVN_ERR_CATEGORY_SIZE))
121 #define SVN_ERR_FS_CATEGORY_START (APR_OS_START_USERERR \
122 + ( 8 * SVN_ERR_CATEGORY_SIZE))
123 #define SVN_ERR_REPOS_CATEGORY_START (APR_OS_START_USERERR \
124 + ( 9 * SVN_ERR_CATEGORY_SIZE))
125 #define SVN_ERR_RA_CATEGORY_START (APR_OS_START_USERERR \
126 + (10 * SVN_ERR_CATEGORY_SIZE))
127 #define SVN_ERR_RA_DAV_CATEGORY_START (APR_OS_START_USERERR \
128 + (11 * SVN_ERR_CATEGORY_SIZE))
129 #define SVN_ERR_RA_LOCAL_CATEGORY_START (APR_OS_START_USERERR \
130 + (12 * SVN_ERR_CATEGORY_SIZE))
131 #define SVN_ERR_SVNDIFF_CATEGORY_START (APR_OS_START_USERERR \
132 + (13 * SVN_ERR_CATEGORY_SIZE))
133 #define SVN_ERR_APMOD_CATEGORY_START (APR_OS_START_USERERR \
134 + (14 * SVN_ERR_CATEGORY_SIZE))
135 #define SVN_ERR_CLIENT_CATEGORY_START (APR_OS_START_USERERR \
136 + (15 * SVN_ERR_CATEGORY_SIZE))
137 #define SVN_ERR_MISC_CATEGORY_START (APR_OS_START_USERERR \
138 + (16 * SVN_ERR_CATEGORY_SIZE))
139 #define SVN_ERR_CL_CATEGORY_START (APR_OS_START_USERERR \
140 + (17 * SVN_ERR_CATEGORY_SIZE))
141 #define SVN_ERR_RA_SVN_CATEGORY_START (APR_OS_START_USERERR \
142 + (18 * SVN_ERR_CATEGORY_SIZE))
143 #define SVN_ERR_AUTHN_CATEGORY_START (APR_OS_START_USERERR \
144 + (19 * SVN_ERR_CATEGORY_SIZE))
145 #define SVN_ERR_AUTHZ_CATEGORY_START (APR_OS_START_USERERR \
146 + (20 * SVN_ERR_CATEGORY_SIZE))
147 #define SVN_ERR_DIFF_CATEGORY_START (APR_OS_START_USERERR \
148 + (21 * SVN_ERR_CATEGORY_SIZE))
149 #define SVN_ERR_RA_SERF_CATEGORY_START (APR_OS_START_USERERR \
150 + (22 * SVN_ERR_CATEGORY_SIZE))
151 #define SVN_ERR_MALFUNC_CATEGORY_START (APR_OS_START_USERERR \
152 + (23 * SVN_ERR_CATEGORY_SIZE))
153 #define SVN_ERR_X509_CATEGORY_START (APR_OS_START_USERERR \
154 + (24 * SVN_ERR_CATEGORY_SIZE))
165 SVN_ERR_BAD_CATEGORY_START + 0,
166 "Bad parent pool passed to svn_make_pool()")
169 SVN_ERR_BAD_CATEGORY_START + 1,
173 SVN_ERR_BAD_CATEGORY_START + 2,
177 SVN_ERR_BAD_CATEGORY_START + 3,
181 SVN_ERR_BAD_CATEGORY_START + 4,
191 SVN_ERR_BAD_CATEGORY_START + 5,
192 "Wrong or unexpected property value")
195 SVN_ERR_BAD_CATEGORY_START + 6,
196 "Version file format not correct")
199 SVN_ERR_BAD_CATEGORY_START + 7,
200 "Path is not an immediate child of the specified directory")
203 SVN_ERR_BAD_CATEGORY_START + 8,
208 SVN_ERR_BAD_CATEGORY_START + 9,
209 "Invalid configuration value")
212 SVN_ERR_BAD_CATEGORY_START + 10,
213 "Bogus server specification")
216 SVN_ERR_BAD_CATEGORY_START + 11,
217 "Unsupported checksum type")
220 SVN_ERR_BAD_CATEGORY_START + 12,
221 "Invalid character in hex checksum")
225 SVN_ERR_BAD_CATEGORY_START + 13,
226 "Unknown
string value of token")
230 SVN_ERR_BAD_CATEGORY_START + 14,
231 "Invalid changelist name")
235 SVN_ERR_BAD_CATEGORY_START + 15,
240 SVN_ERR_BAD_CATEGORY_START + 16,
241 "Invalid compression method")
246 SVN_ERR_XML_CATEGORY_START + 0,
247 "No such XML tag attribute")
250 SVN_ERR_XML_CATEGORY_START + 1,
251 "<delta-pkg> is missing ancestry")
254 SVN_ERR_XML_CATEGORY_START + 2,
255 "Unrecognized binary data encoding; can't decode")
258 SVN_ERR_XML_CATEGORY_START + 3,
259 "XML data was not well-formed")
262 SVN_ERR_XML_CATEGORY_START + 4,
263 "Data cannot be safely XML-escaped")
267 SVN_ERR_XML_CATEGORY_START + 5,
268 "Unexpected XML element found")
273 SVN_ERR_IO_CATEGORY_START + 0,
274 "Inconsistent line ending style")
277 SVN_ERR_IO_CATEGORY_START + 1,
278 "Unrecognized line ending style")
282 SVN_ERR_IO_CATEGORY_START + 2,
283 "Line endings other than expected")
286 SVN_ERR_IO_CATEGORY_START + 3,
287 "Ran out of unique names")
291 SVN_ERR_IO_CATEGORY_START + 4,
292 "Framing error in pipe protocol")
296 SVN_ERR_IO_CATEGORY_START + 5,
297 "Read error in pipe")
300 SVN_ERR_IO_CATEGORY_START + 6,
305 SVN_ERR_IO_CATEGORY_START + 7,
306 "Write error in pipe")
311 SVN_ERR_STREAM_CATEGORY_START + 0,
312 "Unexpected EOF on stream")
315 SVN_ERR_STREAM_CATEGORY_START + 1,
316 "Malformed stream data")
319 SVN_ERR_STREAM_CATEGORY_START + 2,
320 "Unrecognized stream data")
324 SVN_ERR_STREAM_CATEGORY_START + 3,
325 "Stream doesn't support seeking")
329 SVN_ERR_STREAM_CATEGORY_START + 4,
330 "Stream doesn't support this capability")
335 SVN_ERR_NODE_CATEGORY_START + 0,
336 "Unknown svn_node_kind")
339 SVN_ERR_NODE_CATEGORY_START + 1,
340 "Unexpected node kind found")
345 SVN_ERR_ENTRY_CATEGORY_START + 0,
346 "Can't find an entry")
351 SVN_ERR_ENTRY_CATEGORY_START + 2,
352 "Entry already exists")
355 SVN_ERR_ENTRY_CATEGORY_START + 3,
356 "Entry has no revision")
359 SVN_ERR_ENTRY_CATEGORY_START + 4,
363 SVN_ERR_ENTRY_CATEGORY_START + 5,
364 "Entry has an invalid attribute")
367 SVN_ERR_ENTRY_CATEGORY_START + 6,
368 "Can't create an entry for a forbidden name")
373 SVN_ERR_WC_CATEGORY_START + 0,
378 SVN_ERR_WC_CATEGORY_START + 1,
379 "Mismatch popping the WC unwind stack")
383 SVN_ERR_WC_CATEGORY_START + 2,
384 "Attempt to pop empty WC unwind stack")
388 SVN_ERR_WC_CATEGORY_START + 3,
389 "Attempt to unlock with non-empty unwind stack")
392 SVN_ERR_WC_CATEGORY_START + 4,
393 "Attempted to lock an already-locked dir")
396 SVN_ERR_WC_CATEGORY_START + 5,
397 "Working copy not locked; this is probably a bug, please report")
401 SVN_ERR_WC_CATEGORY_START + 6,
407 SVN_ERR_WC_CATEGORY_START + 7,
408 "Path is not a working copy directory")
413 SVN_ERR_WC_NOT_WORKING_COPY,
414 "Path is not a working copy directory")
417 SVN_ERR_WC_CATEGORY_START + 8,
418 "Path is not a working copy file")
421 SVN_ERR_WC_CATEGORY_START + 9,
422 "Problem running log")
425 SVN_ERR_WC_CATEGORY_START + 10,
426 "Can't find a working copy path")
429 SVN_ERR_WC_CATEGORY_START + 11,
430 "Working copy is not up-to-date")
433 SVN_ERR_WC_CATEGORY_START + 12,
434 "Left locally modified or unversioned files")
437 SVN_ERR_WC_CATEGORY_START + 13,
438 "Unmergeable scheduling requested on an entry")
441 SVN_ERR_WC_CATEGORY_START + 14,
442 "Found a working copy path")
445 SVN_ERR_WC_CATEGORY_START + 15,
446 "A conflict in the working copy obstructs the current operation")
449 SVN_ERR_WC_CATEGORY_START + 16,
450 "Working copy is corrupt")
453 SVN_ERR_WC_CATEGORY_START + 17,
454 "Working copy text base is corrupt")
457 SVN_ERR_WC_CATEGORY_START + 18,
458 "Cannot change node kind")
461 SVN_ERR_WC_CATEGORY_START + 19,
462 "Invalid operation on the current working directory")
465 SVN_ERR_WC_CATEGORY_START + 20,
466 "Problem on first log entry in a working copy")
469 SVN_ERR_WC_CATEGORY_START + 21,
470 "Unsupported working copy format")
473 SVN_ERR_WC_CATEGORY_START + 22,
474 "Path syntax not supported in this context")
478 SVN_ERR_WC_CATEGORY_START + 23,
483 SVN_ERR_WC_CATEGORY_START + 24,
484 "Invalid relocation")
488 SVN_ERR_WC_CATEGORY_START + 25,
493 SVN_ERR_WC_CATEGORY_START + 26,
494 "Changelist doesn't match")
498 SVN_ERR_WC_CATEGORY_START + 27,
499 "Conflict resolution failed")
502 SVN_ERR_WC_CATEGORY_START + 28,
503 "Failed to locate 'copyfrom' path in working copy")
510 SVN_ERR_WC_CATEGORY_START + 29,
511 "Moving a path from one changelist to another")
515 SVN_ERR_WC_CATEGORY_START + 30,
516 "Cannot delete a file external")
520 SVN_ERR_WC_CATEGORY_START + 31,
521 "Cannot move a file external")
525 SVN_ERR_WC_CATEGORY_START + 32,
526 "Something's amiss with the wc sqlite database")
530 SVN_ERR_WC_CATEGORY_START + 33,
531 "The working copy is missing")
535 SVN_ERR_WC_CATEGORY_START + 34,
536 "The specified node is not a symlink")
540 SVN_ERR_WC_CATEGORY_START + 35,
541 "The specified path has an unexpected status")
545 SVN_ERR_WC_CATEGORY_START + 36,
546 "The working copy needs to be upgraded")
550 SVN_ERR_WC_CATEGORY_START + 37,
551 "Previous operation has not finished; "
552 "run 'cleanup' if it was interrupted")
556 SVN_ERR_WC_CATEGORY_START + 38,
557 "The operation cannot be performed with the specified depth")
561 SVN_ERR_WC_CATEGORY_START + 39,
562 "Couldn't open a working copy file because access was denied")
566 SVN_ERR_WC_CATEGORY_START + 40,
567 "Mixed-revision working copy was found but not expected")
571 SVN_ERR_WC_CATEGORY_START + 41,
572 "Duplicate targets in svn:externals property")
577 SVN_ERR_FS_CATEGORY_START + 0,
578 "General filesystem error")
581 SVN_ERR_FS_CATEGORY_START + 1,
582 "Error closing filesystem")
585 SVN_ERR_FS_CATEGORY_START + 2,
586 "Filesystem is already open")
589 SVN_ERR_FS_CATEGORY_START + 3,
590 "Filesystem is not open")
593 SVN_ERR_FS_CATEGORY_START + 4,
594 "Filesystem is corrupt")
597 SVN_ERR_FS_CATEGORY_START + 5,
598 "Invalid filesystem path syntax")
601 SVN_ERR_FS_CATEGORY_START + 6,
602 "Invalid filesystem revision number")
605 SVN_ERR_FS_CATEGORY_START + 7,
606 "Invalid filesystem transaction name")
609 SVN_ERR_FS_CATEGORY_START + 8,
610 "Filesystem directory has no such entry")
613 SVN_ERR_FS_CATEGORY_START + 9,
614 "Filesystem has no such representation")
617 SVN_ERR_FS_CATEGORY_START + 10,
618 "Filesystem has no such
string")
621 SVN_ERR_FS_CATEGORY_START + 11,
622 "Filesystem has no such copy")
625 SVN_ERR_FS_CATEGORY_START + 12,
626 "The specified transaction is not mutable")
629 SVN_ERR_FS_CATEGORY_START + 13,
630 "Filesystem has no item")
633 SVN_ERR_FS_CATEGORY_START + 14,
634 "Filesystem has no such node-rev-
id")
637 SVN_ERR_FS_CATEGORY_START + 15,
638 "String does not represent a node or node-rev-
id")
641 SVN_ERR_FS_CATEGORY_START + 16,
642 "Name does not refer to a filesystem directory")
645 SVN_ERR_FS_CATEGORY_START + 17,
646 "Name does not refer to a filesystem file")
649 SVN_ERR_FS_CATEGORY_START + 18,
650 "Name is not a single path component")
653 SVN_ERR_FS_CATEGORY_START + 19,
654 "Attempt to change immutable filesystem node")
657 SVN_ERR_FS_CATEGORY_START + 20,
658 "Item already exists in filesystem")
661 SVN_ERR_FS_CATEGORY_START + 21,
662 "Attempt to remove or recreate fs root dir")
665 SVN_ERR_FS_CATEGORY_START + 22,
666 "Object is not a transaction root")
669 SVN_ERR_FS_CATEGORY_START + 23,
670 "Object is not a revision root")
673 SVN_ERR_FS_CATEGORY_START + 24,
674 "Merge conflict during commit")
677 SVN_ERR_FS_CATEGORY_START + 25,
678 "A representation vanished or changed between reads")
681 SVN_ERR_FS_CATEGORY_START + 26,
682 "Tried to change an immutable representation")
685 SVN_ERR_FS_CATEGORY_START + 27,
686 "Malformed skeleton data")
689 SVN_ERR_FS_CATEGORY_START + 28,
690 "Transaction is out of date")
693 SVN_ERR_FS_CATEGORY_START + 29,
697 SVN_ERR_FS_CATEGORY_START + 30,
698 "Berkeley DB deadlock error")
701 SVN_ERR_FS_CATEGORY_START + 31,
702 "Transaction is dead")
705 SVN_ERR_FS_CATEGORY_START + 32,
706 "Transaction is not dead")
710 SVN_ERR_FS_CATEGORY_START + 33,
715 SVN_ERR_FS_CATEGORY_START + 34,
716 "No user associated with filesystem")
720 SVN_ERR_FS_CATEGORY_START + 35,
721 "Path is already locked")
725 SVN_ERR_FS_CATEGORY_START + 36,
726 "Path is not locked")
730 SVN_ERR_FS_CATEGORY_START + 37,
731 "Lock token is incorrect")
735 SVN_ERR_FS_CATEGORY_START + 38,
736 "No lock token provided")
740 SVN_ERR_FS_CATEGORY_START + 39,
741 "Username does not match lock owner")
745 SVN_ERR_FS_CATEGORY_START + 40,
746 "Filesystem has no such lock")
750 SVN_ERR_FS_CATEGORY_START + 41,
755 SVN_ERR_FS_CATEGORY_START + 42,
756 "Item is out of date")
767 SVN_ERR_FS_CATEGORY_START + 43,
768 "Unsupported FS format")
772 SVN_ERR_FS_CATEGORY_START + 44,
773 "Representation is being written")
777 SVN_ERR_FS_CATEGORY_START + 45,
778 "The generated transaction name is too
long")
782 SVN_ERR_FS_CATEGORY_START + 46,
783 "Filesystem has no such node origin record")
787 SVN_ERR_FS_CATEGORY_START + 47,
788 "Filesystem upgrade is not supported")
792 SVN_ERR_FS_CATEGORY_START + 48,
793 "Filesystem has no such checksum-representation index record")
797 SVN_ERR_FS_CATEGORY_START + 49,
798 "Property value in filesystem differs from the provided "
803 SVN_ERR_FS_CATEGORY_START + 50,
804 "The filesystem editor completion process was not followed")
808 SVN_ERR_FS_CATEGORY_START + 51,
809 "A packed revprop could not be read")
813 SVN_ERR_FS_CATEGORY_START + 52,
814 "Could not initialize the revprop caching infrastructure.")
818 SVN_ERR_FS_CATEGORY_START + 53,
819 "Malformed transaction ID
string.")
823 SVN_ERR_FS_CATEGORY_START + 54,
824 "Corrupt index file.")
828 SVN_ERR_FS_CATEGORY_START + 55,
829 "Revision not covered by index.")
833 SVN_ERR_FS_CATEGORY_START + 56,
834 "Item index too large for this revision.")
838 SVN_ERR_FS_CATEGORY_START + 57,
839 "Container index out of range.")
843 SVN_ERR_FS_CATEGORY_START + 58,
844 "Index files are inconsistent.")
848 SVN_ERR_FS_CATEGORY_START + 59,
849 "Lock operation failed")
853 SVN_ERR_FS_CATEGORY_START + 60,
854 "Unsupported FS type")
858 SVN_ERR_FS_CATEGORY_START + 61,
859 "Container capacity exceeded.")
863 SVN_ERR_FS_CATEGORY_START + 62,
864 "Malformed node revision ID
string.")
868 SVN_ERR_FS_CATEGORY_START + 63,
869 "Invalid generation number data.")
874 SVN_ERR_REPOS_CATEGORY_START + 0,
875 "The repository is locked, perhaps for db recovery")
878 SVN_ERR_REPOS_CATEGORY_START + 1,
879 "A repository hook failed")
882 SVN_ERR_REPOS_CATEGORY_START + 2,
883 "Incorrect arguments supplied")
886 SVN_ERR_REPOS_CATEGORY_START + 3,
887 "A report cannot be generated because no data was supplied")
890 SVN_ERR_REPOS_CATEGORY_START + 4,
891 "Bogus revision report")
899 SVN_ERR_REPOS_CATEGORY_START + 5,
900 "Unsupported repository version")
903 SVN_ERR_REPOS_CATEGORY_START + 6,
904 "Disabled repository feature")
907 SVN_ERR_REPOS_CATEGORY_START + 7,
908 "Error running post-commit hook")
912 SVN_ERR_REPOS_CATEGORY_START + 8,
913 "Error running post-lock hook")
917 SVN_ERR_REPOS_CATEGORY_START + 9,
918 "Error running post-unlock hook")
922 SVN_ERR_REPOS_CATEGORY_START + 10,
923 "Repository upgrade is not supported")
928 SVN_ERR_RA_CATEGORY_START + 0,
929 "Bad URL passed to RA layer")
932 SVN_ERR_RA_CATEGORY_START + 1,
933 "Authorization failed")
936 SVN_ERR_RA_CATEGORY_START + 2,
937 "Unknown authorization method")
940 SVN_ERR_RA_CATEGORY_START + 3,
941 "Repository access method not implemented")
944 SVN_ERR_RA_CATEGORY_START + 4,
945 "Item is out of date")
948 SVN_ERR_RA_CATEGORY_START + 5,
949 "Repository has no UUID")
952 SVN_ERR_RA_CATEGORY_START + 6,
953 "Unsupported RA plugin ABI version")
957 SVN_ERR_RA_CATEGORY_START + 7,
958 "Path is not locked")
962 SVN_ERR_RA_CATEGORY_START + 8,
963 "Server can only replay from the root of a repository")
967 SVN_ERR_RA_CATEGORY_START + 9,
968 "Repository UUID does not match expected UUID")
972 SVN_ERR_RA_CATEGORY_START + 10,
973 "Repository root URL does not match expected root URL")
977 SVN_ERR_RA_CATEGORY_START + 11,
978 "Session URL does not match expected session URL")
982 SVN_ERR_RA_CATEGORY_START + 12,
983 "Can't create tunnel")
987 SVN_ERR_RA_CATEGORY_START + 13,
988 "Can't create session")
993 SVN_ERR_RA_DAV_CATEGORY_START + 0,
994 "RA layer failed to init socket layer")
997 SVN_ERR_RA_DAV_CATEGORY_START + 1,
998 "RA layer failed to create HTTP request")
1001 SVN_ERR_RA_DAV_CATEGORY_START + 2,
1002 "RA layer request failed")
1005 SVN_ERR_RA_DAV_CATEGORY_START + 3,
1006 "RA layer didn't receive requested OPTIONS info")
1009 SVN_ERR_RA_DAV_CATEGORY_START + 4,
1010 "RA layer failed to fetch properties")
1013 SVN_ERR_RA_DAV_CATEGORY_START + 5,
1014 "RA layer file already exists")
1020 SVN_ERR_RA_DAV_CATEGORY_START + 6,
1021 "Invalid configuration value")
1027 SVN_ERR_RA_DAV_CATEGORY_START + 7,
1028 "HTTP Path Not Found")
1031 SVN_ERR_RA_DAV_CATEGORY_START + 8,
1032 "Failed to execute WebDAV PROPPATCH")
1036 SVN_ERR_RA_DAV_CATEGORY_START + 9,
1037 "Malformed network data")
1041 SVN_ERR_RA_DAV_CATEGORY_START + 10,
1042 "Unable to extract data from response header")
1046 SVN_ERR_RA_DAV_CATEGORY_START + 11,
1047 "Repository has been moved")
1051 SVN_ERR_RA_DAV_CATEGORY_START + 12,
1052 "Connection timed out")
1056 SVN_ERR_RA_DAV_CATEGORY_START + 13,
1057 "URL access forbidden for unknown reason")
1061 SVN_ERR_RA_DAV_CATEGORY_START + 14,
1062 "The server state conflicts with the requested preconditions")
1066 SVN_ERR_RA_DAV_CATEGORY_START + 15,
1067 "The URL doesn't allow the requested method")
1072 SVN_ERR_RA_LOCAL_CATEGORY_START + 0,
1073 "Couldn't find a repository")
1076 SVN_ERR_RA_LOCAL_CATEGORY_START + 1,
1077 "Couldn't open a repository")
1082 SVN_ERR_SVNDIFF_CATEGORY_START + 0,
1083 "Svndiff data has invalid header")
1086 SVN_ERR_SVNDIFF_CATEGORY_START + 1,
1087 "Svndiff data contains corrupt window")
1090 SVN_ERR_SVNDIFF_CATEGORY_START + 2,
1091 "Svndiff data contains backward-sliding source view")
1094 SVN_ERR_SVNDIFF_CATEGORY_START + 3,
1095 "Svndiff data contains invalid instruction")
1098 SVN_ERR_SVNDIFF_CATEGORY_START + 4,
1099 "Svndiff data ends unexpectedly")
1102 SVN_ERR_SVNDIFF_CATEGORY_START + 5,
1103 "Svndiff compressed data is invalid")
1108 SVN_ERR_APMOD_CATEGORY_START + 0,
1109 "Apache has no path to an SVN filesystem")
1112 SVN_ERR_APMOD_CATEGORY_START + 1,
1113 "Apache got a malformed URI")
1116 SVN_ERR_APMOD_CATEGORY_START + 2,
1117 "Activity not found")
1120 SVN_ERR_APMOD_CATEGORY_START + 3,
1121 "Baseline incorrect")
1124 SVN_ERR_APMOD_CATEGORY_START + 4,
1125 "Input/output error")
1130 SVN_ERR_CLIENT_CATEGORY_START + 0,
1131 "A path under version control is needed for this operation")
1134 SVN_ERR_CLIENT_CATEGORY_START + 1,
1135 "Repository access is needed for this operation")
1138 SVN_ERR_CLIENT_CATEGORY_START + 2,
1139 "Bogus revision information given")
1142 SVN_ERR_CLIENT_CATEGORY_START + 3,
1143 "Attempting to commit to a URL more than once")
1146 SVN_ERR_CLIENT_CATEGORY_START + 4,
1147 "Operation does not apply to binary file")
1152 SVN_ERR_CLIENT_CATEGORY_START + 5,
1153 "Format of an svn:externals property was invalid")
1156 SVN_ERR_CLIENT_CATEGORY_START + 6,
1157 "Attempting restricted operation for modified resource")
1160 SVN_ERR_CLIENT_CATEGORY_START + 7,
1161 "Operation does not apply to directory")
1164 SVN_ERR_CLIENT_CATEGORY_START + 8,
1165 "Revision range is not allowed")
1168 SVN_ERR_CLIENT_CATEGORY_START + 9,
1169 "Inter-repository relocation not allowed")
1172 SVN_ERR_CLIENT_CATEGORY_START + 10,
1173 "Author name cannot contain a newline")
1176 SVN_ERR_CLIENT_CATEGORY_START + 11,
1177 "Bad property name")
1181 SVN_ERR_CLIENT_CATEGORY_START + 12,
1182 "Two versioned resources are unrelated")
1186 SVN_ERR_CLIENT_CATEGORY_START + 13,
1187 "Path has no lock token")
1191 SVN_ERR_CLIENT_CATEGORY_START + 14,
1192 "Operation does not support multiple sources")
1196 SVN_ERR_CLIENT_CATEGORY_START + 15,
1197 "No versioned parent directories")
1201 SVN_ERR_CLIENT_CATEGORY_START + 16,
1202 "Working copy and merge source not ready for reintegration")
1206 SVN_ERR_CLIENT_CATEGORY_START + 17,
1207 "A file external cannot overwrite an existing versioned item")
1211 SVN_ERR_CLIENT_CATEGORY_START + 18,
1212 "Invalid path component strip count specified")
1216 SVN_ERR_CLIENT_CATEGORY_START + 19,
1217 "Detected a cycle while processing the operation")
1221 SVN_ERR_CLIENT_CATEGORY_START + 20,
1222 "Working copy and merge source not ready for reintegration")
1226 SVN_ERR_CLIENT_CATEGORY_START + 21,
1227 "Invalid mergeinfo detected in merge target")
1231 SVN_ERR_CLIENT_CATEGORY_START + 22,
1232 "Can't perform this operation without a valid lock token")
1236 SVN_ERR_CLIENT_CATEGORY_START + 23,
1237 "The operation is forbidden by the server")
1242 SVN_ERR_MISC_CATEGORY_START + 0,
1243 "A problem occurred; see other errors for details")
1246 SVN_ERR_MISC_CATEGORY_START + 1,
1247 "Failure loading plugin")
1250 SVN_ERR_MISC_CATEGORY_START + 2,
1254 SVN_ERR_MISC_CATEGORY_START + 3,
1258 SVN_ERR_MISC_CATEGORY_START + 4,
1259 "Incorrect parameters given")
1262 SVN_ERR_MISC_CATEGORY_START + 5,
1263 "Tried a versioning operation on an unversioned resource")
1266 SVN_ERR_MISC_CATEGORY_START + 6,
1270 SVN_ERR_MISC_CATEGORY_START + 7,
1271 "Trying to use an unsupported feature")
1274 SVN_ERR_MISC_CATEGORY_START + 8,
1275 "Unexpected or unknown property kind")
1278 SVN_ERR_MISC_CATEGORY_START + 9,
1279 "Illegal target for the requested operation")
1282 SVN_ERR_MISC_CATEGORY_START + 10,
1283 "MD5 checksum is missing")
1286 SVN_ERR_MISC_CATEGORY_START + 11,
1287 "Directory needs to be empty but is not")
1290 SVN_ERR_MISC_CATEGORY_START + 12,
1291 "Error calling external program")
1294 SVN_ERR_MISC_CATEGORY_START + 13,
1295 "Python exception has been set with the error")
1298 SVN_ERR_MISC_CATEGORY_START + 14,
1299 "A checksum mismatch occurred")
1302 SVN_ERR_MISC_CATEGORY_START + 15,
1303 "The operation was interrupted")
1306 SVN_ERR_MISC_CATEGORY_START + 16,
1307 "The specified diff option is not supported")
1310 SVN_ERR_MISC_CATEGORY_START + 17,
1311 "Property not found")
1314 SVN_ERR_MISC_CATEGORY_START + 18,
1315 "No auth file path available")
1319 SVN_ERR_MISC_CATEGORY_START + 19,
1320 "Incompatible library version")
1324 SVN_ERR_MISC_CATEGORY_START + 20,
1325 "Mergeinfo parse error")
1329 SVN_ERR_MISC_CATEGORY_START + 21,
1330 "Cease invocation of this API")
1334 SVN_ERR_MISC_CATEGORY_START + 22,
1335 "Error parsing revision number")
1339 SVN_ERR_MISC_CATEGORY_START + 23,
1340 "Iteration terminated before completion")
1344 SVN_ERR_MISC_CATEGORY_START + 24,
1345 "Unknown changelist")
1349 SVN_ERR_MISC_CATEGORY_START + 25,
1350 "Reserved directory name in command line arguments")
1354 SVN_ERR_MISC_CATEGORY_START + 26,
1355 "Inquiry about unknown capability")
1359 SVN_ERR_MISC_CATEGORY_START + 27,
1364 SVN_ERR_MISC_CATEGORY_START + 28,
1365 "APR memcache library not available")
1369 SVN_ERR_MISC_CATEGORY_START + 29,
1370 "Couldn't perform atomic initialization")
1374 SVN_ERR_MISC_CATEGORY_START + 30,
1379 SVN_ERR_MISC_CATEGORY_START + 31,
1380 "Attempted to write to readonly SQLite db")
1386 SVN_ERR_MISC_CATEGORY_START + 32,
1387 "Unsupported schema found in SQLite db")
1391 SVN_ERR_MISC_CATEGORY_START + 33,
1392 "The SQLite db is busy")
1396 SVN_ERR_MISC_CATEGORY_START + 34,
1397 "SQLite busy at transaction rollback; "
1398 "resetting all busy SQLite statements to allow rollback")
1402 SVN_ERR_MISC_CATEGORY_START + 35,
1403 "Constraint error in SQLite db")
1407 SVN_ERR_MISC_CATEGORY_START + 36,
1408 "Too many memcached servers configured")
1412 SVN_ERR_MISC_CATEGORY_START + 37,
1413 "Failed to parse version number
string")
1417 SVN_ERR_MISC_CATEGORY_START + 38,
1418 "Atomic data storage is corrupt")
1422 SVN_ERR_MISC_CATEGORY_START + 39,
1423 "utf8proc library error")
1427 SVN_ERR_MISC_CATEGORY_START + 40,
1428 "Bad arguments to SQL operators GLOB or LIKE")
1432 SVN_ERR_MISC_CATEGORY_START + 41,
1433 "Packed data stream is corrupt")
1437 SVN_ERR_MISC_CATEGORY_START + 42,
1438 "Additional errors:")
1442 SVN_ERR_MISC_CATEGORY_START + 43,
1443 "Parser error: invalid input")
1448 SVN_ERR_CL_CATEGORY_START + 0,
1449 "Error parsing arguments")
1452 SVN_ERR_CL_CATEGORY_START + 1,
1453 "Not enough arguments provided")
1456 SVN_ERR_CL_CATEGORY_START + 2,
1457 "Mutually exclusive arguments specified")
1460 SVN_ERR_CL_CATEGORY_START + 3,
1461 "Attempted command in administrative dir")
1464 SVN_ERR_CL_CATEGORY_START + 4,
1465 "The log message file is under version control")
1468 SVN_ERR_CL_CATEGORY_START + 5,
1469 "The log message is a pathname")
1472 SVN_ERR_CL_CATEGORY_START + 6,
1473 "Committing in directory scheduled for addition")
1476 SVN_ERR_CL_CATEGORY_START + 7,
1477 "No external editor available")
1480 SVN_ERR_CL_CATEGORY_START + 8,
1481 "Something is wrong with the log message's contents")
1484 SVN_ERR_CL_CATEGORY_START + 9,
1485 "A log message was given where none was necessary")
1488 SVN_ERR_CL_CATEGORY_START + 10,
1489 "No external merge tool available")
1492 SVN_ERR_CL_CATEGORY_START + 11,
1493 "Failed processing one or more externals definitions")
1497 SVN_ERR_CL_CATEGORY_START + 12,
1498 "Repository verification failed")
1503 SVN_ERR_RA_SVN_CATEGORY_START + 0,
1504 "Special code for wrapping server errors to report to client")
1507 SVN_ERR_RA_SVN_CATEGORY_START + 1,
1508 "Unknown svn protocol command")
1511 SVN_ERR_RA_SVN_CATEGORY_START + 2,
1512 "Network connection closed unexpectedly")
1515 SVN_ERR_RA_SVN_CATEGORY_START + 3,
1516 "Network read/write error")
1519 SVN_ERR_RA_SVN_CATEGORY_START + 4,
1520 "Malformed network data")
1523 SVN_ERR_RA_SVN_CATEGORY_START + 5,
1524 "Couldn't find a repository")
1527 SVN_ERR_RA_SVN_CATEGORY_START + 6,
1528 "Client/server version mismatch")
1532 SVN_ERR_RA_SVN_CATEGORY_START + 7,
1533 "Cannot negotiate authentication mechanism")
1537 SVN_ERR_RA_SVN_CATEGORY_START + 8,
1538 "Editor drive was aborted")
1545 SVN_ERR_AUTHN_CATEGORY_START + 0,
1546 "Credential data unavailable")
1549 SVN_ERR_AUTHN_CATEGORY_START + 1,
1550 "No authentication provider available")
1553 SVN_ERR_AUTHN_CATEGORY_START + 2,
1554 "All authentication providers exhausted")
1557 SVN_ERR_AUTHN_CATEGORY_START + 3,
1558 "Credentials not saved")
1562 SVN_ERR_AUTHN_CATEGORY_START + 4,
1563 "Authentication failed")
1568 SVN_ERR_AUTHZ_CATEGORY_START + 0,
1569 "Read access denied for root of edit")
1573 SVN_ERR_AUTHZ_CATEGORY_START + 1,
1574 "Item is not readable")
1578 SVN_ERR_AUTHZ_CATEGORY_START + 2,
1579 "Item is partially readable")
1582 SVN_ERR_AUTHZ_CATEGORY_START + 3,
1583 "Invalid authz configuration")
1587 SVN_ERR_AUTHZ_CATEGORY_START + 4,
1588 "Item is not writable")
1594 SVN_ERR_DIFF_CATEGORY_START + 0,
1595 "Diff data source modified unexpectedly")
1601 SVN_ERR_RA_SERF_CATEGORY_START + 0,
1602 "Initialization of SSPI library failed")
1607 SVN_ERR_RA_SERF_CATEGORY_START + 1,
1608 "Server SSL certificate untrusted")
1612 SVN_ERR_RA_SERF_CATEGORY_START + 2,
1613 "Initialization of the GSSAPI context failed")
1617 SVN_ERR_RA_SERF_CATEGORY_START + 3,
1618 "While handling serf response:")
1623 SVN_ERR_MALFUNC_CATEGORY_START + 0,
1624 "Assertion failure")
1627 SVN_ERR_MALFUNC_CATEGORY_START + 1,
1628 "No non-tracing links found in the error chain")
1635 SVN_ERR_X509_CATEGORY_START + 0,
1636 "Unexpected end of ASN1 data")
1639 SVN_ERR_X509_CATEGORY_START + 1,
1640 "Unexpected ASN1 tag")
1643 SVN_ERR_X509_CATEGORY_START + 2,
1644 "Invalid ASN1 length")
1647 SVN_ERR_X509_CATEGORY_START + 3,
1648 "ASN1 length mismatch")
1651 SVN_ERR_X509_CATEGORY_START + 4,
1652 "Invalid ASN1 data")
1655 SVN_ERR_X509_CATEGORY_START + 5,
1656 "Unavailable X509 feature")
1659 SVN_ERR_X509_CATEGORY_START + 6,
1660 "Invalid PEM certificate")
1663 SVN_ERR_X509_CATEGORY_START + 7,
1664 "Invalid certificate format")
1667 SVN_ERR_X509_CATEGORY_START + 8,
1668 "Invalid certificate version")
1671 SVN_ERR_X509_CATEGORY_START + 9,
1672 "Invalid certificate serial number")
1675 SVN_ERR_X509_CATEGORY_START + 10,
1676 "Found invalid algorithm in certificate")
1679 SVN_ERR_X509_CATEGORY_START + 11,
1680 "Found invalid name in certificate")
1683 SVN_ERR_X509_CATEGORY_START + 12,
1684 "Found invalid date in certificate")
1687 SVN_ERR_X509_CATEGORY_START + 13,
1688 "Found invalid public key in certificate")
1691 SVN_ERR_X509_CATEGORY_START + 14,
1692 "Found invalid signature in certificate")
1695 SVN_ERR_X509_CATEGORY_START + 15,
1696 "Found invalid extensions in certificate")
1699 SVN_ERR_X509_CATEGORY_START + 16,
1700 "Unknown certificate version")
1703 SVN_ERR_X509_CATEGORY_START + 17,
1704 "Certificate uses unknown public key algorithm")
1707 SVN_ERR_X509_CATEGORY_START + 18,
1708 "Certificate signature mismatch")
1711 SVN_ERR_X509_CATEGORY_START + 19,
1712 "Certficate verification failed")
1717 #undef SVN_ERROR_START
1719 #undef SVN_ERROR_END
"Diff data source modified unexpectedly"
"Can't find an entry"
"Unsupported FS format"
"Special code for wrapping server errors to report to client"
"Repository has been moved"
"Error parsing revision number"
"No auth file path available"
"Bogus server specification"
"Name is not a single path component"
"Error running post-unlock hook"
"Found invalid name in certificate"
"Cannot move a file external"
"The specified path has an unexpected status"
"Filesystem directory has no such entry"
"Mergeinfo parse error"
"Cannot negotiate authentication mechanism"
"Unsupported schema found in SQLite db"
"Operation does not apply to binary file"
"Lock token is incorrect"
"Svndiff data contains corrupt window"
"Attempt to unlock with non-empty unwind stack"
"Data cannot be safely XML-escaped"
"Name does not refer to a filesystem directory"
"Unsupported FS type"
"<delta-pkg> is missing ancestry"
"Lock has expired"
"Invalid certificate serial number"
"The generated transaction name is too long"
"Malformed network data"
"The specified transaction is not mutable"
"Path is not a working copy directory"
"Item is not writable"
"Found a working copy path"
"Working copy text base is corrupt"
"Working copy is corrupt"
"Credential data unavailable"
"Invalid filesystem transaction name"
"Couldn't find a repository"
"Bogus mime-type"
"Corrupt index file."
"Transaction is dead"
"Authentication failed"
"Directory needs to be empty but is not"
"Repository upgrade is not supported"
"Additional errors:"
"Detected a cycle while processing the operation"
"RA layer failed to create HTTP request"
"Author name cannot contain a newline"
"Problem running log"
"Invalid ASN1 length"
"A packed revprop could not be read"
"Filesystem is corrupt"
"RA layer didn't receive requested OPTIONS info"
"Object is not a revision root"
"The repository is locked, perhaps for db recovery"
"No external editor available"
"Filesystem has no such node origin record"
"Path is not a working copy file"
"Framing error in pipe protocol"
"Disabled repository feature"
"Inquiry about unknown capability"
"Found invalid date in certificate"
"Berkeley DB deadlock error"
"Failed to locate 'copyfrom' path in working copy"
"Representation is being written"
"Invalid authz configuration"
"Unavailable X509 feature"
"Item already exists in filesystem"
"The server state conflicts with the requested preconditions"
"Initialization of SSPI library failed"
"Input/output error"
"Packed data stream is corrupt"
"Invalid atomic"
"Attempt to pop empty WC unwind stack"
"A file external cannot overwrite an existing versioned item"
"The working copy needs to be upgraded"
"Attempt to remove or recreate fs root dir"
"Too many memcached servers configured"
"Unknown svn protocol command"
"Filesystem has no such checksum-representation index record"
"Unsupported repository version"
"RA layer file already exists"
"Malformed file"
"Invalid path component strip count specified"
"Failed to parse version number string"
"Invalid character in hex checksum"
"Could not initialize the revprop caching infrastructure."
"Invalid compression method"
"MD5 checksum is missing"
"Authorization failed"
"HTTP Path Not Found"
"A report cannot be generated because no data was supplied"
"Cannot change node kind"
"Invalid mergeinfo detected in merge target"
"Network read/write error"
"Error parsing arguments"
"Not enough arguments provided"
"Name does not refer to a filesystem file"
"Unmergeable scheduling requested on an entry"
"Iteration terminated before completion"
"Attempted to lock an already-locked dir"
"Unknown string value of token"
"Couldn't perform atomic initialization"
"Inter-repository relocation not allowed"
"No non-tracing links found in the error chain"
"Container capacity exceeded."
"Found invalid extensions in certificate"
"The specified diff option is not supported"
"Path syntax not supported in this context"
"Item is partially readable"
"Object is not a transaction root"
"Invalid changelist name"
"Python exception has been set with the error"
"Merge conflict during commit"
"A path under version control is needed for this operation"
"Reserved directory name in command line arguments"
"Wrong or unexpected property value"
"Revision range is not allowed"
"Invalid relocation"
"Line endings other than expected"
"No external merge tool available"
"Can't perform this operation without a valid lock token"
"RA layer failed to init socket layer"
"Malformed stream data"
"Unknown authorization method"
"Two versioned resources are unrelated"
"Index files are inconsistent."
"Incorrect parameters given"
"Committing in directory scheduled for addition"
"Stream doesn't support seeking"
"Couldn't open a repository"
"No user associated with filesystem"
"utf8proc library error"
"Atomic data storage is corrupt"
"Format of an svn:externals property was invalid"
"The URL doesn't allow the requested method"
"Working copy and merge source not ready for reintegration"
"Tried to change an immutable representation"
"The specified node is not a symlink"
"Malformed network data"
"Inconsistent line ending style"
"Invalid configuration value"
"Failure loading plugin"
"Failed processing one or more externals definitions"
"Filesystem has no such copy"
"A problem occurred; see other errors for details"
"Write error in pipe"
"Filesystem upgrade is not supported"
"Network connection closed unexpectedly"
"Malformed transaction ID string."
"Obstructed update"
"APR memcache library not available"
"Credentials not saved"
"A representation vanished or changed between reads"
"The filesystem editor completion process was not followed"
"Repository verification failed"
"Invalid schedule"
"All authentication providers exhausted"
"Mutually exclusive arguments specified"
"Problem on first log entry in a working copy"
"Unknown certificate version"
"Tried a versioning operation on an unversioned resource"
"Unrecognized binary data encoding; can't decode"
"Version file format not correct"
"XML data was not well-formed"
"Bogus filename"
"Cease invocation of this API"
"While handling serf response:"
"Attempting restricted operation for modified resource"
"Can't find a working copy path"
"Unexpected or unknown property kind"
"Baseline incorrect"
"Filesystem is not open"
"The operation cannot be performed with the specified depth"
"Server SSL certificate untrusted"
"Session URL does not match expected session URL"
"Invalid filesystem revision number"
"Repository UUID does not match expected UUID"
"Incompatible library version"
"Unknown FS type"
"Unexpected EOF on stream"
"Apache has no path to an SVN filesystem"
"RA layer request failed"
"RA layer failed to fetch properties"
"Invalid generation number data."
"The log message is a pathname"
"Svndiff data ends unexpectedly"
"Mismatch popping the WC unwind stack"
"Ran out of unique names"
"Working copy is not up-to-date"
"A repository hook failed"
"Repository has no UUID"
"Malformed skeleton data"
"String does not represent a node or node-rev-id"
"Failed to execute WebDAV PROPPATCH"
"Moving a path from one changelist to another"
"Error calling external program"
"Read error in pipe"
"Certficate verification failed"
"URL access forbidden for unknown reason"
"Invalid filesystem path syntax"
"Can't create session"
"Repository access is needed for this operation"
"Constraint error in SQLite db"
"Filesystem has no such representation"
"Attempted command in administrative dir"
"Error running post-lock hook"
"Unexpected end of ASN1 data"
"Container index out of range."
"Svndiff data contains invalid instruction"
"Trying to use an unsupported feature"
"Unknown svn_node_kind"
"Bogus revision information given"
"Path has no lock token"
"Incorrect arguments supplied"
"Repository access method not implemented"
"Changelist doesn't match"
"Bogus revision report"
"Server can only replay from the root of a repository"
"Property not found"
"Illegal target for the requested operation"
"No such XML tag attribute"
"Couldn't open a working copy file because access was denied"
"Unsupported working copy format"
"Malformed node revision ID string."
"A conflict in the working copy obstructs the current operation"
"Operation does not apply to directory"
"A checksum mismatch occurred"
"Revision not covered by index."
"Found invalid public key in certificate"
"Filesystem has no such string"
"Bad arguments to SQL operators GLOB or LIKE"
"The operation was interrupted"
"Unrecognized stream data"
"Unknown changelist"
"Unexpected node kind found"
"Assertion failure"
"Path is already locked"
"Property value in filesystem differs from the provided " "base value"
"Activity not found"
"Entry has no URL"
"Invalid PEM certificate"
"Invalid certificate format"
"Unrecognized line ending style"
"The operation is forbidden by the server"
"Found invalid algorithm in certificate"
"No lock token provided"
"Apache got a malformed URI"
"Working copy not locked; this is probably a bug, please report"
"Item is out of date"
"Incomplete data"
"Unexpected ASN1 tag"
"Item is not readable"
"Read access denied for root of edit"
"Initialization of the GSSAPI context failed"
"Entry has no revision"
"Entry already exists"
"Filesystem has no item"
"Bad URL passed to RA layer"
"Cannot delete a file external"
"Transaction is out of date"
"Error closing filesystem"
"The working copy is missing"
"Invalid configuration value"
"Conflict resolution failed"
"Something is wrong with the log message's contents"
"Certificate uses unknown public key algorithm"
"Working copy and merge source not ready for reintegration"
"Svndiff data contains backward-sliding source view"
"Client/server version mismatch"
"No authentication provider available"
"Svndiff compressed data is invalid"
"Path is not a working copy directory"
"Filesystem is already open"
"ASN1 length mismatch"
"Repository root URL does not match expected root URL"
"Attempt to change immutable filesystem node"
"Can't create an entry for a forbidden name"
"Left locally modified or unversioned files"
"Lock operation failed"
"The log message file is under version control"
"Invalid operation on the current working directory"
"Invalid ASN1 data"
"Item is out of date"
"Something's amiss with the wc sqlite database"
"Couldn't find a repository"
"Bad parent pool passed to svn_make_pool()"
"Path is not locked"
"Svndiff data has invalid header"
"Found invalid signature in certificate"
"Path is not locked"
"Filesystem has no such lock"
"Unsupported RA plugin ABI version"
"Previous operation has not finished; " "run 'cleanup' if it was interrupted"
"Operation does not support multiple sources"
"Item index too large for this revision."
"General filesystem error"
"No versioned parent directories"
"Bad property name"
"Unable to extract data from response header"
"Entry has an invalid attribute"
"A log message was given where none was necessary"
"Username does not match lock owner"
"Connection timed out"
"SQLite busy at transaction rollback; " "resetting all busy SQLite statements to allow rollback" ...
"Certificate signature mismatch"
"Attempting to commit to a URL more than once"
"Transaction is not dead"
"Error running post-commit hook"
"Invalid certificate version"
"The SQLite db is busy"
"Path is not an immediate child of the specified directory"
"Can't create tunnel"
"Attempted to write to readonly SQLite db"
"Editor drive was aborted"
"Parser error: invalid input"
"Mixed-revision working copy was found but not expected"
"Berkeley DB error"
"Unexpected XML element found"
"Duplicate targets in svn:externals property"
"Unsupported checksum type"
"Invalid switch"
"Filesystem has no such node-rev-id"