search for: unsourc

Displaying 3 results from an estimated 3 matches for "unsourc".

Did you mean: unsource
2006 Jun 02
5
where does script/plugin cache its server list?
.../usr/lib64/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' from ./script/plugin:3 im thinking maybe the laszlo thing is fouling it up, but maybe thats just a warning? in any case, grep -ir laszlo finds nothing of interest to prune .. m cracklog # ./script/plugin unsource svn://rubyforge.org/var/svn/laszlo-plugin/rails/plugins failed: svn://rubyforge.org/var/svn/laszlo-plugin/rails/plugins Removed 0 repositories. m cracklog # ./script/plugin unsource svn://rubyforge.org/var/svn/laszlo-plugin/rails/ failed: svn://rubyforge.org/var/svn/laszlo-plugin/rails/ Removed...
2006 Mar 02
1
Engines SVN repository move
...s engines, please update from new repository. This could be as simple as noting your current SVN url and replacing the site and initial directory, i.e. http://opensvn.csie.org/rails_engines/engines/tags/rel_1.0.6 ==> http://svn.rails-engines.org/engines/tags/rel_1.0.6 You may also want to unsource the old repository to stop script/plugin searching there (it''s a waste of time): script/plugin unsource http://opensvn.csie.org/rails_engines/ # with or without the trailing slash Apologies for any inconvenience this might cause - as always the first port of call for information is t...
2006 Mar 30
0
[TIP] Flush your plugins
Stupid RForum.... Flush your old plugins svn repository list with: for i in $(script/plugin sources); do script/plugin unsource "$i"; done; and then update your plugins again script/plugin discover Things will work smoother, I promise. Sorry about the double post- -Matthew Beale mixonic@synitech.com :: 607 227 0871 Resume and Portfolio @ http://madhatted.com -- Posted via http://www.ruby-forum.com/.