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
I'm not a CVS guru, but I spent a few minutes looking around on google
groups, and I don't think that you can do it in this way.
Here's a quote I found:
"Import puts things onto a vendor branch, which is special. In
particular, things on vendor branches are also on the trunk."
So maybe you'll
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"
jak