Hello.
Python has a subversion bindings called 'pysvn' that can be used to manipulate subversion repository. Does something similar exists for IronPython?
My test platform in Windows 7 64-bit with Vsual Studio 2010.
Hello.
Python has a subversion bindings called 'pysvn' that can be used to manipulate subversion repository. Does something similar exists for IronPython?
My test platform in Windows 7 64-bit with Vsual Studio 2010.
I believe you can import pysvn
in IronPython
, but you have to add python site-packages
directory to IRONPYTHONPATH
.
if @gruszczy solution doesn't work you could look into ironclad as well