Page 1 of 1

Support for CVS ?

Posted: Wed Mar 31, 2010 11:07 pm
by Vokuhila-Oliba
CodeLite is the very best Linux-IDE for big sized C++ projects I have seen so far :D

But unfortunately I have to use CVS in the company I am working for.

So I am wondering if there any plans for a CVS plugin ?

BTW: If there are no plans to support CVS - I am considering to write such a plugin by myself.

Re: Support for CVS ?

Posted: Wed Mar 31, 2010 11:20 pm
by eranif
Vokuhila-Oliba wrote:BTW: If there are no plans to support CVS
There are no plans to write CVS plugin - since I dont require one .. :)

However, you can copy the Subversion plugin code, and change it to fit the CVS commands

Eran

Re: Support for CVS ?

Posted: Thu Apr 01, 2010 12:12 am
by Vokuhila-Oliba
eranif wrote:
Vokuhila-Oliba wrote:BTW: If there are no plans to support CVS
There are no plans to write CVS plugin - since I dont require one .. :)

However, you can copy the Subversion plugin code, and change it to fit the CVS commands

Eran
Hi Eran, - thanks a lot for your help!

... personally I don't require such a plugin too - but my company is using CVS - :roll:

Starting with the Subversion plugin code sounds good. I'm going to give it a try.