开发者

Can I get SVN log over http request on Assembla server?

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?


I don't know Assembla, but Subversion has native support for the WebDAV protocol (which is a superset of HTTP). If the URL of your repository begins with http:// then it's WebDAV compatible and can be accessed with a standard web browser. Unfortunately this only gives you access to files in the repository, not the history information. If you need more features you should consider using a web application which integrates with Subvesion, like Trac.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜