On 7/24/07, Jon Nicholson <[EMAIL PROTECTED]> wrote:
I'd like to use IronPython 1.1 to write a deployment script for an upcoming web project. All of the files for the site are stored in an SVN repository. I'm wondering if IronPython is capable of interfacing with the Python 2.5 bindings for SVN 1.4.4.
I would guess not, as that's almost certainly reliant on C extensions. What you probably want are .NET bindings for SVN. There don't seem to be any "official" ones, but you might try the project at http://www.pumacode.org/projects/svndotnet/ -- Curt Hagenlocher [EMAIL PROTECTED]
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
