Yes, that's what happened. Yeah, I still assume /tag/ name should be different from branch name, at least for svn.
Kristian 2015-04-22 7:58 GMT+02:00 Chris Graham <[email protected]>: > If you add some tests, please make sure that can still release from branches, > as all of my corporate work was like that. > > There were some circumstances when a release would go nuts, and the URL in > the SCM section of the Pom was not left as trunk or branches, but the tag > itself. > > Is that what happened here? > > -Chris > > Sent from my iPhone > > On 22/04/2015, at 3:21 PM, Kristian Rosenvold <[email protected]> > wrote: > >> Thanks a lot Adrien, that seemed to fix it ! >> >> I'll see if I can add a test for this to the release plugin itself. >> >> Kristian >> >> >> 2015-04-21 22:24 GMT+02:00 Adrien Rivard <[email protected]>: >>> Looks like to me it is trying to copy the tag to the tag. >>> SCM url should contains "trunk" before starting the release. It is >>> currently wrong, not sure if it was the case before though your first >>> release though. >>> >>> >>> >>> On Tue, Apr 21, 2015 at 9:09 PM, Robert Scholte <[email protected]> >>> wrote: >>> >>>> different versions of svn clients? svn version of sources not in sync with >>>> client? >>>> >>>> Op Tue, 21 Apr 2015 19:58:31 +0200 schreef Kristian Rosenvold < >>>> [email protected]>: >>>> >>>> >>>> I have >>>>> >>>>> 140.211.11.105 svn.apache.org in /etc/hosts, which should solve /that/ >>>>> problem. >>>>> >>>>> I'm particularly wondering about this part of the message, is this >>>>> some kind of internal svn uri ? >>>>> >>>>> [ERROR] svn: E160013: >>>>> >>>>> '/repos/asf/!svn/rvr/1675172/maven/plugins/tags/maven-assembly-plugin-2.5.4' >>>>> >>>>> >>>>> 2015-04-21 19:55 GMT+02:00 Robert Scholte <[email protected]>: >>>>> >>>>>> European timing issue? >>>>>> http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env >>>>>> >>>>>> >>>>>> Op Tue, 21 Apr 2015 19:51:59 +0200 schreef Kristian Rosenvold >>>>>> <[email protected]>: >>>>>> >>>>>> I'm trying to tag assembly-plugin, but get the following error - any >>>>>>> ideas >>>>>>> ? >>>>>>> >>>>>>> [INFO] Executing: /bin/sh -c cd >>>>>>> /home/release15/trunk/maven-assembly-plugin && svn --non-interactive >>>>>>> copy --file /tmp/maven-scm-1432262679.commit --parents --revision >>>>>>> 1675172 >>>>>>> >>>>>>> https://svn.apache.org/repos/asf/maven/plugins/tags/maven-assembly-plugin-2.5.4 >>>>>>> >>>>>>> >>>>>>> https://svn.apache.org/repos/asf/maven/plugins/tags/maven-assembly-plugin-2.5.4 >>>>>>> >>>>>>> [INFO] Working directory: /home/release15/trunk/maven-assembly-plugin >>>>>>> >>>>>>> [INFO] >>>>>>> ------------------------------------------------------------------------ >>>>>>> >>>>>>> [INFO] BUILD FAILURE >>>>>>> >>>>>>> [INFO] >>>>>>> ------------------------------------------------------------------------ >>>>>>> >>>>>>> [INFO] Total time: 35.675s >>>>>>> >>>>>>> [INFO] Finished at: Tue Apr 21 19:48:47 CEST 2015 >>>>>>> >>>>>>> [INFO] Final Memory: 18M/309M >>>>>>> >>>>>>> [INFO] >>>>>>> ------------------------------------------------------------------------ >>>>>>> >>>>>>> [WARNING] The requested profile "nexus" could not be activated because >>>>>>> it does not exist. >>>>>>> >>>>>>> [ERROR] Failed to execute goal >>>>>>> org.apache.maven.plugins:maven-release-plugin:2.5.1:prepare >>>>>>> (default-cli) on project maven-assembly-plugin: Unable to tag SCM >>>>>>> >>>>>>> [ERROR] Provider message: >>>>>>> >>>>>>> [ERROR] The svn tag command failed. >>>>>>> >>>>>>> [ERROR] Command output: >>>>>>> >>>>>>> [ERROR] svn: E160013: >>>>>>> >>>>>>> >>>>>>> '/repos/asf/!svn/rvr/1675172/maven/plugins/tags/maven-assembly-plugin-2.5.4' >>>>>>> path not found >>>>>>> >>>>>>> [ERROR] -> [Help 1] >>>>>>> >>>>>>> [ERROR] >>>>>>> >>>>>>> --------------------------------------------------------------------- >>>>>>> To unsubscribe, e-mail: [email protected] >>>>>>> For additional commands, e-mail: [email protected] >>>>>>> >>>>>> >>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> To unsubscribe, e-mail: [email protected] >>>>>> For additional commands, e-mail: [email protected] >>>>>> >>>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [email protected] >>>>> For additional commands, e-mail: [email protected] >>>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>>> >>> >>> >>> -- >>> Adrien Rivard >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
