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

2001-02-24 Thread David L. Martin
From: "Laine Stump" [EMAIL PROTECTED] 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,

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

2001-02-24 Thread Dennis Jones
nt: Saturday, February 24, 2001 11:07 AM Subject: Re: Adding new files to branch puts them in the Attic? From: "Laine Stump" [EMAIL PROTECTED] 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 fil

Adding new files to branch puts them in the Attic?

2001-02-23 Thread Dennis Jones
Hi, I am seeing something that, while it is not harmful, seems very strange. 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