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.
我正在尝试编写一个 Python 应用程序,它能够确定各种 SVN 服务器配置是否正确。这意味着服务器是可访问的并且凭据是正确的。实现这一目标的最简单方便的方法是什么?
谢谢你的建议!
最简单的方法是使用像pysvn这样的库,然后简单地尝试获取 svn 存储库的信息。