Yes but this still creates the pollywog main directory...for example,
I have a project in cvs named pollywog.  I want to check out it's
contents to the root of apache so I would use:

 <cvs
   cvsRoot="/home/dev/"
   package="pollywog"
   dest="httpd/htdocs"
   command="checkout -d pollywog"/>


After this checkout, I have httpd/htdocs/pollywog which is what I
don't want...I don't want the top level pollywog directory, just want
all if it's contents checked out to htdocs.

Thanks!

On Mon, 21 Feb 2005 13:08:28 +0100, Yves Martin <[EMAIL PROTECTED]> wrote:
> blackwater dev <[EMAIL PROTECTED]> writes:
> 
> > I am using the cvs task:
> >
> > <cvs cvsRoot="/home/dev/"
> >          package="pollywog"
> >        dest="web/package/"
> >   />
> >
> > The problem is, when I check it out..I get web/package/pollywog...etc
> > but I want to grab all of the files under pollywog but not the actual
> > root folder of pollywog...can I specify this in the task?
> 
>  You should invoke cvs that way:
> 
> <cvs
>   cvsRoot="/home/dev/"
>   package="pollywog"
>   dest="web/package/"
>   command="checkout -d pollywog"/>
> 
>  Regards,
> --
> Yves Martin
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to