Re: CVS checkout from tag using maven

2008-04-22 Thread Sowmya . R
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:cvs:pserver:${myname}:[EMAIL PROTECTED]<[EMAIL 
> > PROTECTED]>
> :
> > //CVSHOME:aa/bb/${mybranch}
> >
> >  scm:cvs:pserver:${myname}:${
> [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> > //CVSHOME:aa/bb/${mybranch}
> >scm:cvs:pserver:${myname}:[EMAIL PROTECTED]<[EMAIL PROTECTED]>
> :
> > /istcvs/CVSHOME:aa/bb/${mybranch}
> >${mytag_1}
> >  
> > --
> >
> >
> > 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


Re: CVS checkout from tag using maven

2008-04-22 Thread Wayne Fay
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:cvs:pserver:${myname}:[EMAIL PROTECTED]:
> //CVSHOME:aa/bb/${mybranch}
>
>  scm:cvs:pserver:${myname}:[EMAIL PROTECTED]:
> //CVSHOME:aa/bb/${mybranch}
>scm:cvs:pserver:${myname}:[EMAIL PROTECTED]:
> /istcvs/CVSHOME:aa/bb/${mybranch}
>${mytag_1}
>  
> --
>
>
> 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]



CVS checkout from tag using maven

2008-04-22 Thread Sowmya . R
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:cvs:pserver:${myname}:[EMAIL PROTECTED]:
//CVSHOME:aa/bb/${mybranch}

 scm:cvs:pserver:${myname}:[EMAIL PROTECTED]:
//CVSHOME:aa/bb/${mybranch}
scm:cvs:pserver:${myname}:[EMAIL PROTECTED]:
/istcvs/CVSHOME:aa/bb/${mybranch}
${mytag_1}
  
-- 


and command   to checkout is - mvn -Dmyname=$NAME
-Dmypass=$PASS -Dmybranch=$Abranch -Dmytag_1=$mytag  scm:checkout


Regads,

Sowmya.R