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 有一个名为“pysvn”的颠覆绑定,可用于操作颠覆存储库。IronPython 是否存在类似的东西?
我在 Windows 7 64 位和 Visual Studio 2010 中的测试平台。
如果@gruszczy 解决方案不起作用,您也可以查看Ironclad
我相信你可以导入pysvn,IronPython但你必须将 pythonsite-packages目录添加到IRONPYTHONPATH.
pysvn
IronPython
site-packages
IRONPYTHONPATH
也许基于 .net 的解决方案会更好:sharpsvn