Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

Contributing (A small CVS guide)


  1. Download the sourcetree via CVS

    cvs -d :pserver:guest@www.bms-austria.com:/usr/local/CVSROOT login
    password: guest

    cvs -d :pserver:guest@www.bms-austria.com:/usr/local/CVSROOT -z3 checkout paragui

    sh autogen.sh
    ./configure [--prefix=/usr]
    make
    make install (as root)


  2. Make your changes

  3. Sync with the repository

    cvs -z3 update -d -P


  4. Create a patchfile

    cvs diff -c3p


  5. Send the patchfile via email to me
    Please give a short (or even longer) description what the patch exactly does.