Value Network Optimization Project Home Page
Beer Game Interface Image

The Santa Fe Institute Business Network Value Network Optimization Project seeks to develop agent-based models using RePast and other toolkits to support collaborative value network research. Further project information, project results, a project UML diagram in XML and JPEG formats,downloads, a CVS web interface, and mailing list information can be found on the main project page. An online discussion group hosted by the Santa Fe Institute is also available here.

The basic CVS commands are as follows:

  • To setup a local copy of the repository, type the following on a single line without breaks:

    cvs -d:pserver:login@cvs.valuenetwork.sourceforge.net:/cvsroot/valuenetwork co localdirectoryname

    An example is:

    cvs -d:pserver:smith@cvs.valuenetwork.sourceforge.net:/cvsroot/valuenetwork co .

  • To refresh your local repository, type the following:

    cvs update

    It is a good idea to refresh your local repository once a day in the morning to download the latest changes from other developers.

  • To store your local changes into the public repository, type the following:

    cvs commit -m "comments for this commit"

  • To add a new file to the public repository, create the file locally and then type the following:

    cvs add relativepathtofile\newfile.java

    An example is:

    cvs add gov\anl\beergame\newagent.java

Further directions on using CVS are available here.

The project web site is maintained by Michael North. The project code is released under the BSD license and is hosted by Source Forge.

SourceForge Logo