I got a problem with the script to auto-create svn repository
Added by Gwang Hyun Lee over 15 years ago
Hi!!
I got a problem with the script to auto-create svn repository. All is setup correctly.
i checked the Enable WS repository management. But i still got this error:
ruby reposman.rb --redmine localhost --svn-dir d:\svnrepo --owner www-data --url http://localhost/svn --verbose
querying Redmine for projects...
Unable to connect to http://redmine.virtual-info.eu/sys/service.wsdl : unknown element: {}html
When i go in my browser to this adress it doesn't works
my redmine host address is http://localhost:8080/redmine
Replies (1)
RE: I got a problem with the script to auto-create svn repository - Added by Bruno Prado over 15 years ago
Hi, Gwang.
Try this:
in apache, enable the module proxy_html.load, and make it load
LoadFile /usr/lib/libxml2.so.2
LoadModule proxy_html_module /usr/lib/apache2/modules/mod_proxy_html.so
(unfortunatly i can't remember now how to download this).
Let me know if this worked.
Best regards.
Bruno