In this topic we briefly describe our programming enviroment and some tips on how to use cvs
Tools
Eclipse
Plugins
- JSEclipse, for editing JavaScript
Tortoise svn
Tips
- Because the cvs reposetory uses unix style endline characters, you need to inform tortoise of this. When you prepare your first check-out go to the "options" tab snd check "use UNIX line endings".
- To enable network compression after a checkoutsright-click on the folder and choose: cvs -> preferences. Go to the 'advanced' tab and select '3' where it says network compression. This should really speed up futer checkouts.
tips
Using cvs on sourceforge
To checkout the sources use the following commands on linux:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ops login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ops co -P ops
If you use windows make sure that your cvs client uses unix endline characters, see Tortoise svn tips for more info
--
IvoVanDongen - 26 Oct 2005