52
52
# See subversion/include/svn_error_codes.h.
54
53
# 155007: WC_NOT_DIRECTORY.
55
54
# 160006: FS_NO_SUCH_REVISION
57
56
# 200005: UNVERSIONED_RESOURCE
58
if code in (150000, 155007, 160006, 160013, 200005):
57
if code in (155007, 160006, 160013, 200005):
61
60
error = '%s (code %d)' % (error, code)