[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Support for HTTP Redirects? was: Re: https connection without http

From: Chris Croome <chris_at_webarchitects.co.uk>
Date: 2004-03-12 22:17:47 CET

Hi

On Fri 12-Mar-2004 at 09:21:08PM +0100, Marcin Gil wrote:
> Chris Croome wrote:
> >
> > I aslo create a Redirect from the http URI to the https one.
> >
> Will this work as 'svn co http://url/repo'?

Well it works to the extent that stuff can't be checked out
non-encrypted, you get this:

  $ svn co http://svn.example.com/foo.jpg
  svn: RA layer request failed
  svn: PROPFIND request failed on '/foo.jpg'
  svn: PROPFIND of '/foo.jpg': 302 Found (http://svn.example.com)

The same thing happens if there is a 301 rather than a 302.

I don't know if this is intentional or if svn has yet to have
support for 301 and 302 response codes added?

Chris

-- 
Chris Croome                               <chris@webarchitects.co.uk>
web design                             http://www.webarchitects.co.uk/ 
web content management                               http://mkdoc.com/   
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 12 22:18:13 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.