I have several projects in which it would be useful to be able to interact with the SVN server from the Google App Engine.
- Retrieving specific files from SVN (quite simple as there is a web interface with which I can automatically retrieve data, but how do I go through authentication)
- Make changes to SVN (this is really a difficult / important part)
- It is possible to start the SVN server (from the App Engine application, I believe this is impossible)
I would prefer a solution in Python, but I can survive with Java if I have to.
source
share