Re: Product management with CVS

2004-02-09 Thread Matthew Doar
I would not use branches for this, My approach would be to have one directory for the product files, and then one directory for each customization. e.g. my_top/product my_top/custom1 my_top/custom2 ... Then use modules (look up ampersand modules) so that you can say cvs co foo and foo expand

Product management with CVS

2004-02-09 Thread Nicolas . ng . Gauthier
Hi there, I have the following situation which I guess is a basic one, and I wonder which usage of CVS is the most appropriate before to take actions. - I manage a product including mainly java files, + some binaries - many projects are (and will be) 'clients' of this product - project specific d