[lazarus] CVS repository not found
Tony Maro
tony at maro.net
Mon Dec 16 10:24:21 EST 2002
On Mon, 2002-12-16 at 05:07, Johannes T. wrote:
> I tried to download the Source via CVS - like described on the CVS Page and
> all I got was a "repository not found" message from the CVS tool - duh!
Try the following script I use when doing the initial download of
Lazarus:
-Tony
#!/bin/sh
export CVSROOT=:pserver:cvs at cvs.freepascal.org:/FPC/CVS
cvs login
cvs -z3 checkout lazarus
More information about the Lazarus
mailing list