info-cvs
[Top][All Lists]
Advanced

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

Re: branching questions


From: Pierre Asselin
Subject: Re: branching questions
Date: Mon, 12 Feb 2007 01:45:22 +0000 (UTC)
User-agent: tin/1.6.2-20030910 ("Pabbay") (UNIX) (NetBSD/3.1_RC3 (i386))

Seb <address@hidden> wrote:
> What's the best way to create a branch, _omitting_ certain files?

Name the files you want to branch when you create the tags.
For example,

    cvs tag release-bp file1 file2 subdir/file3 ...
    : repeat if there are more files
    cvs tag -b -rrelease-bp release-branch

Alternatively, remove the tag from the files you don't want to branch.

    cvs tag release-bp
    cvs tag -d release-bp excluded1 excluded2 subdir/excluded3 ...
    : repeat if there are more files to exclude
    cvs tag -b -rrelease-bp release-branch

-- 
pa at panix dot com


reply via email to

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