Cannot access a specific tag in CVS

Jean-Philippe Leboeuf <[email protected]> Wed, 12 Jul 2006 14:40:17 +0200
Newsgroups gmane.comp.mozilla.jrex
Message-ID <[email protected]>
Hello,

I tried to download jrex_1_0b1_dom3 tag from CVS but it does not work 
(guest unauthorized ???) from command line.

With CVSGrab+Ant, no problem :
  <property name="cvsgrab.dir" value="C:\Java\CVSGrab\cvsgrab-2.2.2" />
  <taskdef name="cvsgrab" 
classname="net.sourceforge.cvsgrab.CVSGrabTask" 
classpath="${cvsgrab.dir}/lib/cvsgrab.jar"/>
  <target name="download">
    <cvsgrab
        rootUrl="http://www.mozdev.org/source/browse/"
        packagePath="jrex/www/src/JRex/"
        tag="jrex_1_0b1_dom3"
        cvsRoot=":pserver:[email protected]:/cvs"
        verbose="true"
        packageDir="JRex/src"
      />
  </target>

Any idea ?