Jim Weirich wrote: >Paul Vudmaska said: > > >>I'm running WinXP 1.8 ruby and get this error. >> >>C:\ruby\gems\rubygems-0.2.0>gem --remote -list >> >> > >Did you get the CVS version of RubyGems? The latest CVS version has been >refactored to make the --remote/--local destinction orthoganal to the >other options. So you would need to say ... > > gem --remote --list > >(Notice the *two* dashes on the list option). > >Give that a try. > > > Okay...I did not get the cvs - have to find out how on windows 2 dashes did not work :( --------- C:\ruby\gems\rubygems-0.2.0>cvs 'cvs' is not recognized as an internal or external command, operable program or batch file. C:\ruby\gems\rubygems-0.2.0>gem --remote --list c:/ruby/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb:78:in `find_latest_v alid_package_in_caches': Could not find --list > 0.0.0 (RuntimeError) from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb:15:in ` install' from c:/ruby/bin/gem:74 :P