jeet
1
I am trying to install rails engines using the command
“ruby script\plugin install engines”
but getting the error
svn: REPORT request failed on ‘/rails_engines/!svn/vcc/default’
svn: REPORT of ‘/rails_engines/!svn/vcc/default’: 405 Method not allowed
(http:
/opensvn.csie.org)
We have to use proxy server and I have added registry entries for svn to
set http-proxy-host and http-proxy-port.
What else am I missing here?
–Jeet
jeet
2
I was able to get going by doing a svn check out as below:
svn co https://opensvn.csie.org/rails_engines/plugins/engines
c:\rails_apps\test_app\vendor\plugins\engines
but it would be nice to use “ruby script\plugin install engines”
Navjeet C. wrote:
I am trying to install rails engines using the command
“ruby script\plugin install engines”
but getting the error
svn: REPORT request failed on ‘/rails_engines/!svn/vcc/default’
svn: REPORT of ‘/rails_engines/!svn/vcc/default’: 405 Method not allowed
(http:
/opensvn.csie.org)
We have to use proxy server and I have added registry entries for svn to
set http-proxy-host and http-proxy-port.
What else am I missing here?
–Jeet
jeet
3
It sounds like the script/plugin command doesn’t work well with either
your particular version of SVN, or your proxy (or indeed both)…
On 2/2/06, Navjeet C. [email protected] wrote:
set http-proxy-host and http-proxy-port.
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
–