Using Subversion
The subversion server is up for public checkout at http://svn.linuxpowered.com/openeq
You can get Subversion at http://subversion.tigris.org/ - to check out our beautiful and possibly broken sources, those of you using a *nix system can use the following command: Code:
svn co http://www.openeq.org/svn/openeq A small guide for those intending to develop follows, targeted for those using the native svn client. Checking out the sources Once you have already checked out sources, you only need to update the source. Code:
svn up Code:
svn revert <file> Code:
svn revert . -R Making changes We're always glad to get any help we can, and to get your code to us, you must submit patches. Simply edit files in place, and whenever you are done, submit a patch. Change directory to the working dir(openeq/) and do the following: Code:
svn diff >foobar.patch Code:
patch -p0 <foobar.patch If you find yourself with a totally messed up file and can't seem to fix it, you can revert to the working revision at any time using `svn revert`. Coding guidelines Certain guidelines must be followed while coding both the C++ and Python portions of OpenEQ to ensure that the project looks as neat and consistent as possible. Please follow these guidelines at all times: C++ Development: http://home.archshadow.com/~daeken/o...elines_cpp.txt Python Development: http://home.archshadow.com/~daeken/o...nes_python.txt Thank you for keeping OpenEQ clean! |
All times are GMT -4. The time now is 08:39 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.