Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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.