Skip to Content.
Sympa Menu

charm - [charm] Move of charm CVS to a new server

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Move of charm CVS to a new server


Chronological Thread 
  • From: Filippo Gioachin <gioachin AT uiuc.edu>
  • To: charm AT cs.uiuc.edu
  • Subject: [charm] Move of charm CVS to a new server
  • Date: Sun, 6 Mar 2005 02:23:06 -0600 (CST)
  • List-archive: <http://mail.cs.uiuc.edu/mailman/private/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Monday March 7th at 4pm, the CVS repository of charm will be temporarely
unavailable for about 1h. At that point, it will be moved to the new
server "charmcvs.cs.uiuc.edu". From that moment on, all checked out
versions will not be able to be updated (or checked in) using the old
server.

In order to facilitate the porting, a script for bash is provided in
attachment. If run inside the charm directory, it will update the local
CVS files, so that the checked out charm will start using the new server.

Filippo


Inline reproduction for mail reader with problems with attachments
-----------------------------
find . -name "Root" | while read i; do cat $i | sed "s/charmcvs/charm/" |
sed "s/charm/charmcvs/" | sed "s/finesse/charmcvs/" > $i.tmp; mv $i.tmp $i;
done
-----------------------------


Archive powered by MHonArc 2.6.16.

Top of Page