You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Fredy <so...@email.de> on 2006/02/01 12:54:38 UTC

[m2] Problems with release:perform and cvs (no such repository)

Hi,
the output of the goal:

[DEBUG]   (f) urlScm = scm:cvs:pserver:<name>:<pass>@<server>:/opt/cvs/cvsroot:kdg_common
[DEBUG] -- end configuration --
[INFO] [release:prepare]
[INFO] Verifying there are no local modifications ...
Provider message:
The cvs command failed.
Command output:
/opt/cvs/cvsroot
: no such repository

I've configured the scm in pom:

	<scm>
		<connection>
			scm:cvs:pserver:<name>:<pass>@<server>:/opt/cvs/cvsroot:kdg_common
		</connection>
		<developerConnection>
			scm:cvs:pserver:<name>:<pass>@<server>:/opt/cvs/cvsroot:kdg_common
		</developerConnection>
		<tag></tag>
		<url>kdg_common</url>
	</scm>

If I execute "cvs -d:pserver:<name>:<pass>@<server>:/opt/cvs/cvsroot checkout kdg_common" on windows commandLine it works fine!

Where is the problem?

Fredy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org