Hi,

We are using Maven2 2.0.4 with Subversion 1.3 and now we can't make anymore releases. Previously we success.

Here is snippet from parent pom.xml

 <scm>
   <connection>scm:svn:svn://fitst37/income/trunk</connection>
<developerConnection>scm:svn:svn://fitst37/income/trunk</developerConnection>
 </scm>

     <plugin>
       <artifactId>maven-release-plugin</artifactId>
       <configuration>
         <username>saarfmar</username>
         <password>12345</password>
       </configuration>
     </plugin>

Here is output:

[INFO] [release:prepare]
[INFO] Resuming release from phase 'scm-tag'
[INFO] Tagging release with the label 1.0.0...
[INFO] Executing: svn --non-interactive copy --file C:\DOCUME~1\saarfmar\LOCALS~1\Temp\maven-scm-108
0661760.commit . svn://fitst37/income/tags/1.0.0
[INFO] Working directory: C:\temp\income
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Unable to tag SCM
Provider message:
The svn tag command failed.
Command output:
svn: Commit failed (details follow):
svn: Source url 'svn://[EMAIL PROTECTED]/income/trunk' is from different repository

[INFO] ------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.BuildFailureException: Unable to tag SCM
Provider message:
The svn tag command failed.
Command output:
svn: Commit failed (details follow):
svn: Source url 'svn://[EMAIL PROTECTED]/income/trunk' is from different repository

at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor
.java:555)

Anyone have any idea what do to?

Regards,

Markku Saarela

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

Reply via email to