jdege <[EMAIL PROTECTED]> wrote:
> Suppose we have a project testlib, and a project testapp, where testlib
> makes use of testapp.
> We would like to be able to checkout testlib as a subdirectory of testapp,
> without making testlib a part of testapp.
I think the problem is that testlib is listed in testapp/CVS/Entries.
If this were on Linux I would try to workaround it this way:
testapp> mkdir temp
testapp> cd temp
temp> cvs checkout testlib
temp> cd ..
testapp> mv temp/testlib testlib
testapp> rmdir temp
--
pa at panix dot com