Skip to Content.
Sympa Menu

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

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Move of charm CVS to a new server


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


Shouldnt you be moving all CVS modules to insight, not just charm. I hope you are.

It may be a good idea to first disable the CVS server on finesse, just incase someone makes a commit there.

sameer.

On Sun, 6 Mar 2005, Filippo Gioachin wrote:

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
-----------------------------

----------------------------------------------------------------------
Sameer Kumar Department of Computer Science
Email: sameer AT ks.uiuc.edu University of Illinois Phone (off): (217) 244-5493 Urbana, IL 61801, USA
(res): (217) 384-0899
---------------------------------------------------------------------





Archive powered by MHonArc 2.6.16.

Top of Page