Forums

Run SVN (Subversion) server on pythonanywhere env

Hello!

I wrote the django application with svn repo management functions, and I want to deploy it on pythonanywhere env.

Can I run some svn server or svn process in PA env and access to it with http? Locally I'm using mod_dav_svn.so for Apache server.

How to do a similar on PA?

Thank you!

Hmm, I can't think of any easy way to do that. You'd need a Subversion server that could run as a WSGI website, and I can't find one of those after some Googling :-(

We can plug only wsgi handlers?

Yup