I'm using ganymede but I can't find the option to change mirror for the update sites. Is there a way to change this?

link|improve this question

80% accept rate
feedback

3 Answers

up vote 2 down vote accepted

The all notion of mirrors is no more a first class citizen of eclipse Ganymede update mechanism, but rather a simple property of a repositories (for metadata or artifact).

You may still force a mirror for a given feature, with a command-line similar to the one mentioned in this bug.

eclipsec -verbose -application org.eclipse.equinox.p2.metadata.repository.mirrorApplication 
-source http://www.someurl.com/ -destination file:x:/local/path/to/mirror

(not tested though)

See also this introduction to P2

link|improve this answer
i've got totally impatient and resorted to dropins method, i'll investigate on this later. too bad there are a lot not working features in PDT in ganymede – ken Dec 9 '08 at 6:39
I agree. I use manually updated dropins myself. – VonC Dec 9 '08 at 7:13
feedback

If i am not mistaken, in "Help->Software Updates" you can manage all the eclipse repositories...

link|improve this answer
I suppose you could set it to a mirror, but this doesn't bring up the Eclipse mirror dialogue – Casebash Apr 9 '10 at 3:21
feedback

Just uncheck "select mirrors automatically" and it will prompt you for mirrors next time.

link|improve this answer
I dont see any "select mirrors automatically". Can you please point me where that option is. – ken Dec 5 '08 at 9:31
1  
'Select mirrors automatically' is a checkbox that disappears once it has been checked, and does not reappear. Amazing UI design. – Air Feb 25 '09 at 13:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.