gpt4 book ai didi

tortoisesvn - 在哪里可以找到 TortoiseSvn Subwcrev 错误代码列表?

转载 作者:行者123 更新时间:2023-12-05 01:48:34 28 4
gpt4 key购买 nike

今天,我们的一位开发人员从我的 subwcrev 构建后命令中收到“错误 9009”。它在命令行中运行良好。修复它的是重新启动 Visual Studio。其他一些人发现更新 SVN 和/或确保它在路径上是罪魁祸首; http://forum.battleclinic.com/index.php?topic=42617.0;Building-problemshttp://www.autismcollaborative.org/wiki/index.php?title=疑难解答

我很惊讶没有看到 SubWcRev 的错误代码及其含义的列表。有谁知道在哪里可以找到它?谢谢!

最佳答案

您可以在 source 中找到错误代码.

// Internal error codes
#define ERR_SYNTAX 1 // Syntax error
#define ERR_FNF 2 // File/folder not found
#define ERR_OPEN 3 // File open error
#define ERR_ALLOC 4 // Memory allocation error
#define ERR_READ 5 // File read/write/size error
#define ERR_SVN_ERR 6 // SVN error
// Documented error codes
#define ERR_SVN_MODS 7 // Local mods found (-n)
#define ERR_SVN_MIXED 8 // Mixed rev WC found (-m)
#define ERR_OUT_EXISTS 9 // Output file already exists (-d)
#define ERR_NOWC 10 // the path is not a working copy or part of one

关于tortoisesvn - 在哪里可以找到 TortoiseSvn Subwcrev 错误代码列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10401275/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com