logtalk.org
Logtalk CVS

You can download Logtalk stable releases or the latest development version by connecting to the Logtalk CVS repository using a CVS client (available for most operating systems).

Anonymous access to the Logtalk CVS repository

If you are using a CVS client with a GUI interface, please read the program documentation to learn how to configure it to access the CVS server with the following parameters:

If you are using MacOS X, Unix, BSD, or Linux, you can download the latest version typing the following commands at the command line. First change to the directory where you want to download the sources. Then log in to the CVS server by typing:

user% cvs -d :pserver:anonymous@cvs.logtalk.org:/usr/local/cvsroot login

Just hit Return when you are asked for a password. Next, download the source files:

user% cvs -d :pserver:anonymous@cvs.logtalk.org:/usr/local/cvsroot checkout -d lgtcvs logtalk

A directory named lgtcvs will be created in your current working directory containing the latest versions of the Logtalk source files.

From now on, every time you want to update the Logtalk source files to the latest version you can type (from within the lgtcvs directory, after logging in to the CVS server):

user% cvs -d :pserver:anonymous@cvs.logtalk.org:/usr/local/cvsroot update -d

Please use up to date CVS clients supporting client-server connections (the pserver access method). The server itself is running on cvs version 1.11.17.

Stable release tags

If you want to download a Logtalk stable version source files, you can use the following tags with your CVS client:

For example, to download version 2.30.0 you can use the command:

user% cvs -d :pserver:anonymous@cvs.logtalk.org:/usr/local/cvsroot checkout -r lgt2300 -d lgtcvs logtalk

The command above will create a folder named lgtcvs in your current working directory.