AprEEXIST | APR EEXIST error: typically it means
something you tried to create was already
there.
|
AprENOENT | APR ENOENT error: typically it means
something you tried to use wasn't there.
|
DirNotEmpty | The directory needs to be empty but it's not.
|
ReposLocked | The repository was locked, perhaps for db
recovery.
|
FsAlreadyExists | The item already existed in filesystem.
|
FsConflict | Merge conflict has occured during commit.
|
FsNoSuchRevision | It was an invalid filesystem revision
number.
|
FsNotDirectory | It was not a filesystem directory entry.
|
FsNotFile | It was not a filesystem file entry.
|
FsNotFound | It wasn't there in filesystem.
|
UnknownError !Int | Any other errors than above. You
shouldn't rely on the absence of
appropriate SvnErrCode constructors
because they may be added in the future
version of HsSVN. If that happens to you,
your code will stop working.
|