Discussion about CodeLite development process and patches
			
		
		
			- 
				
																			 Vokuhila-Oliba
- CodeLite Curious
- Posts: 5
- Joined: Sun Dec 13, 2009 7:47 pm
- Genuine User: Yes
- IDE Question: c++
- 
				Contact:
				
			
						
						
													
							
						
									
						Post
					
								by Vokuhila-Oliba » 
			
			
			
			
			CodeLite is the very best Linux-IDE for big sized C++ projects I have seen so far  
 
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.
 
		 
				
		
		 
	 
				
		
		
			- 
				
								eranif							
- CodeLite Plugin
- Posts: 6376
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- 
				Contact:
				
			
						
						
													
							
						
									
						Post
					
								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
 
		 
				
		
		 
	 
				
		
		
			- 
				
																			 Vokuhila-Oliba
- CodeLite Curious
- Posts: 5
- Joined: Sun Dec 13, 2009 7:47 pm
- Genuine User: Yes
- IDE Question: c++
- 
				Contact:
				
			
						
						
													
							
						
									
						Post
					
								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  -  
 
 
Starting with the Subversion plugin code sounds good. I'm going to give it a try.