[cvsnt] "cvsnt + ant" are not work well.
s.p. hong
chaya at hitel.net
Mon Jun 16 05:08:13 BST 2003
Dear Sir,
I'm have a problem on using cvsnt in ant script.
My Script is like this,
<target name="cvs" depends="init">
<cvspass
cvsroot=":pserver:anyonymous at 10.1.1.1:/usr/local/cvs
password="anonymous"
/>
<cvs command="export -r HEAD"
cvsRoot=":pserver:anyonymous at 10.1.1.1:/usr/local/cvs
package="MyWork"
dest="."
/>
</target>
This script generate the passfile well, but the cvsnt won't read the
passfile.
It display the following message
[cvs] cvs export: Empty password used - try 'cvs login' with a real password
I have tried this script on 'CVS', and it work well, but it's not work on
'CVSNT'.
Is there are any method to read the passfile on 'CVSNT'??
I hope for your kindly reply.
Thanks.
More information about the cvsnt
mailing list