Subversion over HTTP?
Hi, Is there a way to do something like "svn checkout http://svn.mplayerhq.hu/mplayer/trunk mplayer" so an HTTP proxy can be used? I don't know how to configure a subversion server and have no idea how much work it might cost. Just ignore this post if an HTTP subversion server's too complicated or a http:// thing can't co-exist with an svn:// thing.:-) -- Zuxy Beauty is truth, While truth is beauty. PGP KeyID: E8555ED6
On Fri, Jun 09, 2006 at 07:47:30PM +0800, Zuxy Meng wrote:
Is there a way to do something like "svn checkout http://svn.mplayerhq.hu/mplayer/trunk mplayer" so an HTTP proxy can be used?
There is no support for Subversion over HTTP, nor are there plans to implement it. Diego
2006/6/9, Zuxy Meng <zuxy.meng@gmail.com>:
Hi,
Is there a way to do something like "svn checkout http://svn.mplayerhq.hu/mplayer/trunk mplayer" so an HTTP proxy can be used?
I don't know how to configure a subversion server and have no idea how much work it might cost. Just ignore this post if an HTTP subversion server's too complicated or a http:// thing can't co-exist with an svn:// thing.:-)
It requires separate svn server running under apache2. This was discarded in thread about ffmpeg svn in ffmpeg-dev. (It was requested in order to use ssl encryption).
participants (3)
-
Diego Biurrun -
Ivan Kalvachev -
Zuxy Meng