It may be silly, but I dont see a space between '-r' and 'p127065_0'.

I mean the command attribute should have been
command="log -r p127065_0 -S"
and not
command="log -rp127065_0 -S"

Regards,
Bijo

_________________________________
Bijo Alex Thomas
DSRC, 6, Smith Road, Chennai - 2
Mail: [EMAIL PROTECTED]
Website: http://dsrc.com



----- Original Message -----
From: "Aaron Jackson" <[EMAIL PROTECTED]>
To: <user@ant.apache.org>
Sent: Thursday, June 16, 2005 06:46 PM
Subject: CVS Log Ant Task


> I'm trying to run the cvs log -r[tag_name] -S command in ant. Log requires
> that there be a module checked out in what ever directory your running
> from. For some reason when I run the ant script it doesn't seem to
> recognize that the revision exists in the module (the command works in
> wincvs). I've included the scripts below.
>
>   <target name="get_conflicting_files" >
>   <cvs
>   cvsRoot=":pserver:${cvs.username}:[EMAIL PROTECTED]:/cvs"
>   package="${repository.name}"
>   dest="${local_cvs_dir}"
>   failonerror="false"
>   quiet="true"
>   />
>   <cvs
>   cvsRoot=":pserver:${cvs.username}:[EMAIL PROTECTED]:/cvs"
>   failonerror="false"
>   command="log -rp127065_0 -S"
>   output="history.txt"
>   />
>   </target>
>
>
> Thanks,
> Yolan
>
> *************************************************
> * Yolan (Aaron Jackson) [EMAIL PROTECTED] *
> *       http://mlug.missouri.edu/~yolan/        *
> *    AIM: YolanLINUX, YolanOTHER, YolanLAPTOP   *
> *                 ICQ: 74624109                 *
> *************************************************
>              *  Doubling Technologies *
>              **************************
>
> ---------------------------------------------------------------------
> 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]

Reply via email to