Overview


Here is a set of cool solutions — smth what you made with/for Tiki and you want to share with others. This stuff isn't officially supported — it just worked for someone, and they shared. Take a look and see if it works for you too.

CVS commmits logger

24-Oct-2003 by zaufi
My solution developed to update CVS commits info on my intranet Tiki site used as groupware tool in developers team. Follow the instructions to get reslut :-)

  1. Attached script (tikilogger) should be placed into $CVSROOT/CVSROOT of your CVS server
  2. Add one or more lines into loginfo file for every project (module) you want to have commit info for. Assume you have 2 modules in your CVS: libMy and MEGA-project — then add the following
    Copy to clipboard
    libMy /bin/bash $CVSROOT/CVSROOT/tikilogger %{sVv} libMy MEGA-project /bin/bash $CVSROOT/CVSROOT/tikilogger %{sVv} MEGA-project
  3. Fix tikilogger script and set toaddress variable according you mail-in account
    Note: This work for 1.8 CVS version only because PREPEND mail-in method used, but of couse you can fix it and use APPEND instead :-)

P.S.

Feel free to add yours solutions here :-)