Hi all,
  I've tested the plugin but cannot produce/prepare a release cause it
looks to wrong path for the tags subdir.

I could be (probably) i've something wrong on my settings anyway here it goes.

I got this repository settings within project.xml
<repository>
    
<connection>scm|svn|https://myhost.mydomain/repos/mainproject/subproject</connection>
   
<developerConnection>scm|svn|https://myhost.mydomain/repos/mainproject/subproject</developerConnection>
    
<url>https://myhost.mydomain/viewcvs.cgi/subproject/trunk/?root=mainproject</url>
</repository

These are the ids

<artifactId>subproject</artifactId>
  <name>subproject</name>
  <groupId>mainproject</groupId>
  <id>subproject</id>

I've also settled maven.scm.svn.root and .method within project.properties.

When i run scm:prepare-release it ask me for a tag and a version name
then modify the project.xml an commit to the repository accordingly
but when it comes to tag the source tree it try to tags within the
wrong directory.
These are the messaged from maven while it try to tag the source in
the repository:
Provider message:
The svn tag command failed.
Command output:
svn: Commit failed (details follow):
svn: PROPFIND request failed on '/repos/mainproject/tags'
svn: '/repos/mainproject/tags' path not found


At the end it goes to:
https://myhost.mydomain/repos/mainproject/tags/RELEASE_1_0
while it should go (for what i can imagine):
https://myhost.mydomain/repos/mainproject/subproject/tags/RELEASE_1_0

The svn repository is correctly working and has all the directory needed.

Any hint is appreciated, thanks

Regards
-- 
Massimo

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

Reply via email to