⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 svn_error_codes.h

📁 subversion-1.4.3-1.tar.gz 配置svn的源码
💻 H
📖 第 1 页 / 共 3 页
字号:
  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,             SVN_ERR_WC_CATEGORY_START + 18,             "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,             SVN_ERR_WC_CATEGORY_START + 20,             "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,             SVN_ERR_WC_CATEGORY_START + 22,             "Path syntax not supported in this context")  /** @since New in 1.2. */  SVN_ERRDEF(SVN_ERR_WC_INVALID_SCHEDULE,             SVN_ERR_WC_CATEGORY_START + 23,             "Invalid schedule")  /** @since New in 1.3. */  SVN_ERRDEF(SVN_ERR_WC_INVALID_RELOCATION,             SVN_ERR_WC_CATEGORY_START + 24,             "Invalid relocation")  /** @since New in 1.3. */  SVN_ERRDEF(SVN_ERR_WC_INVALID_SWITCH,             SVN_ERR_WC_CATEGORY_START + 25,             "Invalid switch")  /* fs errors */  SVN_ERRDEF(SVN_ERR_FS_GENERAL,             SVN_ERR_FS_CATEGORY_START + 0,             "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,             SVN_ERR_FS_CATEGORY_START + 2,             "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,             SVN_ERR_FS_CATEGORY_START + 4,             "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,             SVN_ERR_FS_CATEGORY_START + 6,             "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,             SVN_ERR_FS_CATEGORY_START + 8,             "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,             SVN_ERR_FS_CATEGORY_START + 10,             "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,             SVN_ERR_FS_CATEGORY_START + 12,             "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,             SVN_ERR_FS_CATEGORY_START + 14,             "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,             SVN_ERR_FS_CATEGORY_START + 16,             "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,             SVN_ERR_FS_CATEGORY_START + 18,             "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,             SVN_ERR_FS_CATEGORY_START + 20,             "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,             SVN_ERR_FS_CATEGORY_START + 22,             "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,             SVN_ERR_FS_CATEGORY_START + 24,             "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,             SVN_ERR_FS_CATEGORY_START + 26,             "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,             SVN_ERR_FS_CATEGORY_START + 28,             "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,             SVN_ERR_FS_CATEGORY_START + 30,             "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,             SVN_ERR_FS_CATEGORY_START + 32,             "Transaction is not dead")  /** @since New in 1.1. */  SVN_ERRDEF(SVN_ERR_FS_UNKNOWN_FS_TYPE,             SVN_ERR_FS_CATEGORY_START + 33,             "Unknown FS type")  /** @since New in 1.2. */  SVN_ERRDEF(SVN_ERR_FS_NO_USER,             SVN_ERR_FS_CATEGORY_START + 34,             "No user associated with filesystem")  /** @since New in 1.2. */  SVN_ERRDEF(SVN_ERR_FS_PATH_ALREADY_LOCKED,             SVN_ERR_FS_CATEGORY_START + 35,             "Path is already locked")  /** @since New in 1.2. */  SVN_ERRDEF(SVN_ERR_FS_PATH_NOT_LOCKED,             SVN_ERR_FS_CATEGORY_START + 36,             "Path is not locked")  /** @since New in 1.2. */  SVN_ERRDEF(SVN_ERR_FS_BAD_LOCK_TOKEN,             SVN_ERR_FS_CATEGORY_START + 37,             "Lock token is incorrect")  /** @since New in 1.2. */  SVN_ERRDEF(SVN_ERR_FS_NO_LOCK_TOKEN,             SVN_ERR_FS_CATEGORY_START + 38,             "No lock token provided")  /** @since New in 1.2. */  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. */  SVN_ERRDEF(SVN_ERR_FS_NO_SUCH_LOCK,             SVN_ERR_FS_CATEGORY_START + 40,             "Filesystem has no such lock")  /** @since New in 1.2. */  SVN_ERRDEF(SVN_ERR_FS_LOCK_EXPIRED,             SVN_ERR_FS_CATEGORY_START + 41,             "Lock has expired")  /** @since New in 1.2. */  SVN_ERRDEF(SVN_ERR_FS_OUT_OF_DATE,             SVN_ERR_FS_CATEGORY_START + 42,             "Item is out of date")  /**@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.   */  SVN_ERRDEF(SVN_ERR_FS_UNSUPPORTED_FORMAT,             SVN_ERR_FS_CATEGORY_START + 43,             "Unsupported FS format")  /* repos errors */  SVN_ERRDEF(SVN_ERR_REPOS_LOCKED,             SVN_ERR_REPOS_CATEGORY_START + 0,             "The repository is locked, 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,             SVN_ERR_REPOS_CATEGORY_START + 2,             "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,             SVN_ERR_REPOS_CATEGORY_START + 4,             "Bogus revision report")  /* This is analogous to SVN_ERR_FS_UNSUPPORTED_FORMAT.  To avoid   * confusion with "versions" (i.e., releases) of Subversion, we   * started using the word "format" instead of "version".  However,   * this error code's name predates that decision.   */  SVN_ERRDEF(SVN_ERR_REPOS_UNSUPPORTED_VERSION,             SVN_ERR_REPOS_CATEGORY_START + 5,             "Unsupported repository version")  SVN_ERRDEF(SVN_ERR_REPOS_DISABLED_FEATURE,             SVN_ERR_REPOS_CATEGORY_START + 6,             "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. */  SVN_ERRDEF(SVN_ERR_REPOS_POST_LOCK_HOOK_FAILED,             SVN_ERR_REPOS_CATEGORY_START + 8,             "Error running post-lock hook")  /** @since New in 1.2. */  SVN_ERRDEF(SVN_ERR_REPOS_POST_UNLOCK_HOOK_FAILED,             SVN_ERR_REPOS_CATEGORY_START + 9,             "Error running post-unlock hook")  /* generic RA errors */  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,             SVN_ERR_RA_CATEGORY_START + 1,             "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,             SVN_ERR_RA_CATEGORY_START + 3,             "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,             SVN_ERR_RA_CATEGORY_START + 5,             "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. */  SVN_ERRDEF(SVN_ERR_RA_NOT_LOCKED,             SVN_ERR_RA_CATEGORY_START + 7,             "Path is not locked")  /* ra_dav errors */  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,             SVN_ERR_RA_DAV_CATEGORY_START + 1,             "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,             SVN_ERR_RA_DAV_CATEGORY_START + 3,             "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,             SVN_ERR_RA_DAV_CATEGORY_START + 5,             "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,             SVN_ERR_RA_DAV_CATEGORY_START + 7,             "HTTP Path Not Found")

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -