info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: .cvsignore not ignoring directories with CVS subdirectories


From: Pierre Asselin
Subject: Re: .cvsignore not ignoring directories with CVS subdirectories
Date: Sat, 17 May 2008 00:43:34 +0000 (UTC)
User-agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (NetBSD/3.1_RC3 (i386))

jdege <address@hidden> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]