Is it possible to access an svn log without having svn installed? I'm trying to access a log of recently changed (committed) files on Assembla, but the hosted web server from which I'd like to send this request doesn't have svn installed. Since all I'm doing is sending the svn server a few parameters like my name, password, output format, revision dates and the like, I don't see why there shouldn't be a simple http request mode for svn (e.g. with basic authentication) that would allow me to get the log file even if I don't have a special program (svn) installed on the hosted server from which I would like to send my svn log request.
Does any one know if this is possible with svn in general or with Assembla in particular?