svn_error_codes.h File Reference

Subversion error codes. More...

#include <apr.h>
#include <apr_errno.h>
#include "svn_props.h"

Go to the source code of this file.

Functions

SVN_ERROR_START SVN_ERRDEF (SVN_ERR_BAD_CONTAINING_POOL, SVN_ERR_BAD_CATEGORY_START+0,"Bad parent pool passed to svn_make_pool()") SVN_ERRDEF(SVN_ERR_BAD_FILENAME
 Collection of Subversion error code values, located within the APR user error space.
SVN_ERROR_START Bogus filename SVN_ERRDEF (SVN_ERR_BAD_URL, SVN_ERR_BAD_CATEGORY_START+2,"Bogus URL") SVN_ERRDEF(SVN_ERR_BAD_DATE
SVN_ERROR_START Bogus filename
Bogus date 
SVN_ERRDEF (SVN_ERR_BAD_MIME_TYPE, SVN_ERR_BAD_CATEGORY_START+4,"Bogus mime-type") SVN_ERRDEF(SVN_ERR_BAD_PROPERTY_VALUE
SVN_ERROR_START Bogus filename
Bogus date Wrong or unexpected
property value 
SVN_ERRDEF (SVN_ERR_BAD_VERSION_FILE_FORMAT, SVN_ERR_BAD_CATEGORY_START+6,"Version file format not correct") SVN_ERRDEF(SVN_ERR_BAD_RELATIVE_PATH
SVN_ERROR_START Bogus filename
Bogus date Wrong or unexpected
property value Path is not an
immediate child of the
specified directory 
SVN_ERRDEF (SVN_ERR_BAD_UUID, SVN_ERR_BAD_CATEGORY_START+8,"Bogus UUID") SVN_ERRDEF(SVN_ERR_XML_ATTRIB_NOT_FOUND
SVN_ERROR_START Bogus filename
Bogus date Wrong or unexpected
property value Path is not an
immediate child of the
specified directory No such
XML tag attribute 
SVN_ERRDEF (SVN_ERR_XML_MISSING_ANCESTRY, SVN_ERR_XML_CATEGORY_START+1,"<delta-pkg> is missing ancestry") SVN_ERRDEF(SVN_ERR_XML_UNKNOWN_ENCODING
can t decode SVN_ERRDEF (SVN_ERR_XML_MALFORMED, SVN_ERR_XML_CATEGORY_START+3,"XML data was not well-formed") SVN_ERRDEF(SVN_ERR_XML_UNESCAPABLE_DATA
can t decode Data cannot be
safely XML escaped 
SVN_ERRDEF (SVN_ERR_IO_INCONSISTENT_EOL, SVN_ERR_IO_CATEGORY_START+0,"Inconsistent line ending style") SVN_ERRDEF(SVN_ERR_IO_UNKNOWN_EOL
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style 
SVN_ERRDEF (SVN_ERR_IO_CORRUPT_EOL, SVN_ERR_IO_CATEGORY_START+2,"Line endings other than expected") SVN_ERRDEF(SVN_ERR_IO_UNIQUE_NAMES_EXHAUSTED
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names 
SVN_ERRDEF (SVN_ERR_IO_PIPE_FRAME_ERROR, SVN_ERR_IO_CATEGORY_START+4,"Framing error in pipe protocol") SVN_ERRDEF(SVN_ERR_IO_PIPE_READ_ERROR
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe 
SVN_ERRDEF (SVN_ERR_IO_WRITE_ERROR, SVN_ERR_IO_CATEGORY_START+6,"Write error") SVN_ERRDEF(SVN_ERR_STREAM_UNEXPECTED_EOF
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream 
SVN_ERRDEF (SVN_ERR_STREAM_MALFORMED_DATA, SVN_ERR_STREAM_CATEGORY_START+1,"Malformed stream data") SVN_ERRDEF(SVN_ERR_STREAM_UNRECOGNIZED_DATA
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data 
SVN_ERRDEF (SVN_ERR_NODE_UNKNOWN_KIND, SVN_ERR_NODE_CATEGORY_START+0,"Unknown svn_node_kind") SVN_ERRDEF(SVN_ERR_NODE_UNEXPECTED_KIND
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found 
SVN_ERRDEF (SVN_ERR_ENTRY_NOT_FOUND, SVN_ERR_ENTRY_CATEGORY_START+0,"Can't find an entry") SVN_ERRDEF(SVN_ERR_ENTRY_EXISTS
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists 
SVN_ERRDEF (SVN_ERR_ENTRY_MISSING_REVISION, SVN_ERR_ENTRY_CATEGORY_START+3,"Entry has no revision") SVN_ERRDEF(SVN_ERR_ENTRY_MISSING_URL
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL 
SVN_ERRDEF (SVN_ERR_ENTRY_ATTRIBUTE_INVALID, SVN_ERR_ENTRY_CATEGORY_START+5,"Entry has an invalid attribute") SVN_ERRDEF(SVN_ERR_WC_OBSTRUCTED_UPDATE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update 
SVN_ERRDEF (SVN_ERR_WC_UNWIND_MISMATCH, SVN_ERR_WC_CATEGORY_START+1,"Mismatch popping the WC unwind stack") SVN_ERRDEF(SVN_ERR_WC_UNWIND_EMPTY
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack 
SVN_ERRDEF (SVN_ERR_WC_UNWIND_NOT_EMPTY, SVN_ERR_WC_CATEGORY_START+3,"Attempt to unlock with non-empty unwind stack") SVN_ERRDEF(SVN_ERR_WC_LOCKED
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir 
SVN_ERRDEF (SVN_ERR_WC_NOT_LOCKED, SVN_ERR_WC_CATEGORY_START+5,"Working copy not locked; this is probably a bug, please report") SVN_ERRDEF(SVN_ERR_WC_INVALID_LOCK
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock 
SVN_ERRDEF (SVN_ERR_WC_NOT_DIRECTORY, SVN_ERR_WC_CATEGORY_START+7,"Path is not a working copy directory") SVN_ERRDEF(SVN_ERR_WC_NOT_FILE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file 
SVN_ERRDEF (SVN_ERR_WC_BAD_ADM_LOG, SVN_ERR_WC_CATEGORY_START+9,"Problem running log") SVN_ERRDEF(SVN_ERR_WC_PATH_NOT_FOUND
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path 
SVN_ERRDEF (SVN_ERR_WC_NOT_UP_TO_DATE, SVN_ERR_WC_CATEGORY_START+11,"Working copy is not up-to-date") SVN_ERRDEF(SVN_ERR_WC_LEFT_LOCAL_MOD
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files 
SVN_ERRDEF (SVN_ERR_WC_SCHEDULE_CONFLICT, SVN_ERR_WC_CATEGORY_START+13,"Unmergeable scheduling requested on an entry") SVN_ERRDEF(SVN_ERR_WC_PATH_FOUND
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path 
SVN_ERRDEF (SVN_ERR_WC_FOUND_CONFLICT, SVN_ERR_WC_CATEGORY_START+15,"A conflict in the working copy obstructs the current operation") SVN_ERRDEF(SVN_ERR_WC_CORRUPT
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt 
SVN_ERRDEF (SVN_ERR_WC_CORRUPT_TEXT_BASE, SVN_ERR_WC_CATEGORY_START+17,"Working copy text base is corrupt") SVN_ERRDEF(SVN_ERR_WC_NODE_KIND_CHANGE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind 
SVN_ERRDEF (SVN_ERR_WC_INVALID_OP_ON_CWD, SVN_ERR_WC_CATEGORY_START+19,"Invalid operation on the current working directory") SVN_ERRDEF(SVN_ERR_WC_BAD_ADM_LOG_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy 
SVN_ERRDEF (SVN_ERR_WC_UNSUPPORTED_FORMAT, SVN_ERR_WC_CATEGORY_START+21,"Unsupported working copy format") SVN_ERRDEF(SVN_ERR_WC_BAD_PATH
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context 
SVN_ERRDEF (SVN_ERR_WC_INVALID_SCHEDULE, SVN_ERR_WC_CATEGORY_START+23,"Invalid schedule") SVN_ERRDEF(SVN_ERR_WC_INVALID_RELOCATION
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation 
SVN_ERRDEF (SVN_ERR_WC_INVALID_SWITCH, SVN_ERR_WC_CATEGORY_START+25,"Invalid switch") SVN_ERRDEF(SVN_ERR_WC_MISMATCHED_CHANGELIST
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match 
SVN_ERRDEF (SVN_ERR_WC_CONFLICT_RESOLVER_FAILURE, SVN_ERR_WC_CATEGORY_START+27,"Conflict resolution failed") SVN_ERRDEF(SVN_ERR_WC_COPYFROM_PATH_NOT_FOUND
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy 
SVN_ERRDEF (SVN_ERR_WC_CHANGELIST_MOVE, SVN_ERR_WC_CATEGORY_START+29,"Moving a path from one changelist to another") SVN_ERRDEF(SVN_ERR_FS_GENERAL
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error 
SVN_ERRDEF (SVN_ERR_FS_CLEANUP, SVN_ERR_FS_CATEGORY_START+1,"Error closing filesystem") SVN_ERRDEF(SVN_ERR_FS_ALREADY_OPEN
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open 
SVN_ERRDEF (SVN_ERR_FS_NOT_OPEN, SVN_ERR_FS_CATEGORY_START+3,"Filesystem is not open") SVN_ERRDEF(SVN_ERR_FS_CORRUPT
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt 
SVN_ERRDEF (SVN_ERR_FS_PATH_SYNTAX, SVN_ERR_FS_CATEGORY_START+5,"Invalid filesystem path syntax") SVN_ERRDEF(SVN_ERR_FS_NO_SUCH_REVISION
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number 
SVN_ERRDEF (SVN_ERR_FS_NO_SUCH_TRANSACTION, SVN_ERR_FS_CATEGORY_START+7,"Invalid filesystem transaction name") SVN_ERRDEF(SVN_ERR_FS_NO_SUCH_ENTRY
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry 
SVN_ERRDEF (SVN_ERR_FS_NO_SUCH_REPRESENTATION, SVN_ERR_FS_CATEGORY_START+9,"Filesystem has no such representation") SVN_ERRDEF(SVN_ERR_FS_NO_SUCH_STRING
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string 
SVN_ERRDEF (SVN_ERR_FS_NO_SUCH_COPY, SVN_ERR_FS_CATEGORY_START+11,"Filesystem has no such copy") SVN_ERRDEF(SVN_ERR_FS_TRANSACTION_NOT_MUTABLE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable 
SVN_ERRDEF (SVN_ERR_FS_NOT_FOUND, SVN_ERR_FS_CATEGORY_START+13,"Filesystem has no item") SVN_ERRDEF(SVN_ERR_FS_ID_NOT_FOUND
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id 
SVN_ERRDEF (SVN_ERR_FS_NOT_ID, SVN_ERR_FS_CATEGORY_START+15,"String does not represent a node or node-rev-id") SVN_ERRDEF(SVN_ERR_FS_NOT_DIRECTORY
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory 
SVN_ERRDEF (SVN_ERR_FS_NOT_FILE, SVN_ERR_FS_CATEGORY_START+17,"Name does not refer to a filesystem file") SVN_ERRDEF(SVN_ERR_FS_NOT_SINGLE_PATH_COMPONENT
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component 
SVN_ERRDEF (SVN_ERR_FS_NOT_MUTABLE, SVN_ERR_FS_CATEGORY_START+19,"Attempt to change immutable filesystem node") SVN_ERRDEF(SVN_ERR_FS_ALREADY_EXISTS
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem 
SVN_ERRDEF (SVN_ERR_FS_ROOT_DIR, SVN_ERR_FS_CATEGORY_START+21,"Attempt to remove or recreate fs root dir") SVN_ERRDEF(SVN_ERR_FS_NOT_TXN_ROOT
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root 
SVN_ERRDEF (SVN_ERR_FS_NOT_REVISION_ROOT, SVN_ERR_FS_CATEGORY_START+23,"Object is not a revision root") SVN_ERRDEF(SVN_ERR_FS_CONFLICT
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit 
SVN_ERRDEF (SVN_ERR_FS_REP_CHANGED, SVN_ERR_FS_CATEGORY_START+25,"A representation vanished or changed between reads") SVN_ERRDEF(SVN_ERR_FS_REP_NOT_MUTABLE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation 
SVN_ERRDEF (SVN_ERR_FS_MALFORMED_SKEL, SVN_ERR_FS_CATEGORY_START+27,"Malformed skeleton data") SVN_ERRDEF(SVN_ERR_FS_TXN_OUT_OF_DATE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date 
SVN_ERRDEF (SVN_ERR_FS_BERKELEY_DB, SVN_ERR_FS_CATEGORY_START+29,"Berkeley DB error") SVN_ERRDEF(SVN_ERR_FS_BERKELEY_DB_DEADLOCK
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error 
SVN_ERRDEF (SVN_ERR_FS_TRANSACTION_DEAD, SVN_ERR_FS_CATEGORY_START+31,"Transaction is dead") SVN_ERRDEF(SVN_ERR_FS_TRANSACTION_NOT_DEAD
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead 
SVN_ERRDEF (SVN_ERR_FS_UNKNOWN_FS_TYPE, SVN_ERR_FS_CATEGORY_START+33,"Unknown FS type") SVN_ERRDEF(SVN_ERR_FS_NO_USER
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem 
SVN_ERRDEF (SVN_ERR_FS_PATH_ALREADY_LOCKED, SVN_ERR_FS_CATEGORY_START+35,"Path is already locked") SVN_ERRDEF(SVN_ERR_FS_PATH_NOT_LOCKED
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked 
SVN_ERRDEF (SVN_ERR_FS_BAD_LOCK_TOKEN, SVN_ERR_FS_CATEGORY_START+37,"Lock token is incorrect") SVN_ERRDEF(SVN_ERR_FS_NO_LOCK_TOKEN
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided 
SVN_ERRDEF (SVN_ERR_FS_LOCK_OWNER_MISMATCH, SVN_ERR_FS_CATEGORY_START+39,"Username does not match lock owner") SVN_ERRDEF(SVN_ERR_FS_NO_SUCH_LOCK
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock 
SVN_ERRDEF (SVN_ERR_FS_LOCK_EXPIRED, SVN_ERR_FS_CATEGORY_START+41,"Lock has expired") SVN_ERRDEF(SVN_ERR_FS_OUT_OF_DATE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date 
SVN_ERRDEF (SVN_ERR_FS_UNSUPPORTED_FORMAT, SVN_ERR_FS_CATEGORY_START+43,"Unsupported FS format") SVN_ERRDEF(SVN_ERR_FS_REP_BEING_WRITTEN
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written 
SVN_ERRDEF (SVN_ERR_FS_TXN_NAME_TOO_LONG, SVN_ERR_FS_CATEGORY_START+45,"The generated transaction name is too long") SVN_ERRDEF(SVN_ERR_FS_NO_SUCH_NODE_ORIGIN
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record 
SVN_ERRDEF (SVN_ERR_FS_UNSUPPORTED_UPGRADE, SVN_ERR_FS_CATEGORY_START+47,"Filesystem upgrade is not supported") SVN_ERRDEF(SVN_ERR_REPOS_LOCKED
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery 
SVN_ERRDEF (SVN_ERR_REPOS_HOOK_FAILURE, SVN_ERR_REPOS_CATEGORY_START+1,"A repository hook failed") SVN_ERRDEF(SVN_ERR_REPOS_BAD_ARGS
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied 
SVN_ERRDEF (SVN_ERR_REPOS_NO_DATA_FOR_REPORT, SVN_ERR_REPOS_CATEGORY_START+3,"A report cannot be generated because no data was supplied") SVN_ERRDEF(SVN_ERR_REPOS_BAD_REVISION_REPORT
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report 
SVN_ERRDEF (SVN_ERR_REPOS_UNSUPPORTED_VERSION, SVN_ERR_REPOS_CATEGORY_START+5,"Unsupported repository version") SVN_ERRDEF(SVN_ERR_REPOS_DISABLED_FEATURE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature 
SVN_ERRDEF (SVN_ERR_REPOS_POST_COMMIT_HOOK_FAILED, SVN_ERR_REPOS_CATEGORY_START+7,"Error running post-commit hook") SVN_ERRDEF(SVN_ERR_REPOS_POST_LOCK_HOOK_FAILED
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook 
SVN_ERRDEF (SVN_ERR_REPOS_POST_UNLOCK_HOOK_FAILED, SVN_ERR_REPOS_CATEGORY_START+9,"Error running post-unlock hook") SVN_ERRDEF(SVN_ERR_REPOS_UNSUPPORTED_UPGRADE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported 
SVN_ERRDEF (SVN_ERR_RA_ILLEGAL_URL, SVN_ERR_RA_CATEGORY_START+0,"Bad URL passed to RA layer") SVN_ERRDEF(SVN_ERR_RA_NOT_AUTHORIZED
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed 
SVN_ERRDEF (SVN_ERR_RA_UNKNOWN_AUTH, SVN_ERR_RA_CATEGORY_START+2,"Unknown authorization method") SVN_ERRDEF(SVN_ERR_RA_NOT_IMPLEMENTED
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented 
SVN_ERRDEF (SVN_ERR_RA_OUT_OF_DATE, SVN_ERR_RA_CATEGORY_START+4,"Item is out of date") SVN_ERRDEF(SVN_ERR_RA_NO_REPOS_UUID
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID 
SVN_ERRDEF (SVN_ERR_RA_UNSUPPORTED_ABI_VERSION, SVN_ERR_RA_CATEGORY_START+6,"Unsupported RA plugin ABI version") SVN_ERRDEF(SVN_ERR_RA_NOT_LOCKED
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked 
SVN_ERRDEF (SVN_ERR_RA_PARTIAL_REPLAY_NOT_SUPPORTED, SVN_ERR_RA_CATEGORY_START+8,"Server can only replay from the root of a repository") SVN_ERRDEF(SVN_ERR_RA_UUID_MISMATCH
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID 
SVN_ERRDEF (SVN_ERR_RA_DAV_SOCK_INIT, SVN_ERR_RA_DAV_CATEGORY_START+0,"RA layer failed to init socket layer") SVN_ERRDEF(SVN_ERR_RA_DAV_CREATING_REQUEST
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request 
SVN_ERRDEF (SVN_ERR_RA_DAV_REQUEST_FAILED, SVN_ERR_RA_DAV_CATEGORY_START+2,"RA layer request failed") SVN_ERRDEF(SVN_ERR_RA_DAV_OPTIONS_REQ_FAILED
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info 
SVN_ERRDEF (SVN_ERR_RA_DAV_PROPS_NOT_FOUND, SVN_ERR_RA_DAV_CATEGORY_START+4,"RA layer failed to fetch properties") SVN_ERRDEF(SVN_ERR_RA_DAV_ALREADY_EXISTS
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists 
SVN_ERRDEF (SVN_ERR_RA_DAV_INVALID_CONFIG_VALUE, SVN_ERR_RA_DAV_CATEGORY_START+6,"Invalid configuration value") SVN_ERRDEF(SVN_ERR_RA_DAV_PATH_NOT_FOUND
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found 
SVN_ERRDEF (SVN_ERR_RA_DAV_PROPPATCH_FAILED, SVN_ERR_RA_DAV_CATEGORY_START+8,"Failed to execute WebDAV PROPPATCH") SVN_ERRDEF(SVN_ERR_RA_DAV_MALFORMED_DATA
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data 
SVN_ERRDEF (SVN_ERR_RA_DAV_RESPONSE_HEADER_BADNESS, SVN_ERR_RA_DAV_CATEGORY_START+10,"Unable to extract data from response header") SVN_ERRDEF(SVN_ERR_RA_DAV_RELOCATED
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved 
SVN_ERRDEF (SVN_ERR_RA_LOCAL_REPOS_NOT_FOUND, SVN_ERR_RA_LOCAL_CATEGORY_START+0,"Couldn't find a repository") SVN_ERRDEF(SVN_ERR_RA_LOCAL_REPOS_OPEN_FAILED
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository 
SVN_ERRDEF (SVN_ERR_RA_SVN_CMD_ERR, SVN_ERR_RA_SVN_CATEGORY_START+0,"Special code for wrapping server errors to report to client") SVN_ERRDEF(SVN_ERR_RA_SVN_UNKNOWN_CMD
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command 
SVN_ERRDEF (SVN_ERR_RA_SVN_CONNECTION_CLOSED, SVN_ERR_RA_SVN_CATEGORY_START+2,"Network connection closed unexpectedly") SVN_ERRDEF(SVN_ERR_RA_SVN_IO_ERROR
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error 
SVN_ERRDEF (SVN_ERR_RA_SVN_MALFORMED_DATA, SVN_ERR_RA_SVN_CATEGORY_START+4,"Malformed network data") SVN_ERRDEF(SVN_ERR_RA_SVN_REPOS_NOT_FOUND
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository 
SVN_ERRDEF (SVN_ERR_RA_SVN_BAD_VERSION, SVN_ERR_RA_SVN_CATEGORY_START+6,"Client/server version mismatch") SVN_ERRDEF(SVN_ERR_RA_SVN_NO_MECHANISMS
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism 
SVN_ERRDEF (SVN_ERR_RA_SERF_SSPI_INITIALISATION_FAILED, SVN_ERR_RA_SERF_CATEGORY_START+0,"Initialization of SSPI library failed") SVN_ERRDEF(SVN_ERR_RA_SERF_SSL_CERT_UNTRUSTED
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted 
SVN_ERRDEF (SVN_ERR_AUTHN_CREDS_UNAVAILABLE, SVN_ERR_AUTHN_CATEGORY_START+0,"Credential data unavailable") SVN_ERRDEF(SVN_ERR_AUTHN_NO_PROVIDER
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available 
SVN_ERRDEF (SVN_ERR_AUTHN_PROVIDERS_EXHAUSTED, SVN_ERR_AUTHN_CATEGORY_START+2,"All authentication providers exhausted") SVN_ERRDEF(SVN_ERR_AUTHN_CREDS_NOT_SAVED
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved 
SVN_ERRDEF (SVN_ERR_AUTHN_FAILED, SVN_ERR_AUTHN_CATEGORY_START+4,"Authentication failed") SVN_ERRDEF(SVN_ERR_AUTHZ_ROOT_UNREADABLE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit 
SVN_ERRDEF (SVN_ERR_AUTHZ_UNREADABLE, SVN_ERR_AUTHZ_CATEGORY_START+1,"Item is not readable") SVN_ERRDEF(SVN_ERR_AUTHZ_PARTIALLY_READABLE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable 
SVN_ERRDEF (SVN_ERR_AUTHZ_INVALID_CONFIG, SVN_ERR_AUTHZ_CATEGORY_START+3,"Invalid authz configuration") SVN_ERRDEF(SVN_ERR_AUTHZ_UNWRITABLE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable 
SVN_ERRDEF (SVN_ERR_SVNDIFF_INVALID_HEADER, SVN_ERR_SVNDIFF_CATEGORY_START+0,"Svndiff data has invalid header") SVN_ERRDEF(SVN_ERR_SVNDIFF_CORRUPT_WINDOW
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window 
SVN_ERRDEF (SVN_ERR_SVNDIFF_BACKWARD_VIEW, SVN_ERR_SVNDIFF_CATEGORY_START+2,"Svndiff data contains backward-sliding source view") SVN_ERRDEF(SVN_ERR_SVNDIFF_INVALID_OPS
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction 
SVN_ERRDEF (SVN_ERR_SVNDIFF_UNEXPECTED_END, SVN_ERR_SVNDIFF_CATEGORY_START+4,"Svndiff data ends unexpectedly") SVN_ERRDEF(SVN_ERR_SVNDIFF_INVALID_COMPRESSED_DATA
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid 
SVN_ERRDEF (SVN_ERR_DIFF_DATASOURCE_MODIFIED, SVN_ERR_DIFF_CATEGORY_START+0,"Diff data source modified unexpectedly") SVN_ERRDEF(SVN_ERR_APMOD_MISSING_PATH_TO_FS
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem 
SVN_ERRDEF (SVN_ERR_APMOD_MALFORMED_URI, SVN_ERR_APMOD_CATEGORY_START+1,"Apache got a malformed URI") SVN_ERRDEF(SVN_ERR_APMOD_ACTIVITY_NOT_FOUND
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found 
SVN_ERRDEF (SVN_ERR_APMOD_BAD_BASELINE, SVN_ERR_APMOD_CATEGORY_START+3,"Baseline incorrect") SVN_ERRDEF(SVN_ERR_APMOD_CONNECTION_ABORTED
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error 
SVN_ERRDEF (SVN_ERR_CLIENT_VERSIONED_PATH_REQUIRED, SVN_ERR_CLIENT_CATEGORY_START+0,"A path under version control is needed for this operation") SVN_ERRDEF(SVN_ERR_CLIENT_RA_ACCESS_REQUIRED
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation 
SVN_ERRDEF (SVN_ERR_CLIENT_BAD_REVISION, SVN_ERR_CLIENT_CATEGORY_START+2,"Bogus revision information given") SVN_ERRDEF(SVN_ERR_CLIENT_DUPLICATE_COMMIT_URL
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once 
SVN_ERRDEF (SVN_ERR_CLIENT_IS_BINARY_FILE, SVN_ERR_CLIENT_CATEGORY_START+4,"Operation does not apply to binary file") SVN_ERRDEF(SVN_ERR_CLIENT_INVALID_EXTERNALS_DESCRIPTION
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource 
SVN_ERRDEF (SVN_ERR_CLIENT_IS_DIRECTORY, SVN_ERR_CLIENT_CATEGORY_START+7,"Operation does not apply to directory") SVN_ERRDEF(SVN_ERR_CLIENT_REVISION_RANGE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed 
SVN_ERRDEF (SVN_ERR_CLIENT_INVALID_RELOCATION, SVN_ERR_CLIENT_CATEGORY_START+9,"Inter-repository relocation not allowed") SVN_ERRDEF(SVN_ERR_CLIENT_REVISION_AUTHOR_CONTAINS_NEWLINE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline 
SVN_ERRDEF (SVN_ERR_CLIENT_PROPERTY_NAME, SVN_ERR_CLIENT_CATEGORY_START+11,"Bad property name") SVN_ERRDEF(SVN_ERR_CLIENT_UNRELATED_RESOURCES
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated 
SVN_ERRDEF (SVN_ERR_CLIENT_MISSING_LOCK_TOKEN, SVN_ERR_CLIENT_CATEGORY_START+13,"Path has no lock token") SVN_ERRDEF(SVN_ERR_CLIENT_MULTIPLE_SOURCES_DISALLOWED
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources 
SVN_ERRDEF (SVN_ERR_CLIENT_NO_VERSIONED_PARENT, SVN_ERR_CLIENT_CATEGORY_START+15,"No versioned parent directories") SVN_ERRDEF(SVN_ERR_CLIENT_NOT_READY_TO_MERGE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration 
SVN_ERRDEF (SVN_ERR_BASE, SVN_ERR_MISC_CATEGORY_START+0,"A problem occurred; see later errors for details") SVN_ERRDEF(SVN_ERR_PLUGIN_LOAD_FAILURE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin 
SVN_ERRDEF (SVN_ERR_MALFORMED_FILE, SVN_ERR_MISC_CATEGORY_START+2,"Malformed file") SVN_ERRDEF(SVN_ERR_INCOMPLETE_DATA
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin
Incomplete data 
SVN_ERRDEF (SVN_ERR_INCORRECT_PARAMS, SVN_ERR_MISC_CATEGORY_START+4,"Incorrect parameters given") SVN_ERRDEF(SVN_ERR_UNVERSIONED_RESOURCE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin
Incomplete data Tried a
versioning operation on an
unversioned resource 
SVN_ERRDEF (SVN_ERR_TEST_FAILED, SVN_ERR_MISC_CATEGORY_START+6,"Test failed") SVN_ERRDEF(SVN_ERR_UNSUPPORTED_FEATURE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin
Incomplete data Tried a
versioning operation on an
unversioned resource Trying to
use an unsupported feature 
SVN_ERRDEF (SVN_ERR_BAD_PROP_KIND, SVN_ERR_MISC_CATEGORY_START+8,"Unexpected or unknown property kind") SVN_ERRDEF(SVN_ERR_ILLEGAL_TARGET
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin
Incomplete data Tried a
versioning operation on an
unversioned resource Trying to
use an unsupported feature
Illegal target for the
requested operation 
SVN_ERRDEF (SVN_ERR_DELTA_MD5_CHECKSUM_ABSENT, SVN_ERR_MISC_CATEGORY_START+10,"MD5 checksum is missing") SVN_ERRDEF(SVN_ERR_DIR_NOT_EMPTY
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin
Incomplete data Tried a
versioning operation on an
unversioned resource Trying to
use an unsupported feature
Illegal target for the
requested operation Directory
needs to be empty but is not 
SVN_ERRDEF (SVN_ERR_EXTERNAL_PROGRAM, SVN_ERR_MISC_CATEGORY_START+12,"Error calling external program") SVN_ERRDEF(SVN_ERR_SWIG_PY_EXCEPTION_SET
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin
Incomplete data Tried a
versioning operation on an
unversioned resource Trying to
use an unsupported feature
Illegal target for the
requested operation Directory
needs to be empty but is not
Python exception has been set
with the error 
SVN_ERRDEF (SVN_ERR_CHECKSUM_MISMATCH, SVN_ERR_MISC_CATEGORY_START+14,"A checksum mismatch occurred") SVN_ERRDEF(SVN_ERR_CANCELLED
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin
Incomplete data Tried a
versioning operation on an
unversioned resource Trying to
use an unsupported feature
Illegal target for the
requested operation Directory
needs to be empty but is not
Python exception has been set
with the error The operation
was interrupted 
SVN_ERRDEF (SVN_ERR_INVALID_DIFF_OPTION, SVN_ERR_MISC_CATEGORY_START+16,"The specified diff option is not supported") SVN_ERRDEF(SVN_ERR_PROPERTY_NOT_FOUND
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin
Incomplete data Tried a
versioning operation on an
unversioned resource Trying to
use an unsupported feature
Illegal target for the
requested operation Directory
needs to be empty but is not
Python exception has been set
with the error The operation
was interrupted Property not
found 
SVN_ERRDEF (SVN_ERR_NO_AUTH_FILE_PATH, SVN_ERR_MISC_CATEGORY_START+18,"No auth file path available") SVN_ERRDEF(SVN_ERR_VERSION_MISMATCH
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin
Incomplete data Tried a
versioning operation on an
unversioned resource Trying to
use an unsupported feature
Illegal target for the
requested operation Directory
needs to be empty but is not
Python exception has been set
with the error The operation
was interrupted Property not
found Incompatible library
version 
SVN_ERRDEF (SVN_ERR_MERGEINFO_PARSE_ERROR, SVN_ERR_MISC_CATEGORY_START+20,"Mergeinfo parse error") SVN_ERRDEF(SVN_ERR_CEASE_INVOCATION
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin
Incomplete data Tried a
versioning operation on an
unversioned resource Trying to
use an unsupported feature
Illegal target for the
requested operation Directory
needs to be empty but is not
Python exception has been set
with the error The operation
was interrupted Property not
found Incompatible library
version Cease invocation of
this API 
SVN_ERRDEF (SVN_ERR_REVNUM_PARSE_FAILURE, SVN_ERR_MISC_CATEGORY_START+22,"Error parsing revision number") SVN_ERRDEF(SVN_ERR_ITER_BREAK
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin
Incomplete data Tried a
versioning operation on an
unversioned resource Trying to
use an unsupported feature
Illegal target for the
requested operation Directory
needs to be empty but is not
Python exception has been set
with the error The operation
was interrupted Property not
found Incompatible library
version Cease invocation of
this API Iteration terminated
before completion 
SVN_ERRDEF (SVN_ERR_UNKNOWN_CHANGELIST, SVN_ERR_MISC_CATEGORY_START+24,"Unknown changelist") SVN_ERRDEF(SVN_ERR_RESERVED_FILENAME_SPECIFIED
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin
Incomplete data Tried a
versioning operation on an
unversioned resource Trying to
use an unsupported feature
Illegal target for the
requested operation Directory
needs to be empty but is not
Python exception has been set
with the error The operation
was interrupted Property not
found Incompatible library
version Cease invocation of
this API Iteration terminated
before completion Reserved
directory name in command line
arguments 
SVN_ERRDEF (SVN_ERR_UNKNOWN_CAPABILITY, SVN_ERR_MISC_CATEGORY_START+26,"Inquiry about unknown capability") SVN_ERRDEF(SVN_ERR_CL_ARG_PARSING_ERROR
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin
Incomplete data Tried a
versioning operation on an
unversioned resource Trying to
use an unsupported feature
Illegal target for the
requested operation Directory
needs to be empty but is not
Python exception has been set
with the error The operation
was interrupted Property not
found Incompatible library
version Cease invocation of
this API Iteration terminated
before completion Reserved
directory name in command line
arguments Error parsing
arguments 
SVN_ERRDEF (SVN_ERR_CL_INSUFFICIENT_ARGS, SVN_ERR_CL_CATEGORY_START+1,"Not enough arguments provided") SVN_ERRDEF(SVN_ERR_CL_MUTUALLY_EXCLUSIVE_ARGS
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin
Incomplete data Tried a
versioning operation on an
unversioned resource Trying to
use an unsupported feature
Illegal target for the
requested operation Directory
needs to be empty but is not
Python exception has been set
with the error The operation
was interrupted Property not
found Incompatible library
version Cease invocation of
this API Iteration terminated
before completion Reserved
directory name in command line
arguments Error parsing
arguments Mutually exclusive
arguments specified 
SVN_ERRDEF (SVN_ERR_CL_ADM_DIR_RESERVED, SVN_ERR_CL_CATEGORY_START+3,"Attempted command in administrative dir") SVN_ERRDEF(SVN_ERR_CL_LOG_MESSAGE_IS_VERSIONED_FILE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin
Incomplete data Tried a
versioning operation on an
unversioned resource Trying to
use an unsupported feature
Illegal target for the
requested operation Directory
needs to be empty but is not
Python exception has been set
with the error The operation
was interrupted Property not
found Incompatible library
version Cease invocation of
this API Iteration terminated
before completion Reserved
directory name in command line
arguments Error parsing
arguments Mutually exclusive
arguments specified The log
message file is under version
control 
SVN_ERRDEF (SVN_ERR_CL_LOG_MESSAGE_IS_PATHNAME, SVN_ERR_CL_CATEGORY_START+5,"The log message is a pathname") SVN_ERRDEF(SVN_ERR_CL_COMMIT_IN_ADDED_DIR
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin
Incomplete data Tried a
versioning operation on an
unversioned resource Trying to
use an unsupported feature
Illegal target for the
requested operation Directory
needs to be empty but is not
Python exception has been set
with the error The operation
was interrupted Property not
found Incompatible library
version Cease invocation of
this API Iteration terminated
before completion Reserved
directory name in command line
arguments Error parsing
arguments Mutually exclusive
arguments specified The log
message file is under version
control Committing in
directory scheduled for
addition 
SVN_ERRDEF (SVN_ERR_CL_NO_EXTERNAL_EDITOR, SVN_ERR_CL_CATEGORY_START+7,"No external editor available") SVN_ERRDEF(SVN_ERR_CL_BAD_LOG_MESSAGE
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin
Incomplete data Tried a
versioning operation on an
unversioned resource Trying to
use an unsupported feature
Illegal target for the
requested operation Directory
needs to be empty but is not
Python exception has been set
with the error The operation
was interrupted Property not
found Incompatible library
version Cease invocation of
this API Iteration terminated
before completion Reserved
directory name in command line
arguments Error parsing
arguments Mutually exclusive
arguments specified The log
message file is under version
control Committing in
directory scheduled for
addition Something is wrong
with the log message s
contents 
SVN_ERRDEF (SVN_ERR_CL_UNNECESSARY_LOG_MESSAGE, SVN_ERR_CL_CATEGORY_START+9,"A log message was given where none was necessary") SVN_ERRDEF(SVN_ERR_CL_NO_EXTERNAL_MERGE_TOOL

Variables

SVN_ERROR_START SVN_ERR_BAD_CATEGORY_START
SVN_ERROR_START Bogus filename
Bogus date Wrong or unexpected
property value Path is not an
immediate child of the
specified directory 
SVN_ERR_XML_CATEGORY_START
SVN_ERROR_START Bogus filename
Bogus date Wrong or unexpected
property value Path is not an
immediate child of the
specified directory No such
XML tag attribute Unrecognized
binary data 
encoding
can t decode Data cannot be
safely XML escaped 
SVN_ERR_IO_CATEGORY_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe 
SVN_ERR_STREAM_CATEGORY_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data 
SVN_ERR_NODE_CATEGORY_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found 
SVN_ERR_ENTRY_CATEGORY_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL 
SVN_ERR_WC_CATEGORY_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy 
SVN_ERR_FS_CATEGORY_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record 
SVN_ERR_REPOS_CATEGORY_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is 
locked
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported 
SVN_ERR_RA_CATEGORY_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID 
SVN_ERR_RA_DAV_CATEGORY_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved 
SVN_ERR_RA_LOCAL_CATEGORY_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository 
SVN_ERR_RA_SVN_CATEGORY_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism 
SVN_ERR_RA_SERF_CATEGORY_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted 
SVN_ERR_AUTHN_CATEGORY_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved 
SVN_ERR_AUTHZ_CATEGORY_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable 
SVN_ERR_SVNDIFF_CATEGORY_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid 
SVN_ERR_APMOD_CATEGORY_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error 
SVN_ERR_CLIENT_CATEGORY_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an 
svn
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration 
SVN_ERR_MISC_CATEGORY_START
can t decode Data cannot be
safely XML escaped
Unrecognized line ending style
Ran out of unique names Read
error in pipe Unexpected EOF
on stream Unrecognized stream
data Unexpected node kind
found Entry already exists
Entry has no URL Obstructed
update Attempt to pop empty WC
unwind stack Attempted to lock
an already locked dir Invalid
lock Path is not a working
copy file Can t find a working
copy path Left locally
modified or unversioned files
Found a working copy path
Working copy is corrupt Cannot
change node kind Problem on
first log entry in a working
copy Path syntax not supported
in this context Invalid
relocation Changelist doesn t
match Failed to locate
copyfrom path in working copy
General filesystem error
Filesystem is already open
Filesystem is corrupt Invalid
filesystem revision number
Filesystem directory has no
such entry Filesystem has no
such string The specified
transaction is not mutable
Filesystem has no such node
rev id Name does not refer to
a filesystem directory Name is
not a single path component
Item already exists in
filesystem Object is not a
transaction root Merge
conflict during commit Tried
to change an immutable
representation Transaction is
out of date Berkeley DB
deadlock error Transaction is
not dead No user associated
with filesystem Path is not
locked No lock token provided
Filesystem has no such lock
Item is out of date
Representation is being
written Filesystem has no such
node origin record The
repository is perhaps for db
recovery Incorrect arguments
supplied Bogus revision report
Disabled repository feature
Error running post lock hook
Repository upgrade is not
supported Authorization failed
Repository access method not
implemented Repository has no
UUID Path is not locked
Repository UUID does not match
expected UUID RA layer failed
to create HTTP request RA
layer didn t receive requested
OPTIONS info RA layer file
already exists HTTP Path Not
Found Malformed network data
Repository has been moved
Couldn t open a repository
Unknown svn protocol command
Network read write error
Couldn t find a repository
Cannot negotiate
authentication mechanism
Server SSL certificate
untrusted No authentication
provider available Credentials
not saved Read access denied
for root of edit Item is
partially readable Item is not
writable Svndiff data contains
corrupt window Svndiff data
contains invalid instruction
Svndiff compressed data is
invalid Apache has no path to
an SVN filesystem Activity not
found Input output error
Repository access is needed
for this operation Attempting
to commit to a URL more than
once Format of an Attempting
restricted operation for
modified resource Revision
range is not allowed Author
name cannot contain a newline
Two versioned resources are
unrelated Operation does not
support multiple sources
Working copy and merge source
not ready for reintegration
Failure loading plugin
Incomplete data Tried a
versioning operation on an
unversioned resource Trying to
use an unsupported feature
Illegal target for the
requested operation Directory
needs to be empty but is not
Python exception has been set
with the error The operation
was interrupted Property not
found Incompatible library
version Cease invocation of
this API Iteration terminated
before completion Reserved
directory name in command line
arguments 
SVN_ERR_CL_CATEGORY_START


Detailed Description

Subversion error codes.

Definition in file svn_error_codes.h.


Function Documentation

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature Error running post lock hook Repository upgrade is not supported Authorization failed Repository access method not implemented Repository has no UUID Path is not locked Repository UUID does not match expected UUID RA layer failed to create HTTP request RA layer didn t receive requested OPTIONS info RA layer file already exists HTTP Path Not Found Malformed network data Repository has been moved Couldn t open a repository Unknown svn protocol command Network read write error Couldn t find a repository Cannot negotiate authentication mechanism Server SSL certificate untrusted No authentication provider available Credentials not saved Read access denied for root of edit Item is partially readable Item is not writable Svndiff data contains corrupt window Svndiff data contains invalid instruction Svndiff compressed data is invalid Apache has no path to an SVN filesystem Activity not found Input output error Repository access is needed for this operation Attempting to commit to a URL more than once Format of an Attempting restricted operation for modified resource Revision range is not allowed Author name cannot contain a newline Two versioned resources are unrelated Operation does not support multiple sources Working copy and merge source not ready for reintegration Failure loading plugin Incomplete data Tried a versioning operation on an unversioned resource Trying to use an unsupported feature Illegal target for the requested operation Directory needs to be empty but is not Python exception has been set with the error The operation was interrupted Property not found Incompatible library version Cease invocation of this API Iteration terminated before completion Reserved directory name in command line arguments SVN_ERRDEF ( SVN_ERR_UNKNOWN_CAPABILITY  ,
SVN_ERR_MISC_CATEGORY_START+  26,
"Inquiry about unknown capability"   
)

Since:
New in 1.5.
Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature Error running post lock hook Repository upgrade is not supported Authorization failed Repository access method not implemented Repository has no UUID Path is not locked Repository UUID does not match expected UUID RA layer failed to create HTTP request RA layer didn t receive requested OPTIONS info RA layer file already exists HTTP Path Not Found Malformed network data Repository has been moved Couldn t open a repository Unknown svn protocol command Network read write error Couldn t find a repository Cannot negotiate authentication mechanism Server SSL certificate untrusted No authentication provider available Credentials not saved Read access denied for root of edit Item is partially readable Item is not writable Svndiff data contains corrupt window Svndiff data contains invalid instruction Svndiff compressed data is invalid Apache has no path to an SVN filesystem Activity not found Input output error Repository access is needed for this operation Attempting to commit to a URL more than once Format of an Attempting restricted operation for modified resource Revision range is not allowed Author name cannot contain a newline Two versioned resources are unrelated Operation does not support multiple sources Working copy and merge source not ready for reintegration Failure loading plugin Incomplete data Tried a versioning operation on an unversioned resource Trying to use an unsupported feature Illegal target for the requested operation Directory needs to be empty but is not Python exception has been set with the error The operation was interrupted Property not found Incompatible library version Cease invocation of this API Iteration terminated before completion SVN_ERRDEF ( SVN_ERR_UNKNOWN_CHANGELIST  ,
SVN_ERR_MISC_CATEGORY_START+  24,
"Unknown changelist"   
)

Since:
New in 1.5.

New in 1.5.

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature Error running post lock hook Repository upgrade is not supported Authorization failed Repository access method not implemented Repository has no UUID Path is not locked Repository UUID does not match expected UUID RA layer failed to create HTTP request RA layer didn t receive requested OPTIONS info RA layer file already exists HTTP Path Not Found Malformed network data Repository has been moved Couldn t open a repository Unknown svn protocol command Network read write error Couldn t find a repository Cannot negotiate authentication mechanism Server SSL certificate untrusted No authentication provider available Credentials not saved Read access denied for root of edit Item is partially readable Item is not writable Svndiff data contains corrupt window Svndiff data contains invalid instruction Svndiff compressed data is invalid Apache has no path to an SVN filesystem Activity not found Input output error Repository access is needed for this operation Attempting to commit to a URL more than once Format of an Attempting restricted operation for modified resource Revision range is not allowed Author name cannot contain a newline Two versioned resources are unrelated Operation does not support multiple sources Working copy and merge source not ready for reintegration Failure loading plugin Incomplete data Tried a versioning operation on an unversioned resource Trying to use an unsupported feature Illegal target for the requested operation Directory needs to be empty but is not Python exception has been set with the error The operation was interrupted Property not found Incompatible library version Cease invocation of this API SVN_ERRDEF ( SVN_ERR_REVNUM_PARSE_FAILURE  ,
SVN_ERR_MISC_CATEGORY_START+  22,
"Error parsing revision number"   
)

Since:
New in 1.5.

New in 1.5.

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature Error running post lock hook Repository upgrade is not supported Authorization failed Repository access method not implemented Repository has no UUID Path is not locked Repository UUID does not match expected UUID RA layer failed to create HTTP request RA layer didn t receive requested OPTIONS info RA layer file already exists HTTP Path Not Found Malformed network data Repository has been moved Couldn t open a repository Unknown svn protocol command Network read write error Couldn t find a repository Cannot negotiate authentication mechanism Server SSL certificate untrusted No authentication provider available Credentials not saved Read access denied for root of edit Item is partially readable Item is not writable Svndiff data contains corrupt window Svndiff data contains invalid instruction Svndiff compressed data is invalid Apache has no path to an SVN filesystem Activity not found Input output error Repository access is needed for this operation Attempting to commit to a URL more than once Format of an Attempting restricted operation for modified resource Revision range is not allowed Author name cannot contain a newline Two versioned resources are unrelated Operation does not support multiple sources Working copy and merge source not ready for reintegration Failure loading plugin Incomplete data Tried a versioning operation on an unversioned resource Trying to use an unsupported feature Illegal target for the requested operation Directory needs to be empty but is not Python exception has been set with the error The operation was interrupted Property not found Incompatible library version SVN_ERRDEF ( SVN_ERR_MERGEINFO_PARSE_ERROR  ,
SVN_ERR_MISC_CATEGORY_START+  20,
"Mergeinfo parse error"   
)

Since:
New in 1.5.

New in 1.5.

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature Error running post lock hook Repository upgrade is not supported Authorization failed Repository access method not implemented Repository has no UUID Path is not locked Repository UUID does not match expected UUID RA layer failed to create HTTP request RA layer didn t receive requested OPTIONS info RA layer file already exists HTTP Path Not Found Malformed network data Repository has been moved Couldn t open a repository Unknown svn protocol command Network read write error Couldn t find a repository Cannot negotiate authentication mechanism Server SSL certificate untrusted No authentication provider available Credentials not saved Read access denied for root of edit Item is partially readable Item is not writable Svndiff data contains corrupt window Svndiff data contains invalid instruction Svndiff compressed data is invalid Apache has no path to an SVN filesystem Activity not found Input output error Repository access is needed for this operation Attempting to commit to a URL more than once Format of an Attempting restricted operation for modified resource Revision range is not allowed Author name cannot contain a newline Two versioned resources are unrelated Operation does not support multiple sources Working copy and merge source not ready for reintegration Failure loading plugin Incomplete data Tried a versioning operation on an unversioned resource Trying to use an unsupported feature Illegal target for the requested operation Directory needs to be empty but is not Python exception has been set with the error The operation was interrupted Property not found SVN_ERRDEF ( SVN_ERR_NO_AUTH_FILE_PATH  ,
SVN_ERR_MISC_CATEGORY_START+  18,
"No auth file path available"   
)

Since:
New in 1.1.
Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature Error running post lock hook Repository upgrade is not supported Authorization failed Repository access method not implemented Repository has no UUID Path is not locked Repository UUID does not match expected UUID RA layer failed to create HTTP request RA layer didn t receive requested OPTIONS info RA layer file already exists HTTP Path Not Found Malformed network data Repository has been moved Couldn t open a repository Unknown svn protocol command Network read write error Couldn t find a repository Cannot negotiate authentication mechanism Server SSL certificate untrusted No authentication provider available Credentials not saved Read access denied for root of edit Item is partially readable Item is not writable Svndiff data contains corrupt window Svndiff data contains invalid instruction Svndiff compressed data is invalid Apache has no path to an SVN filesystem Activity not found Input output error Repository access is needed for this operation Attempting to commit to a URL more than once Format of an Attempting restricted operation for modified resource Revision range is not allowed Author name cannot contain a newline Two versioned resources are unrelated Operation does not support multiple sources SVN_ERRDEF ( SVN_ERR_CLIENT_NO_VERSIONED_PARENT  ,
SVN_ERR_CLIENT_CATEGORY_START+  15,
"No versioned parent directories"   
)

Since:
New in 1.5.

New in 1.5.

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature Error running post lock hook Repository upgrade is not supported Authorization failed Repository access method not implemented Repository has no UUID Path is not locked Repository UUID does not match expected UUID RA layer failed to create HTTP request RA layer didn t receive requested OPTIONS info RA layer file already exists HTTP Path Not Found Malformed network data Repository has been moved Couldn t open a repository Unknown svn protocol command Network read write error Couldn t find a repository Cannot negotiate authentication mechanism Server SSL certificate untrusted No authentication provider available Credentials not saved Read access denied for root of edit Item is partially readable Item is not writable Svndiff data contains corrupt window Svndiff data contains invalid instruction Svndiff compressed data is invalid Apache has no path to an SVN filesystem Activity not found Input output error Repository access is needed for this operation Attempting to commit to a URL more than once Format of an Attempting restricted operation for modified resource Revision range is not allowed Author name cannot contain a newline Two versioned resources are unrelated SVN_ERRDEF ( SVN_ERR_CLIENT_MISSING_LOCK_TOKEN  ,
SVN_ERR_CLIENT_CATEGORY_START+  13,
"Path has no lock token"   
)

Since:
New in 1.2.

New in 1.5.

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature Error running post lock hook Repository upgrade is not supported Authorization failed Repository access method not implemented Repository has no UUID Path is not locked Repository UUID does not match expected UUID RA layer failed to create HTTP request RA layer didn t receive requested OPTIONS info RA layer file already exists HTTP Path Not Found Malformed network data Repository has been moved Couldn t open a repository Unknown svn protocol command Network read write error Couldn t find a repository Cannot negotiate authentication mechanism Server SSL certificate untrusted No authentication provider available Credentials not saved Read access denied for root of edit Item is partially readable Item is not writable Svndiff data contains corrupt window Svndiff data contains invalid instruction Svndiff compressed data is invalid Apache has no path to an SVN filesystem Activity not found Input output error Repository access is needed for this operation Attempting to commit to a URL more than once Format of an Attempting restricted operation for modified resource Revision range is not allowed Author name cannot contain a newline SVN_ERRDEF ( SVN_ERR_CLIENT_PROPERTY_NAME  ,
SVN_ERR_CLIENT_CATEGORY_START+  11,
"Bad property name"   
)

Since:
New in 1.1.
Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature Error running post lock hook Repository upgrade is not supported Authorization failed Repository access method not implemented Repository has no UUID Path is not locked Repository UUID does not match expected UUID RA layer failed to create HTTP request RA layer didn t receive requested OPTIONS info RA layer file already exists HTTP Path Not Found Malformed network data Repository has been moved Couldn t open a repository Unknown svn protocol command Network read write error Couldn t find a repository Cannot negotiate authentication mechanism Server SSL certificate untrusted No authentication provider available Credentials not saved Read access denied for root of edit Item is partially readable SVN_ERRDEF ( SVN_ERR_AUTHZ_INVALID_CONFIG  ,
SVN_ERR_AUTHZ_CATEGORY_START+  3,
"Invalid authz configuration"   
)

Since:
New in 1.3
Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature Error running post lock hook Repository upgrade is not supported Authorization failed Repository access method not implemented Repository has no UUID Path is not locked Repository UUID does not match expected UUID RA layer failed to create HTTP request RA layer didn t receive requested OPTIONS info RA layer file already exists HTTP Path Not Found Malformed network data Repository has been moved Couldn t open a repository Unknown svn protocol command Network read write error Couldn t find a repository Cannot negotiate authentication mechanism Server SSL certificate untrusted No authentication provider available Credentials not saved Read access denied for root of edit SVN_ERRDEF ( SVN_ERR_AUTHZ_UNREADABLE  ,
SVN_ERR_AUTHZ_CATEGORY_START+  1,
"Item is not readable"   
)

Since:
New in 1.1.

New in 1.1.

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature Error running post lock hook Repository upgrade is not supported Authorization failed Repository access method not implemented Repository has no UUID Path is not locked Repository UUID does not match expected UUID RA layer failed to create HTTP request RA layer didn t receive requested OPTIONS info RA layer file already exists HTTP Path Not Found Malformed network data Repository has been moved Couldn t open a repository Unknown svn protocol command Network read write error Couldn t find a repository Cannot negotiate authentication mechanism Server SSL certificate untrusted No authentication provider available Credentials not saved SVN_ERRDEF ( SVN_ERR_AUTHN_FAILED  ,
SVN_ERR_AUTHN_CATEGORY_START+  4,
"Authentication failed"   
)

Since:
New in 1.5.
Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature Error running post lock hook Repository upgrade is not supported Authorization failed Repository access method not implemented Repository has no UUID Path is not locked Repository UUID does not match expected UUID RA layer failed to create HTTP request RA layer didn t receive requested OPTIONS info RA layer file already exists HTTP Path Not Found Malformed network data Repository has been moved Couldn t open a repository Unknown svn protocol command Network read write error Couldn t find a repository Cannot negotiate authentication mechanism SVN_ERRDEF ( SVN_ERR_RA_SERF_SSPI_INITIALISATION_FAILED  ,
SVN_ERR_RA_SERF_CATEGORY_START+  0,
"Initialization of SSPI library failed"   
)

Since:
New in 1.5.

New in 1.5.

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature Error running post lock hook Repository upgrade is not supported Authorization failed Repository access method not implemented Repository has no UUID Path is not locked Repository UUID does not match expected UUID RA layer failed to create HTTP request RA layer didn t receive requested OPTIONS info RA layer file already exists HTTP Path Not Found Malformed network data Repository has been moved Couldn t open a repository Unknown svn protocol command Network read write error Couldn t find a repository SVN_ERRDEF ( SVN_ERR_RA_SVN_BAD_VERSION  ,
SVN_ERR_RA_SVN_CATEGORY_START+  6,
"Client/server version mismatch"   
)

Since:
New in 1.5.
Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature Error running post lock hook Repository upgrade is not supported Authorization failed Repository access method not implemented Repository has no UUID Path is not locked Repository UUID does not match expected UUID RA layer failed to create HTTP request RA layer didn t receive requested OPTIONS info RA layer file already exists HTTP Path Not Found Malformed network data SVN_ERRDEF ( SVN_ERR_RA_DAV_RESPONSE_HEADER_BADNESS  ,
SVN_ERR_RA_DAV_CATEGORY_START+  10,
"Unable to extract data from response header"   
)

Since:
New in 1.3

New in 1.5

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature Error running post lock hook Repository upgrade is not supported Authorization failed Repository access method not implemented Repository has no UUID Path is not locked Repository UUID does not match expected UUID RA layer failed to create HTTP request RA layer didn t receive requested OPTIONS info RA layer file already exists HTTP Path Not Found SVN_ERRDEF ( SVN_ERR_RA_DAV_PROPPATCH_FAILED  ,
SVN_ERR_RA_DAV_CATEGORY_START+  8,
"Failed to execute WebDAV PROPPATCH"   
)

Since:
New in 1.2.
Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature Error running post lock hook Repository upgrade is not supported Authorization failed Repository access method not implemented Repository has no UUID Path is not locked SVN_ERRDEF ( SVN_ERR_RA_PARTIAL_REPLAY_NOT_SUPPORTED  ,
SVN_ERR_RA_CATEGORY_START+  8,
"Server can only replay from the root of a repository"   
)

Since:
New in 1.5.

New in 1.5.

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature Error running post lock hook Repository upgrade is not supported Authorization failed Repository access method not implemented Repository has no UUID SVN_ERRDEF ( SVN_ERR_RA_UNSUPPORTED_ABI_VERSION  ,
SVN_ERR_RA_CATEGORY_START+  6,
"Unsupported RA plugin ABI version"   
)

Since:
New in 1.2.
Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature Error running post lock hook SVN_ERRDEF ( SVN_ERR_REPOS_POST_UNLOCK_HOOK_FAILED  ,
SVN_ERR_REPOS_CATEGORY_START+  9,
"Error running post-unlock hook"   
)

Since:
New in 1.2.

New in 1.5.

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record The repository is perhaps for db recovery Incorrect arguments supplied Bogus revision report Disabled repository feature SVN_ERRDEF ( SVN_ERR_REPOS_POST_COMMIT_HOOK_FAILED  ,
SVN_ERR_REPOS_CATEGORY_START+  7,
"Error running post-commit hook"   
)

Since:
New in 1.2.
Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written Filesystem has no such node origin record SVN_ERRDEF ( SVN_ERR_FS_UNSUPPORTED_UPGRADE  ,
SVN_ERR_FS_CATEGORY_START+  47,
"Filesystem upgrade is not supported"   
)

Since:
New in 1.5.
Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date Representation is being written SVN_ERRDEF ( SVN_ERR_FS_TXN_NAME_TOO_LONG  ,
SVN_ERR_FS_CATEGORY_START+  45,
"The generated transaction name is too long"   
)

Since:
New in 1.5.

New in 1.5.

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock Item is out of date SVN_ERRDEF ( SVN_ERR_FS_UNSUPPORTED_FORMAT  ,
SVN_ERR_FS_CATEGORY_START+  43,
"Unsupported FS format"   
)

Since:
New in 1.2.
This is analogous to SVN_ERR_REPOS_UNSUPPORTED_VERSION. To avoid confusion with "versions" (i.e., releases) of Subversion, we've started calling this the "format" number instead. The old SVN_ERR_REPOS_UNSUPPORTED_VERSION error predates this and so retains its name.
Since:
New in 1.5.
Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided Filesystem has no such lock SVN_ERRDEF ( SVN_ERR_FS_LOCK_EXPIRED  ,
SVN_ERR_FS_CATEGORY_START+  41,
"Lock has expired"   
)

Since:
New in 1.2.

New in 1.2.

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked No lock token provided SVN_ERRDEF ( SVN_ERR_FS_LOCK_OWNER_MISMATCH  ,
SVN_ERR_FS_CATEGORY_START+  39,
"Username does not match lock owner"   
)

Since:
New in 1.2.

New in 1.2.

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem Path is not locked SVN_ERRDEF ( SVN_ERR_FS_BAD_LOCK_TOKEN  ,
SVN_ERR_FS_CATEGORY_START+  37,
"Lock token is incorrect"   
)

Since:
New in 1.2.

New in 1.2.

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead No user associated with filesystem SVN_ERRDEF ( SVN_ERR_FS_PATH_ALREADY_LOCKED  ,
SVN_ERR_FS_CATEGORY_START+  35,
"Path is already locked"   
)

Since:
New in 1.2.

New in 1.2.

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy General filesystem error Filesystem is already open Filesystem is corrupt Invalid filesystem revision number Filesystem directory has no such entry Filesystem has no such string The specified transaction is not mutable Filesystem has no such node rev id Name does not refer to a filesystem directory Name is not a single path component Item already exists in filesystem Object is not a transaction root Merge conflict during commit Tried to change an immutable representation Transaction is out of date Berkeley DB deadlock error Transaction is not dead SVN_ERRDEF ( SVN_ERR_FS_UNKNOWN_FS_TYPE  ,
SVN_ERR_FS_CATEGORY_START+  33,
"Unknown FS type"   
)

Since:
New in 1.1.

New in 1.2.

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match Failed to locate copyfrom path in working copy SVN_ERRDEF ( SVN_ERR_WC_CHANGELIST_MOVE  ,
SVN_ERR_WC_CATEGORY_START+  29,
"Moving a path from one changelist to another"   
)

Since:
New in 1.5.
Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation Changelist doesn t match SVN_ERRDEF ( SVN_ERR_WC_CONFLICT_RESOLVER_FAILURE  ,
SVN_ERR_WC_CATEGORY_START+  27,
"Conflict resolution failed"   
)

Since:
New in 1.5.
Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context Invalid relocation SVN_ERRDEF ( SVN_ERR_WC_INVALID_SWITCH  ,
SVN_ERR_WC_CATEGORY_START+  25,
"Invalid switch"   
)

Since:
New in 1.3.

New in 1.5.

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir Invalid lock Path is not a working copy file Can t find a working copy path Left locally modified or unversioned files Found a working copy path Working copy is corrupt Cannot change node kind Problem on first log entry in a working copy Path syntax not supported in this context SVN_ERRDEF ( SVN_ERR_WC_INVALID_SCHEDULE  ,
SVN_ERR_WC_CATEGORY_START+  23,
"Invalid schedule"   
)

Since:
New in 1.2.

New in 1.3.

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack Attempted to lock an already locked dir SVN_ERRDEF ( SVN_ERR_WC_NOT_LOCKED  ,
SVN_ERR_WC_CATEGORY_START+  5,
"Working copy not locked; this is probably a   bug,
please report"   
)

Deprecated:
Unused, slated for removal in the next major release.
Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update Attempt to pop empty WC unwind stack SVN_ERRDEF ( SVN_ERR_WC_UNWIND_NOT_EMPTY  ,
SVN_ERR_WC_CATEGORY_START+  3,
"Attempt to unlock with non-empty unwind stack"   
)

Deprecated:
Unused, slated for removal in the next major release.
Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names Read error in pipe Unexpected EOF on stream Unrecognized stream data Unexpected node kind found Entry already exists Entry has no URL Obstructed update SVN_ERRDEF ( SVN_ERR_WC_UNWIND_MISMATCH  ,
SVN_ERR_WC_CATEGORY_START+  1,
"Mismatch popping the WC unwind stack"   
)

\xrefitem deprecated 104

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style Ran out of unique names SVN_ERRDEF ( SVN_ERR_IO_PIPE_FRAME_ERROR  ,
SVN_ERR_IO_CATEGORY_START+  4,
"Framing error in pipe protocol"   
)

\xrefitem deprecated 102

Type Constraints

can t decode Data cannot be safely XML escaped Unrecognized line ending style SVN_ERRDEF ( SVN_ERR_IO_CORRUPT_EOL  ,
SVN_ERR_IO_CATEGORY_START+  2,
"Line endings other than expected"   
)

Deprecated:
Unused, slated for removal in the next major release.
Type Constraints

SVN_ERROR_START Bogus filename Bogus date SVN_ERRDEF ( SVN_ERR_BAD_MIME_TYPE  ,
SVN_ERR_BAD_CATEGORY_START+  4,
"Bogus mime-type"   
)

Since:
New in 1.5.
Note that there was an unused slot sitting here at SVN_ERR_BAD_CATEGORY_START + 5, so error codes after this aren't necessarily "New in 1.5" just because they come later.
Type Constraints

SVN_ERROR_START SVN_ERRDEF ( SVN_ERR_BAD_CONTAINING_POOL  ,
SVN_ERR_BAD_CATEGORY_START+  0,
"Bad parent pool passed to svn_make_pool()"   
)

Collection of Subversion error code values, located within the APR user error space.


Generated on Sat Jun 28 07:30:53 2008 for Subversion by  doxygen 1.5.5