/ Zope / Apsis / Pound Mailing List / Archive / 2005 / 2005-07 / subversion via pound

[ << ] [ >> ]

[ SSL + Pound-1.9 + Firefox-1.0.5+ / Jim Washington ... ] [ [Pound Mailing List] subversion via pound / ... ]

subversion via pound
Loed <loed(at)mail.ru>
2005-07-21 19:53:22 [ SNIP ]
Hello All,

According to the FAQ it is possible to access subversion repositories
via Pound. I'am using Subversion version 1.2.1 and Apache 2.0.54 (with
mod_dav_svn). It works just fine, but when I try to import a new module
I get that message:

Adding         README
svn: PUT of
'/!svn/wrk/67349744-6cfc-0310-8de4-f56980064670/internal/sophvxml/README': 501
Not Implemented (http://svn.vtserv)


What should I do to over come this problem?


Here is my pound.cfg:

User pound
Group pound
ListenHTTP 172.16.10.7,80
WebDAV 1

UrlGroup ".*"
HeadRequire Host ".*servus.vtserv.*"
BackEnd 127.0.0.1,20001,1
EndGroup

UrlGroup ".*"
HeadRequire Host ".*svn.vtserv.*"
BackEnd 127.0.0.1,20043,1
EndGroup

....

tnx in advance :)

-- 
Best regards,
 Leonid  loed(at)mail.ru


AW: [Pound Mailing List] subversion via pound
"Timo Hummel" <timo.hummel(at)4fb.de>
2005-07-22 10:36:09 [ SNIP ]
Hi Loed,

> It works just fine, but when I try to import a new module I get that
message:


I don't think it makes sense to put subversion behind a pound load
balancer. Just ask yourself the question: To which server should pound
forward the file you submitted?

cheers,
Timo



MailBoxer