Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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