Hi,    Can you please provide me full details to do tag checkout from CVS
using maven. I have to do checkout from command-line using

mvn scm:checkout.



On Tue, Apr 22, 2008 at 9:57 PM, Wayne Fay <[EMAIL PROTECTED]> wrote:

> Does it work if you put the tag etc directly in the pom rather than
> using -D properties?
>
> Unless and until this works successfully, it won't work from the
> command line either. So make sure that works first.
>
> Wayne
>
> On 4/22/08, Sowmya. R <[EMAIL PROTECTED]> wrote:
> > Hi,
> >      I am checking out the project from CVS using maven only from HEAD.I
> > want to checkout using tag But I am not able to checkout through tag.
> > Please help me out from this issue
> >
> > I am using like this
> >
> >  <scm>
> >    <connection>scm:cvs:pserver:${myname}:[EMAIL PROTECTED]<[EMAIL 
> > PROTECTED]>
> :
> > /yyyy/CVSHOME:aa/bb/${mybranch}</connection>
> >
> >  <developerConnection>scm:cvs:pserver:${myname}:${
> [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> > /yyyy/CVSHOME:aa/bb/${mybranch}</developerConnection>
> >    <url>scm:cvs:pserver:${myname}:[EMAIL PROTECTED]<[EMAIL PROTECTED]>
> :
> > /istcvs/CVSHOME:aa/bb/${mybranch}</url>
> >    <tag>${mytag_1}</tag>
> >  </scm>
> > --
> >
> >
> > and command   to checkout is -             mvn -Dmyname=$NAME
> > -Dmypass=$PASS -Dmybranch=$Abranch -Dmytag_1=$mytag  scm:checkout
> >
> >
> > Regads,
> >
> > Sowmya.R
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Regads,

Sowmya.R

Reply via email to