Hello! Does anyone know how I can check out the Markaby trunk? I''m getting this error: <code> ruby script/plugin install http://code.whytheluckystiff.net/svn/markaby/trunk + ./trunk/svnindex.xsl /usr/local/lib/ruby/1.8/open-uri.rb:290:in `open_http'': 404 Not Found (OpenURI::HTTPError) from /usr/local/lib/ruby/1.8/open-uri.rb:629:in `buffer_open'' from /usr/local/lib/ruby/1.8/open-uri.rb:167:in `open_loop'' from /usr/local/lib/ruby/1.8/open-uri.rb:165:in `open_loop'' from /usr/local/lib/ruby/1.8/open-uri.rb:135:in `open_uri'' from /usr/local/lib/ruby/1.8/open-uri.rb:531:in `open'' from /usr/local/lib/ruby/1.8/open-uri.rb:86:in `open'' from /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.0/lib/commands/plugin.rb:843:in `download'' from /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.0/lib/commands/plugin.rb:852:in `fetch'' ... 14 levels... from /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.0 /lib/commands/plugin.rb:866 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.0/lib/active_support/dependencies.rb:136:in `require'' from script/plugin:3 </code> Thanks, Rob -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060414/4d68d3cb/attachment.html
If anyone can reach _why, can you tell him? I tried by email but no luck. Although I''m in no position to complain, it''s quite annoying, and I love Markaby! On 4/14/06, Robert MannI <robmnl@gmail.com> wrote:> > Hello! > > Does anyone know how I can check out the Markaby trunk? I''m getting this > error: > > <code> > ruby script/plugin install http://code.whytheluckystiff.net/svn/markaby/trunk > > + ./trunk/svnindex.xsl > /usr/local/lib/ruby/1.8/open-uri.rb:290:in `open_http'': 404 Not Found > (OpenURI::HTTPError) > from /usr/local/lib/ruby/1.8/open-uri.rb:629:in `buffer_open'' > from /usr/local/lib/ruby/1.8/open- uri.rb:167:in `open_loop'' > from /usr/local/lib/ruby/1.8/open-uri.rb:165:in `open_loop'' > from /usr/local/lib/ruby/1.8/open-uri.rb:135:in `open_uri'' > from /usr/local/lib/ruby/1.8/open-uri.rb:531:in `open'' > from /usr/local/lib/ruby/1.8/open-uri.rb:86:in `open'' > from /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.0/lib/commands/plugin.rb:843:in > `download'' > from /usr/local/lib/ruby/gems/1.8/gems/rails- 1.1.0/lib/commands/plugin.rb:852:in > `fetch'' > ... 14 levels... > from /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.0 > /lib/commands/plugin.rb:866 > from > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' > > from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.0/lib/active_support/dependencies.rb:136:in > `require'' > from script/plugin:3 > </code> > > > > Thanks, Rob > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060415/abe7f17c/attachment.html
you can install the gem : gem install markaby or if using subversion export the trunk: svn export http://code.whytheluckystiff.net/svn/markaby/trunk vendor/plugins.markaby or set externals: svn propset svn:externals ''markaby http://code.whytheluckystiff.net/svn/m arkaby/trunk'' vendor/plugins;svn up that said, i think im getting some oddness with flash[:notice] dumping 3x the message using r35 (latest) - but that could be something i''ve broken... or set externals On Saturday 15 April 2006 23:42, Robert MannI wrote:> If anyone can reach _why, can you tell him? I tried by email but no luck. > > Although I''m in no position to complain, it''s quite annoying, and I love > Markaby! > > On 4/14/06, Robert MannI <robmnl@gmail.com> wrote: > > Hello! > > > > Does anyone know how I can check out the Markaby trunk? I''m getting this > > error: > > > > <code> > > ruby script/plugin install > > http://code.whytheluckystiff.net/svn/markaby/trunk > > > > + ./trunk/svnindex.xsl > > /usr/local/lib/ruby/1.8/open-uri.rb:290:in `open_http'': 404 Not Found > > (OpenURI::HTTPError) > > from /usr/local/lib/ruby/1.8/open-uri.rb:629:in `buffer_open'' > > from /usr/local/lib/ruby/1.8/open- uri.rb:167:in `open_loop'' > > from /usr/local/lib/ruby/1.8/open-uri.rb:165:in `open_loop'' > > from /usr/local/lib/ruby/1.8/open-uri.rb:135:in `open_uri'' > > from /usr/local/lib/ruby/1.8/open-uri.rb:531:in `open'' > > from /usr/local/lib/ruby/1.8/open-uri.rb:86:in `open'' > > from > > /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.0/lib/commands/plugin.rb:843: > >in `download'' > > from /usr/local/lib/ruby/gems/1.8/gems/rails- > > 1.1.0/lib/commands/plugin.rb:852:in `fetch'' > > ... 14 levels... > > from /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.0 > > /lib/commands/plugin.rb:866 > > from > > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in > > `require'' > > > > from > > /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.0/lib/active_support/ > >dependencies.rb:136:in `require'' > > from script/plugin:3 > > </code> > > > > > > > > Thanks, Rob