You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by "Henning P. Schmiedehausen" <hp...@intermeta.de> on 2003/06/24 09:31:41 UTC

CVS errors (in maven?)

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:anoncvs@cvs.apache.org:/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:${maven.username}@cvs.apache.org:/home/cvs:jakarta-turbine-site</developerConnection>
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:jakarta-turbine-2</developerConnection>

Maven gurus to the rescue. ;-)

	Regards
		Henning





-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
hps@intermeta.de        +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: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org