info-cvs
[Top][All Lists]
Advanced

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

Re: On creating new branch from trunk, one of the directroy is missing


From: Ted Stern
Subject: Re: On creating new branch from trunk, one of the directroy is missing
Date: Mon, 01 Oct 2007 16:31:41 -0700
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

On 01 Oct 2007 15:17:16 -0700, Terminator wrote:
>
> Folks,
>  Recently i did create a new branch from the trunk using the below
> cmd.
> 1- Created a base tag (cvs rtag rel-2-base test)
> 2- Create a new branch (cvs rtag -r rel-2-base -b rel-2-branch test)
>
> Everything went smooth, Then i did checkout a rel-2-branch and one of
> the directory in the trunk is missing in branch. Can someone help me
> with this. Appreciate your help.
>
> TIA

Was that directory empty?  Do you perhaps have the -P option set for
checkout in your ~/.cvsrc file?

Try this:

    cvs -f checkout -d test.rel-2-branch test

The global -f option bypasses ~/.cvsrc settings.


Otherwise, you might look at the files in that subdirectory and see if
any of them received the tag.

Ted
-- 
 dodecatheon at gmail dot com
 Frango ut patefaciam -- I break so that I may reveal




reply via email to

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