With import you make vendor branches. Is this what you want or a normal branch? Vendor branches is ment for tracking 3rd party sources. And they do appear in the HEAD unless the main trunk already contains the files modified. For normal branches you have to use tag command. See Cederqvist chapter 5
- rami >-----Original Message----- >From: John Keyes [mailto:[EMAIL PROTECTED] >Sent: Saturday, November 29, 2003 4:49 AM >To: Jakarta Commons Developers List >Subject: [general] CVS import > > >I am trying to do a cvs import onto a branch but I can't >get it to work, the files go on to HEAD. Has anyone >done this successfully before? > >So I want to import the code onto CLI_2_DEV_BRANCH (1.1.2). >I use the following command: > >cvs -d [EMAIL PROTECTED]:/home/cvs import -b 1.1.2 -m "cli2 WIP" >jakarta-commons/cli/src/java/org/apache/commons/cli2 OXSPRING CLI_WIP_2 > >The classes aren't imported onto the branch though! Can >any cvs gurus shed some light on this? > >Thanks, >-John K > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
