Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
获得 pysvn 客户端后,如何将工作文件夹设置为属于特定 repo 的特定本地工作文件夹?
我想设置工作文件夹,以便我可以从那里提交更改。
我尝试将路径传递给客户端,但这不起作用。
调用 pysvn.Client().checkin() 的最简单方法是使用工作副本顶层文件夹的绝对路径。然后,您应该从 svn 日志中看到所有已更改的文件都已提交。
通过使用绝对路径,您可以避免当前工作目录和相对路径出现问题。
如果这无助于发布您收到的错误消息的详细信息、python 版本、pysvn 版本和您的操作系统。