You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Lauri Kotilainen <po...@true-evil.net> on 2004/03/19 10:08:39 UTC

Squid+SVN

 Hi,

as it turns out, my earlier problem is the doing of Squid; what I'd like 
to know now, is there an existing resource that would describe all the 
necessary steps for squid to allow SVN traffic through (I wouldn't want 
to research this, as it's not _my_ squid ;) that I could refer the 
server admins to?

Thanks,

 Lauri


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Squid+SVN

Posted by Lauri Kotilainen <po...@true-evil.net>.
Jani Averbach wrote:

>On 2004-03-19 12:08+0200, Lauri Kotilainen wrote:
>
>  
>
>>to know now, is there an existing resource that would describe all the 
>>necessary steps for squid to allow SVN traffic through 
>>    
>>
>
>
>http://subversion.tigris.org/project_faq.html#proxy
>and
>http://subversion.tigris.org/project_faq.html#http-methods
>
>BR, Jani
>  
>
Thanks, I knew I had seen that somewhere (I was searching for it in the 
Book instead of the FAQ; might be a good addition there? or am I just 
blind?)

-Lauri-


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Squid+SVN

Posted by Jani Averbach <ja...@jaa.iki.fi>.
On 2004-03-19 12:08+0200, Lauri Kotilainen wrote:

> to know now, is there an existing resource that would describe all the 
> necessary steps for squid to allow SVN traffic through 


http://subversion.tigris.org/project_faq.html#proxy
and
http://subversion.tigris.org/project_faq.html#http-methods

BR, Jani

-- 
Jani Averbach


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Squid+SVN

Posted by Raymond <su...@bigriverinfotech.com>.
For curiosity, anybody encounter similar problems with Apache 2.0's mod_proxy  
(I will be testing mod_proxy as a possible squid replacement)

Raymond


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Squid+SVN

Posted by Roland Schwingel <Ro...@onevision.de>.



Hi...

> as it turns out, my earlier problem is the doing of Squid; what I'd like
> to know now, is there an existing resource that would describe all the
> necessary steps for squid to allow SVN traffic through (I wouldn't want
> to research this, as it's not _my_ squid ;) that I could refer the
> server admins to?

I added these lines to my squid.conf, to get svn working over squid.
(I just need checkout from svn.collab.net, so I can verify that this will
work for reading
svn repos, I don't know whether it is sufficient for writing)

# Extension to allow subversion repository access (RS - 20030820)

# 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

Roland


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org