> > By the way, are there any funky issues with intermixing
> > of checked out directories from different repositories 
> > in the same directory tree?
> 
> Same tree no problem, same directory now that would require 
> some thinking. How would you get CVS directory to point to two
repositories? 
> I've never done that.

Note that I said "checked out directories".

E.g. directory A is checked out from repository R1,
and A/CVS points to R1.

Subdirectory A/B is checked out from repository R2.
Subdirectory A/C is checked out from repository R3.
Works fine - A/CVS, A/B/CVS, A/C/CVS all are separate
- so long as you have TopLevelAdmin=no.
Fails when TopLevelAdmin=yes.

Not file A/file2 from R2, A/file3 from R3. 
Doesn't work because of single A/CVS.

The usual CVS directory granularity issue.

Reply via email to