You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Laurent Michenaud <lm...@adeuza.fr> on 2001/11/20 15:04:25 UTC

CVS

Hi,

I work in a web agency and we are studying the use of CVS.
We are 3-4 developpers per project.
We have a linux web server with tomcat/apache.
For the moment, we are working on shared sources via samba.

Would be CVS a good thing for our environnment ?
Are there any model of organisation that we would use ?

Please tell me about your organisation if u use cvs, what benefits....

Thanks

Michenaud Laurent
- Adeuza -
[ Développeur Web - Administrateur Réseau ]


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: CVS

Posted by keiths <ke...@skillview.com>.
I can only say that you should be using it.  It is excellent.  Many of
us develop servlets on windows (using the WinCVS client) for deployment
on linux/apache/tomcat (and many others).  We use a unix box for our
repository.

Laurent Michenaud wrote:
> 
> Hi,
> 
> I work in a web agency and we are studying the use of CVS.
> We are 3-4 developpers per project.
> We have a linux web server with tomcat/apache.
> For the moment, we are working on shared sources via samba.
> 
> Would be CVS a good thing for our environnment ?
> Are there any model of organisation that we would use ?
> 
> Please tell me about your organisation if u use cvs, what benefits....
> 
> Thanks
> 
> Michenaud Laurent
> - Adeuza -
> [ Développeur Web - Administrateur Réseau ]
> 
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>

-- 
Keith Simpson
Skillview Technologies
keiths@skillview.com
(603)-382-9882

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: CVS

Posted by Samuel Rochas <sa...@swipe.de>.
Bonjour, 

Laurent Michenaud wrote:
> 
> Would be CVS a good thing for our environnment ?
CVS, or any other configuration management tool is a must while having a
team working on a project. You can use some free tools, like the CVS
with clients like WinCVS. You can use some (mostly quite expensive)
commercial tools if you like.

> Are there any model of organisation that we would use ?
all what you need is a file system and a network connection between the
users.
Take a look at http://www.gnu.org/manual/cvs-1.9/cvs.html and
http://www.cvshome.org/

Slts
Samuel Rochas
-- 
SWIPe Software Engineering & Project Management GmbH

Solutions with Individual Profile

Web: http://www.swipe.de

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


CVS vs. Aegis

Posted by Carl Boudreau <ca...@notiva.com>.
Does anyone have an opinion about the Aegis software package?

Re: CVS

Posted by "Craig R. McClanahan" <cr...@apache.org>.
The source code of Tomcat itself, like all of the other projects at
Apache, is managed via CVS.  You can browse it online to see how we
organize things, though the "Source Code" links on the Jakarta web site.

Craig


On Tue, 20 Nov 2001, Laurent Michenaud wrote:

> Date: Tue, 20 Nov 2001 15:04:25 +0100
> From: Laurent Michenaud <lm...@adeuza.fr>
> Reply-To: Tomcat Users List <to...@jakarta.apache.org>
> To: tomcat-user@jakarta.apache.org
> Subject: CVS
>
> Hi,
>
> I work in a web agency and we are studying the use of CVS.
> We are 3-4 developpers per project.
> We have a linux web server with tomcat/apache.
> For the moment, we are working on shared sources via samba.
>
> Would be CVS a good thing for our environnment ?
> Are there any model of organisation that we would use ?
>
> Please tell me about your organisation if u use cvs, what benefits....
>
> Thanks
>
> Michenaud Laurent
> - Adeuza -
> [ Développeur Web - Administrateur Réseau ]
>
>
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


RE: CVS

Posted by Jim Rueschhoff <jr...@imsurenetwork.com>.
We use CVS in our development environment.  We have a 4 developer staff.  We
develop using the Forte CE IDE which offers built in support for CVS.  After
using MS Source Safe previously, the CVS philosophy is sufficiently
different that it took some getting used to.  However we now feel
comfortable with it and actually like using it.   Microsoft source safe is
more like a library where you check out items for use.  CVS works
differently, allowing multiple people to work on their own copies of the
same source code and then manage the differences and merging of the changes.
For a small group like ours MS SS and CVS would both work but for a larger
development group there is no doubt that the CVS method is superior.

-----Original Message-----
From: Laurent Michenaud [mailto:lmichenaud@adeuza.fr]
Sent: Tuesday, November 20, 2001 7:04 AM
To: tomcat-user@jakarta.apache.org
Subject: CVS


Hi,

I work in a web agency and we are studying the use of CVS.
We are 3-4 developpers per project.
We have a linux web server with tomcat/apache.
For the moment, we are working on shared sources via samba.

Would be CVS a good thing for our environnment ?
Are there any model of organisation that we would use ?

Please tell me about your organisation if u use cvs, what benefits....

Thanks

Michenaud Laurent
- Adeuza -
[ Développeur Web - Administrateur Réseau ]


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>