Hi,

i'm trying to make the final release of maven-reactor-plugin (retiring)...

via mvn release:prepare...

but always getting things like this here:


[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.3.2:prepare (default-cli) on project maven-reactor-plugin: Unable to tag SCM
[ERROR] Provider message:
[ERROR] The svn tag command failed.
[ERROR] Command output:
[ERROR] svn: E175002: Unexpected HTTP status 500 'Internal Server Error' on '/repos/asf/!svn/rvr/1583120/maven/plugins/trunk/maven-reactor-plugin'
[ERROR]
[ERROR] svn: E160006: Additional errors:
[ERROR] svn: E160006: No such revision 1583121
[ERROR] -> [Help 1]
[ERROR]


I've checked the tag does not exist...

$ svn list https://svn.apache.org/repos/asf/maven/plugins/tags/maven-reactor-plugin-1.1 svn: warning: W160013: URL 'https://svn.apache.org/repos/asf/maven/plugins/tags/maven-reactor-plugin-1.1' non-existent in revision 1583121
svn: E200009: Could not list all targets because some targets don't exist

$ svn list https://svn.apache.org/repos/asf/maven/plugins/tags | grep maven-reactor
maven-reactor-plugin-1.0/

Currently i'm working with SVN 1.8. on Mac:

$ svn --version
svn, version 1.8.8 (r1568071)
   compiled Feb 18 2014, 19:46:30 on x86_64-apple-darwin12.4.0

Copyright (C) 2013 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/

The following repository access (RA) modules are available:

* ra_svn : Module for accessing a repository using the svn network protocol.
  - with Cyrus SASL authentication
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  - using serf 1.3.2
  - handles 'http' scheme
  - handles 'https' scheme

any idea? Do i need to change something to get this through ?

Kind regards
Karl-Heinz Marbaise

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to