[Coin-announce] COIN-OR is now up at www.coin-or.org

Robin Lougee-Heimer robinlh at us.ibm.com
Wed Oct 13 20:22:39 EDT 2004




Apologies for possible multiple postings -- we wanted to get everyone.

The Computational Infrastructure for Operations Research (COIN-OR)
Initiative has achieved its goal of independence. On October 13, 2004, the
educational nonprofit corporation COIN-OR Foundation, Inc. assumed
management of the COIN-OR Initiative. The COIN-OR repository and webpages
have moved from the IBM developerWorks website to a new host at
www.coin-or.org. The mailing lists will be moving shortly.

Visit the new website at http://www.coin-or.org  (and update your
bookmarks!)

The COIN-OR Team

PS:   For those who use CVS to access the repository from a unix-based
system here is a tip on how to keep your current checked out tree and use
the new repository.  Copy the following lines into say, ~/change.sh, change
into the directory where your COIN-OR working directory lives,  and execute
the script with 'sh ~/change.sh'

for i in `find . -name Root`; do
    \mv $i $i.17
    sed -e 's+www-124.ibm.com+www.coin-or.org+g' \
          -e 's+/usr/cvs/coin+/home/coin/coincvs+g' $i.17 > $i
    \rm $i.17
done
\mv ~/.cvspass ~/.cvspass.17
sed -e 's+www-124.ibm.com+www.coin-or.org+g' \
    -e 's+/usr/cvs/coin+/home/coin/coincvs+g' ~/.cvspass.17 > ~/.cvspass
\rm ~/.cvspass.17




More information about the Coin-announce mailing list