|
From: thowe <th...@sr...> - 2003-06-20 14:50:14
|
I thought that I had moved everything over from the old web site. Can you please tell me where this info was? Here's the info for now: As anonymous: cvs -d:pserver:ano...@re...:/cvsroot/repast login (at the password prompt, just hit return) cvs -z3 -d:pserver:ano...@re...:/cvsroot/repast co repast As a user: cvs -z3 -d:ext:use...@re...:/cvsroot/repast co repast Warning: I am rapidly changing the code. The base interfaces have already changed dramatically. For example, what is currently called RelationalTopology now looks like: public List getRelations(Object element); public List getRelations(Object element, double range); public double distance(Object element1, Object element2); public String getRelationType(); public void setRelationType(String type); Which is different than before. I'm trying to move this somewhere closer to a metric space (as we talked about in October) after thinking about some of Mark's code. Then the graph/network stuff can come out of that. (as well as the Discrete2DStuff). Anyhoo, it will be changing. -Tom On Fri, 2003-06-20 at 07:30, Gulyas Laszlo wrote: > Hi, > > I'm notoriously bad at using CVS. So, I was a heavy user of the part of > the old RePast site that told us ignorant users how to check out the > source from CVS. Could somebody help? > > Thx, > > gulya |