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.
我需要使用 SVN API(版本 1.8.1)将文件签出并更新到本地路径。svn 源代码中的示例帮助不大。
svn_client_checkout3()和的任何例子svn_client_update3()?
svn_client_checkout3()
svn_client_update3()
pysvn中有一些 C++ 包装器,它们演示了svn_client_checkout和svn_client_update:
svn_client_checkout
svn_client_update
Py::Object pysvn_client::cmd_checkout
Py::Object cmd_update
参考
pysvn_client_update
pysvn_client_checkout