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

any clue?

From: Lalit Jairath <lalit.jairath_at_Barra.COM>
Date: 2002-04-09 18:33:24 CEST

i also downloaded subversion-r1537.tar.gz (in addition to
svn-win32-r1650.zip that i talked about in previous e-mail) but could n't
find any file with ~/.subversion/proxies name (pl. see below). Also, what to
do in case of pre-compiled win binary files.

Thanks.
lalit
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

How do I access a repository through a proxy?
First, edit your ~/.subversion/proxies configuration file to indicate which
proxy to use. There are comments in the file explaining how to do this. If
you don't have that file, get the latest Subversion client and run any
command; this will cause the configuration directory and template files to
be created.

Next, you need to make sure the proxy server itself supports all the HTTP
methods Subversion uses. Some proxy servers do not support these methods by
default: PROPFIND, REPORT, MERGE, MKACTIVITY, CHECKOUT. In general, solving
this depends on the particular proxy software. For Squid, the config option
is

   # TAG: extension_methods
   # Squid only knows about standardized HTTP request methods.
   # You can add up to 20 additional "extension" methods here.
   #
   #Default:
   # none
   extension_methods REPORT MERGE MKACTIVITY CHECKOUT

(Squid 2.4 and later already knows about PROPFIND.)
-----Original Message-----
From: Kevin Pilch-Bisson [mailto:kevin@pilch-bisson.net]
Sent: Tuesday, April 09, 2002 7:55 AM
To: Ben Collins-Sussman
Cc: Lalit Jairath; 'dev@subversion.tigris.org'
Subject: Re: any clue?

On Tue, Apr 09, 2002 at 09:42:31AM -0500, Ben Collins-Sussman wrote:
> Lalit Jairath <lalit.jairath@Barra.COM> writes:
>
> > > i downloaded
> > >
> > > svn-win32-r1650.zip
> > > i'm behind firewall and when i run
> > > svn co http://svn.collab.net/repos/svn/trunk -d svn
> > > i get this message
> > > svn_error: #21088 : <RA layer request failed>
> > > OPTIONS request failed on /repos/svn/trunk
> > >
> > > svn_error: #21088 : <RA layer request failed>
> > > OPTIONS of /repos/svn/trunk: could not connect to server
> > > what should i do?
>
> It looks like your firewall or proxy won't allow HTTP/DAV methods
> through.
>
> Dev list, do we have a "canned" answer to this FAQ? Should we tell
> folks how to use the proxy config?

It's on the FAQ page, although it's becoming a frequent enough one that I'm
starting to think we should change the error string to:

"Perhaps you have a proxy which won't allow DAV methods through. Please
consult http://subversion.tigris.org/project_faq.html for more details."

:)

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 9 18:41:33 2002

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

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