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