This is the mail archive of the ecos-announce@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

sources.redhat.com no longer valid for eCos


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:anoncvs@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:anoncvs@ecos.sourceware.org:/cvs/ecos > {}" \;

(that must be all on one line).

Contact ecos-discuss@ecos.sourceware.org if you have any problems.

Jifl


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]