There should be a modules file in the CVSROOT module. This is where the modules are defined.
https://www.cvshome.org/docs/manual/cvs-1.12.9/cvs_18.html#SEC163
-Rob Anderson
> -----Original Message-----
> From: Ravishankar.Boddu@walgreens.com
> [mailto:Ravishankar.Boddu@walgreens.com]
> Sent: Tuesday, August 31, 2004 3:40 PM
> To: Ant Users List
> Subject: check out from CVS--
>
>
> Hi All
>
> I am trying to checkout a module from the CVS repository using the
> following script
>
> <?xml version ="1.0"?>
> <project name="test" default="get">
> <target name="get" description="Get Files from CVS">
> <echo message="Get source from cvs"> getting from cvs </echo>
> <cvspass
> cvsRoot=":pserver:rxb6@devmss01:/usr/local/cvsroot/pcprepository"
> password="{password}"/>
> <cvs command="checkout"
> cvsRoot=":pserver:rxb6@devmss01:/usr/local/cvsroot/pcprepository"
> package="requesthandler" dest="C:\project" />
> </target>
> </project>
>
> I get the following error
>
> Searching for fetch.xml ...
> Buildfile: C:\BUILDS~1\fetch.xml
>
> get:
> [echo] Get source from cvs getting from cvs
> [cvs] Using cvs passfile: C:\Documents and
> Settings\Boddu\.cvspass
> [cvs] cvs server: cannot find module `requesthandler' - ignored
> [cvs] cvs [checkout aborted]: cannot expand modules
>
> BUILD SUCCESSFUL
>
> Also when I try to checkout using -c option just to see the
> modules , I
> get nothing.
>
> Also I would like to know how do the modules get displayed .?
>
> Does the server have any modules file at CVSROOT???
>
>
> Any Help would be higly appreciated.
>
>
> Thanks a lot
>
> Ravi Shankar Boddu
>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|