If anyone is messing around with the configuration, it might make
sense to check to see if SVN/Apache2 are configured to use
mod_deflate compression. Really speeds up download times, and the
server load isn't too much higher (at least on my office servers. i
dunno about a public project with thousnands of checkouts).
On Dec 12, 2005, at 12:55 AM, Philip M. Gollucci wrote:
One of my Tutees pointed out today that
svn checkout http://svn.apache.org/repos/asf/httpd/apreq/trunk/
httpd-apreq-2
svn: REPORT request failed on '/repos/asf/!svn/vcc/default'
svn: REPORT of '/repos/asf/!svn/vcc/default': 400 Bad Request
(http://svn.apache.org)
svn checkout https://svn.apache.org/repos/asf/httpd/apreq/trunk/
httpd-apreq-2
WORKS
note the https vs http
I've confirmed this.
I guess we need an infra@ svn admin ?