Re: New member

2002-11-19 Thread P. Fleury
Zieg, Mark wrote:


Thanks for the info although you quoted me wrong on my second question,
   

your answer made sense. 

'twas meant as an analogy.  s'okay, you mispelled my name :-)

 

So to be more specific, I will be setting up CVS for a multi platform,
multi OS environment where the developers will work either/or remotely
in the office, some of them are very junior and some of them highly
experience. I will also be supporting those users so I was thinking
of using a web client so that I would only have to support one CVS client.
   


There are fans of both WinCVS and jCVS.  I'm not a GUI user myself, but in
 

To add my salt to this soup, I'd say also that some IDE have this 
functionality well integrated. For example NetBeans, the Java IDE, has 
it well integrated and is really easy to use. But if you don't develop 
Java, you may or may not have it in the IDE you users select. WinCVS and 
jCVS are fine tools, but they are eparate from the IDE, which users may 
or may not like.

--Pascal

 





___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Info about project structuring

2002-09-12 Thread P. Fleury

Hello,

I have been surfing a quite bit to find information about what is 
important when structuring a project managed in CVS. The project has a 
pretty clear structure, but I still do not know what these project 
modules/sub-projects etc. should map to in the CVS world.

Example:
We can make a project module map to a CVS module. So that we can 
checkout only that portion of the project, and not bother about the 
other parts. Also, with the CVSROOT/modules file, we can define entire 
projects, which checkout all the necessary thigs, enable some level of 
module bundling.
However, the same could be achieved in making it a single CVS module and 
playing with Makefile/build.xml files to compile/bundle/run only a 
portion of the whole.

Where can I find information about the impact of such decision have on 
the life of a project ? Proscons, good and bad experiences welcome :-)

Thanks,
Pascal



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs