I'm trying to checkout a module called 'wellsfargo' with the tag v1_6wf
and I'd like the directories created during the checkout.

I run into two problems
 - the cvs task doesn't recognize a tag, and the directories aren't being
created
this command thinks tag is a module
        <cvs cvsRoot="${CVSROOT}"
           command="checkout  -d "
           tag="v1_6wf"
           package="wellsfargo"
           dest="${ROOT_DIR}"
         />

      [cvs] cvs server: cannot find module `v1_6wf' - ignored
      [cvs] cvs [checkout aborted]: cannot expand modules

                                   | Build a man a fire and you keep

Reply via email to