On Thu, Feb 09, 2012 at 07:52:44AM -0500, Jiri B wrote: > On Thu, Feb 09, 2012 at 01:16:10PM +0100, Jan Stary wrote: > > > +it maybe wise to issue a command sequence like the following: > > > +<pre> > > > + # <strong>cd /usr/src</strong> > > > + # <strong>find . -path '*CVS/Root' | xargs rm</strong> > > > + # <strong>cvs -d anon...@anoncvs.ca.openbsd.org:/cvs -q up -Pd</strong> > > > +</pre> > > > </ul> > > Never ever! For example if we would talk about ports tree, 'mystuff' could > get taken from different cvs repo. CVS works like this, you can have multiple > cvs repos inside the tree, it is by design. > > Instead of this silly command above, better to tell people to start learning > cvs :) > > jirib
Still the observation stands. -Otto