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