Hi folks, this is totally weird ... has anybody seen this? I cannot release currently because the SCM seems to execute an invalid command for svn+ssh protocol when creating the branch. See following log, it's the 2nd execution of the goal (I've embedded the debug output for the config):
========== %< ============ [EMAIL PROTECTED] ~/src/BerliOS/JsUnit $ mvn release:prepare [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] JsUnit Parent [INFO] JsUnit [INFO] JsUnit Ant Task [INFO] JsUnit Maven2 Plugin [INFO] Searching repository for plugin with prefix: 'release'. [INFO] ---------------------------------------------------------------------------- [INFO] Building JsUnit Parent [INFO] task-segment: [release:prepare] (aggregator-style) [INFO] ---------------------------------------------------------------------------- [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-release-plugin:2.0-beta-6:prepare' --> [DEBUG] (f) addSchema = true [DEBUG] (f) autoVersionSubmodules = true [DEBUG] (s) basedir = /home/joehni/src/BerliOS/JsUnit [DEBUG] (f) commitByProject = false [DEBUG] (f) dryRun = false [DEBUG] (f) generateReleasePoms = false [DEBUG] (f) preparationGoals = clean verify [DEBUG] (f) project = [EMAIL PROTECTED] [DEBUG] (f) reactorProjects = [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] [DEBUG] (f) resume = true [DEBUG] (f) scmCommentPrefix = [maven-release-plugin] [DEBUG] (f) settings = [EMAIL PROTECTED] [DEBUG] (f) tagBase = scm:svn:svn+ssh://svn.berlios.de/svnroot/repos/jsunit/tags [DEBUG] (f) updateDependencies = true [DEBUG] (f) useEditMode = false [DEBUG] -- end configuration -- [INFO] [release:prepare] [INFO] Resuming release from phase 'scm-tag' [INFO] Tagging release with the label JsUnit_1-3-RC1... [INFO] Executing: svn --non-interactive copy --file /tmp/maven-scm-987510001.commit . scm:svn:svn+ssh://svn.berlios.de/svnroot/repos/jsunit/tags/JsUnit_1-3-RC1 [INFO] Working directory: /home/joehni/src/BerliOS/JsUnit [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Unable to tag SCM Provider message: The svn tag command failed. Command output: svn: Local, non-commit operations do not take a log message [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4 seconds [INFO] Finished at: Tue Oct 09 23:25:25 CEST 2007 [INFO] Final Memory: 5M/9M [INFO] ------------------------------------------------------------------------ ========== %< ============ The release plugin is 2.0-beta-6. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
