public inbox for ecos-announce@sourceware.org
 help / color / mirror / Atom feed
* sources.redhat.com no longer valid for eCos
@ 2012-10-28 21:02 Jonathan Larmour
  0 siblings, 0 replies; only message in thread
From: Jonathan Larmour @ 2012-10-28 21:02 UTC (permalink / raw)
  To: eCos Announcements; +Cc: eCos Discussion

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-28 21:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-28 21:02 sources.redhat.com no longer valid for eCos Jonathan Larmour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).