info-cvs
[Top][All Lists]
Advanced

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

Re: Adding new files to branch puts them in the Attic?


From: Laine Stump
Subject: Re: Adding new files to branch puts them in the Attic?
Date: 23 Feb 2001 22:16:22 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

"Dennis Jones" <address@hidden> writes:

> I am working on a branch in which I am doing some side development.  If
> everything goes as planned, then this branch will eventually get merged into
> the main trunk.  The wierd thing is that when I add new files or directories
> to this branch, all the new files end up in Attic subdirectories in the
> repository.  Why is that?  Shouldn't files only go into the Attic when they
> are removed, not added? 

Files go into the Attic when they don't exist on the trunk. If a file
is added on a branch, it doesn't exist on the trunk, so the ,v file
goes in the Attic. When you want to merge your work into the trunk,
you'll need to add those new files on the trunk, after which the ,v
file will be moved out of the Attic.



reply via email to

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