When I try to use any of the cvs tasks, like this one:
I get this error:
String shared/src does not match expression ^[A-Za-z0-9][A-Za-z0-9._\-]*$.
My question. How am I supposed to checkout a folder underneith a module?
This should checkout the "src" folder of the "shared" module.
Any ideas
>From: "Young, Jason (GE Infrastructure)" <[EMAIL PROTECTED]>
>Sent: Tuesday, October 12, 2004 7:25 PM
>I have a build system that records each step of a build process. If a
>step succeeds, I add a row to a sql table with a status of 1. If it
>fails, I add that row with a status of 0. What is