[Zope-Coders] How to CVS import into a branch?
Andreas Jung
andreas@andreas-jung.com
Fri, 01 Nov 2002 10:02:53 +0100
--On Donnerstag, 31. Oktober 2002 20:45 +0000 Toby Dickenson
<tdickenson@geminidataloggers.com> wrote:
> On Thursday 31 October 2002 7:50 pm, Andreas Jung wrote:
>> Well, the subject says it all. I need to import a folder into
>> a CVS branch. Do I have to use the -b to specify the branch but
>> the vendor branch id seems to be something different. Or
>> just using the -r option?
>
> If you dont want to be use the vendor branch, then you dont want 'import'
> at all. I suggest you just use 'cvs add' many times - just like ordinary
> working on a branch.
>
Does not sound like a good plan since you have to add every single and
directory.
Doing this had the effect that all files went to the Attic ;-)
-aj