info-cvs
[Top][All Lists]
Advanced

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

Re: Partial checkout of an ampersand module


From: Pierre Asselin
Subject: Re: Partial checkout of an ampersand module
Date: 5 Feb 2002 23:18:14 -0600

"Bill Biessman" <address@hidden> writes:

>QUESTION:
>Is there a way to check out just one file from the tree below an ampersand
>module specifying the complete path?

>MORE DETAIL:
>############
>I have a line in my modules file that looks like:
>whole_thing    &part_one &part_two

First of all, you can already check out part_one by itself:
    cvs checkout part_one

If you really want a single file from part_one, figure out what
part_one is.  There should be a line in the modules file that says
something like

    part_one    path/to/part_one

You can then do
    cvs checkout path/to/part_one/subdir/myfile

and you will get myfile, 4 directories deep.

>...
>look at the file for a while with a script, and then:
>cvs update -C -P -d whole_thing
>to get the rest of the files in the project.

Won't work.  Commit myfile from your deep sandbox and wipe out the
sandbox.  Then do a full checkout of whole_thing.  But if you're going
to check out whole_thing eventually, why not do it up front and keep
it checked out?

--
Pierre Asselin
Westminster, Colorado


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----


reply via email to

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