Hi,

we auto-generate a page called "cvs-usage.html" on the turbine-site
repo where the developer cvs access is described as

export CVS_RSH=ssh
cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co jakarta-turbine-2

this is pretty much wrong. It should be

export CVS_RSH=ssh
cvs -z3 -d :ext:<username>@cvs.apache.org:/home/cvs co jakarta-turbine-2

This seems to be an error in the cvs-usage template from maven as it
is wrong on jakarta-turbine-site and jakarta-turbine-2 though the
project.xml is correct:

<developerConnection>scm:cvs:ext:[EMAIL 
PROTECTED]:/home/cvs:jakarta-turbine-site</developerConnection>
<developerConnection>scm:cvs:ext:[EMAIL 
PROTECTED]:/home/cvs:jakarta-turbine-2</developerConnection>

Maven gurus to the rescue. ;-)

        Regards
                Henning





-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

Java, perl, Solaris, Linux, xSP Consulting, Web Services 
freelance consultant -- Jakarta Turbine Development  -- hero for hire

--- Quote of the week: "It is pointless to tell people anything when
you know that they won't process the message." --- Jonathan Revusky

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

Reply via email to