views:

35

answers:

3

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.

+1  A: 

I believe you can import pysvn in IronPython, but you have to add python site-packages directory to IRONPYTHONPATH.

gruszczy
Adding python site-packages folder to IRONPYTHONPATH just results in Visual Studio 2010 crashing on startup :(
Eye of Hell
Try solution provided by Lucas, I am not `IronPython` specialist unfortunately :-(
gruszczy
+1  A: 

if @gruszczy solution doesn't work you could look into ironclad as well

BioBuckyBall
+1  A: 

maybe .net based solution will be better: sharpsvn

desco
@desco This may help! Maybe you can look at my other question at http://j.mp/aTNhLr - i can't figure right now how to correctly add reference to third-party sharpsvn .net .dll to IronPython project :)
Eye of Hell