You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by client <pr...@proto87.org> on 2005/11/09 20:05:39 UTC

ANT cvs tag error

Hi,
I am having a problem while executing the cvs tag operation in ant. 

Syntax is as below:
       <cvspass cvsroot="${env.CVSROOT}" password="${cvsPassword}"/>
                       <cvs command="tag -R temp-${build.number}" 
cvsRoot="${env.CVSROOT}" package="testRepository" /> 

ERROR is as below:
[cvs] Using cvs passfile: C:\Documents and Settings\Preetham\.cvspass
[cvs] -f server: nothing known about testRepository
[cvs] -f [server aborted]: correct the above errors first! 

However i am using the same command to get the files
cvspass cvsroot="${env.CVSROOT}" password="${cvsPassword}"/>
<cvs command="export -D tomorrow" cvsRoot="${env.CVSROOT}" 
dest="${BUILDDIR}/" package="testRepository" /> 

Any help in this regard would be greatly appreciated. 

Regards
Preetham

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org