Hi everyone,

I am just trying to check a taged version out of my cvs.

So far:
--------------
<cvs cvsRoot="${cvs.root}"/>
<cvs dest="${source.dir}" command="co" package="${source}" />
...works fine

<cvs cvsRoot="${cvs.root}"/>
<cvs dest="${source.dir}" command="co" tag="release1_1" package="${source}"
/>
...result in this:
cvs server: Updating de/denic/blocks/abrechnung
cvs server: cannot find module `-r' - ignored
cvs server: cannot find module `release1_1' - ignored
cvs [checkout aborted]: cannot expand modules

Any idea??? I only would like to get:
cvs co -r release1_1 ${source}

Many thanks in advance.

Holger


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

Reply via email to