Really basic instructions: 1. Make sure qpidd is running 2. set up queues: ./declare-queues 3. run consumer ./loginfo-consumer 4. Setup a CVS repository and create an "example" project cvs -d ~/testrepo init cvs -c ~/testrepo co CVSROOT cd CVSROOT edit "loginfo" and add this line ALL /path/to/loginfo-producer %{sVv} cvs ci -m "Add loginfo hook" mkdir ~/testrepo/example edit "modules" and add this line example example cd .. cvs -d ~/testrepo co example cd example echo "a" > a.txt cvs add a.txt cvs ci -m "test"