Licq snapshots

CVS snapshots

There are CVS snapshots in addition to anonymous CVS (see below) available, which are released daily. If you want to participate development and get full CVS access, please ask Jon.

If you want to know what has changed in every detail, you should subscribe to the Licq commit mailinglist.

Brief summary of changes for the last week:

You can download the current Licq snapshot licq-20041015.

Remember, these are development versions, so they might have new and untested features or contain bugs. They might not even compile, so use them at your own risk.

Please join the Licq development mailinglist when you use the snapshots regularly. You should report problems with the snapshots or discuss feature requests / patches there.

If there is a problem with the snapshot itself, please tell me.


Anonymous CVS

Thanks to Billy Biggs, there is now an anonymous CVS server available. Which is now being kept on SourceForge. The anonymous CVS server is read-only. If you have installed the cvs binary, you can use it to easily keep up to date with bleeding edge Licq development. This is only intended for those who have at least basic knowledge in CVS usage or those who want to figure it out on their own. All others are strongly recommended to use the regularly generated CVS snapshots. See above for details.

Login to the anonymous CVS server by typing

  cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/licq login
  cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/licq co <modulename>
the requested password is empty, just type return.

You can checkout the following modules:

You have to run
make -f Makefile.cvs
to generate the ./configure script needed for compiling the source. You need automake 1.4 or later installed to succeed.
The recommended ~/.cvsrc for CVS usage is:
cvs -l -z4 -q
diff -u1 -b -p
update -dP
checkout -P
If you experience any unusual problems, please inform me.
last modified: Fri Oct 15 10:25:11 2004 JST