RE: Info-cvs Digest, Vol 8, Issue 6

2003-07-05 Thread Matthew Herrmann
Hi Jeff, (...my input into the debate) The best way IMHO to do such code sharing is to mimic the behaviour of the 'modules' command by including the following in your build script: cvs co utils -- this variant means that this code is designed to run on the absolute latest version of utils. cvs

Re: Info-cvs Digest, Vol 8, Issue 6

2003-07-05 Thread Larry Jones
Matthew Herrmann writes: > > The only caveat to this approach is that "cvs tag" should not be used, only > "cvs rtag" since you risk polluting your utils project with TAGS from > multiple projects otherwise. This caveat is not a drawback for me since I > consider "cvs tag" a dangerous option. Why