looking for subversion api wrappers that would let me make calls to subversion via a web application.
any language at this point
looking for subversion api wrappers that would let me make calls to subversion via a web application.
any language at this point
there is pysvn : you can integrate this with your favorite python web framework.
You could try Svn.NET.
And here are some more options for .NET in a similar post:
SVNKit is a pure Java Subversion client library.
SVNKit supports all standard Subversion operations, both on working copies and repository. It is compatible with all versions of Subversion, works over HTTP, SSH, SVN and FILE protocols. It provides API to version virtually any object model with standard Subversion repository; there is no need to keep anything in the filesystem. SVNKit works with local repositories as well as with remote ones
Features:
CoreticaSvn is a 100% managed .Net component written in C#. It's compatible with all versions of Subversion. It supports file protocol with read only access to repositories.