Main Page Class Hierarchy Compound List File List Compound Members File Members Related Pages Examples
Contributing (A small CVS guide)
- 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)
- Make your changes
- Sync with the repository
cvs -z3 update -d -P
- Create a patchfile
cvs diff -c3p
- Send the patchfile via email to me
Please give a short (or even longer) description what the patch exactly does.