You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Peter Rader (JIRA)" <ji...@apache.org> on 2016/12/04 13:12:59 UTC

[jira] [Comment Edited] (MRELEASE-970) Recursion in checkout

    [ https://issues.apache.org/jira/browse/MRELEASE-970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15719921#comment-15719921 ] 

Peter Rader edited comment on MRELEASE-970 at 12/4/16 1:12 PM:
---------------------------------------------------------------

The  {{scm.connection}} is in this file: [http://www.vectorpublish.net/svn/Vectorpublish/trunk/pom.xml] and this is the content:

{code:xml}
        <scm>
		<url>http://www.vectorpublish.net/svn/Vectorpublish</url>
		<connection>scm:svn:http://www.vectorpublish.net/svn/Vectorpublish</connection>
		<developerConnection>scm:svn:svn+ssh://root@www.vectorpublish.net/Vectorpublish</developerConnection>
	</scm>
{code}

The create-tag works great. But it copy the parent of the trunk.



After {{release:prepare release:perform}} I have to modify the created tag: 
1. remove {{brachnes}} and {{tags}} from the tag. 
2. move *.* from the {{trunk}} to the parent folder (the tag root}}.
3. remove the empty folder {{trunk}} from the tag.


was (Author: grim):
The  {{scm.connection}} is in this file: [http://www.vectorpublish.net/svn/Vectorpublish/trunk/pom.xml] and this is the content:

{code:xml}
        <scm>
		<url>http://www.vectorpublish.net/svn/Vectorpublish</url>
		<connection>scm:svn:http://www.vectorpublish.net/svn/Vectorpublish</connection>
		<developerConnection>scm:svn:svn+ssh://root@www.vectorpublish.net/Vectorpublish</developerConnection>
	</scm>
{code}

The create-tag works great. But it copy the parent of the trunk.

> Recursion in checkout
> ---------------------
>
>                 Key: MRELEASE-970
>                 URL: https://issues.apache.org/jira/browse/MRELEASE-970
>             Project: Maven Release Plugin
>          Issue Type: Bug
>          Components: perform
>    Affects Versions: 2.3.2, 2.5.3
>         Environment: Linux64
>            Reporter: Peter Rader
>            Priority: Blocker
>         Attachments: bug-release-perform-maven.png, bug-release-perform-maven.txt
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> In releasing a new version a recursion in checkout occours. 
> [ERROR] svn: E155009: Failed to run the WC DB work queue associated with '/home/release/rel/trunk/target/checkout/tags/Vector-Publish-0.9.17/tags/Vector-Publish-0.9.16/tags/Vector-Publish-0.9.15/tags/Vector-Publish-0.9.12/tags/Vector-Publish-0.9.10/net.vectorpublish.desktop.vp/src/main/resources/iconset/FatCow_Icons32x32', work item 399473 (file-install 225 tags/Vector-Publish-0.9.17/tags/Vector-Publish-0.9.16/tags/Vector-Publish-0.9.15/tags/Vector-Publish-0.9.12/tags/Vector-Publish-0.9.10/net.vectorpublish.desktop.vp/src/main/resources/iconset/FatCow_Icons32x32/user_robocop.png 1 0 1 1)
> [ERROR] svn: E000028: Can't create temporary file from template '/home/release/rel/trunk/target/checkout/.svn/tmp/svn-XXXXXX': No space left on device
> Please note: "No space left on device" is not correct, it points to a too-long-directory-path. I have 30GB on svn-server and 1,6GB free on local.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)