ProgrammingEnviroment

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

Topic revision: r3 - 09 Nov 2005 - 11:40:18 - BastiaanGrutters

tip TWiki Tip of the Day
Revision control
TWiki has "Soft security" anyone can change anything, but changes are logged. There is a complete ... Read on Read more

 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback