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: Michael Diers
Subject: Re: On creating new branch from trunk, one of the directroy is missing
Date: Tue, 09 Oct 2007 23:34:32 +0200
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

Terminator wrote:
> Thanks for the information. The directory is empty in the trunk. So i
> guess something went wrong when merging from rel-1-branch to trunk.
> What is the correct way to fix this. Sould i copy the directory from
> rel-1-branch to rel-2-branch and do merge it to the trunk from rel-2-
> branch. Appreciate your help.

Your merge probably went fine. CVS does not really know or care about
directories except as containers for controlled items, or components on
a path to some controlled item. A controlled item is a file, never a
directory. Empty directories tend to disappear from your workspace, for
instance with the idiomatic use of "cvs update -P".

Put a dummy file named ".PRECIOUS" or something into the otherwise empty
directory to make it stay in your workspace.

Or teach your build system to create empty directories as required.

-- 
Michael Diers | elego Software Solutions GmbH


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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