From: Bjorn B. <d00...@dt...> - 2004-09-09 12:09:20
|
The CVS repository for HaskellDB is now hosted at SourceForge, since the old one at Chalmers University of Technology stopped working last week. The old repository was imported with the version information intact. I took the liberty of reorganizing the source code in the repo before importing, so that the source code directories match the module structure. Anonymous read-only CVS access: cvs -d:pserver:ano...@cv...:/cvsroot/haskelldb login (empty password) cvs -z3 -d:pserver:ano...@cv...:/cvsroot/haskelldb co haskelldb Developer CVS access: export CVS_RSH=ssh cvs -z3 -d:ext:dev...@cv...:/cvsroot/haskelldb co haskelldb /Bjorn |