[cvsnt] import any new module into a branch with out affecting main stream

Gerhard Fiedler lists at connectionbrazil.com
Thu Dec 20 11:05:47 GMT 2007


Sachin Gowdar wrote:

>  I would like to import a new module in a branch without affecting the main
> stream.
> For example
>  There is a Repository R under that a module/project A is working.And when
> we created a branch of A say A_branch.
> And we start working in branch. And we need to import a module say AA into
> branch A_branch. But it should not add to main stream.

If you add files to the branch, that doesn't affect HEAD as long as you
don't merge the branch to HEAD.

FWIW, I never use the cvs import command anyway; I always use cvs
add/commit.

Gerhard


More information about the cvsnt mailing list