For a long time now, we've been telling people to use ecos.sourceware.org for everything to do with the eCos project, whether for the mailing lists, website, CVS, and so on. Years ago, it used to be sources.redhat.com.
But a recent change means that the sources.redhat.com name no longer points to ecos.sourceware.org (or sourceware.org). Anyone who has been using old address book entries for sending mail to the eCos mailing lists will find it won't work, and obviously you should update your address book to use ecos.sourceware.org instead. Also anyone who has had a CVS source tree checked out from when it was sources.redhat.com will find they can no longer update it. For anyone with an existing CVS tree, open a bash prompt (using cygwin if on Windows), change directory to the base of the checked out tree and type: cat CVS/Root and if the output is: :pserver:anon...@sources.redhat.com:/cvs/ecos then you will need to fix your CVS source tree with the following command from the same directory: find . -path \*/CVS/Root -exec sh -c "echo :pserver:anon...@ecos.sourceware.org:/cvs/ecos > {}" \; (that must be all on one line). Contact ecos-discuss@ecos.sourceware.org if you have any problems. Jifl -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss