Hello,
i'm trying to do cvs checkout task using ant script.Here is the script
<project name="build" default="cvscheckout" basedir="..">
<target name="cvscheckout">
<cvs cvsroot="extssh:[EMAIL PROTECTED]:/hello"
package="hello"
dest="home/abc/temp"
/>
</target>
</project>
I have also defined CVS_RSH environment variable,
But i get this message.
cvscheckout:
[cvs] cvs checkout: CVSROOT password specification is only valid for
[cvs] cvs checkout: pserver connection method.
[cvs] cvs [checkout aborted]: Bad CVSROOT: `extssh:[EMAIL
PROTECTED]:/ant'.
BUILD SUCCESSFUL
Total time: 455 milliseconds
When i check the dest ,nothing is happening,Why does it say BUILD
SUCCESSFULL
I'm a beginner in this field,
Can anyone help me with this,and guide me where am i going wrong.
Tia
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]