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.
Cvsnt stores it's passwords in the registry, so the cvspass task doesn't work for it. As you saw, the cvspass task simply creates the .cvspass file in the appropriate location for unix cvs, it doesn't actually do a cvs login. I've never actually understood the need for the cvspass task, since you can issue a cvs login command and do the same thing in a more portable fashion. In any case, you can issue a cvs login command, either from the ant script or from the command line, and get the same effect. Boyd -----Original Message----- From: cvsnt-bounces at cvsnt.org [mailto:cvsnt-bounces at cvsnt.org]On Behalf Of s.p. hong Sent: Sunday, June 15, 2003 11:08 PM To: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook Subject: [cvsnt] "cvsnt + ant" are not work well. 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. _______________________________________________ cvsnt mailing list cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs