Skip to content

Conversation

@kou
Copy link
Member

@kou kou commented Jan 14, 2025

Fixes GH-512.

We can't use svn add . here. If we use ., we'll get the following error:

svn: warning: W150002: '/tmp/arrow-java/dev/release/dist' is already under version control
svn: E200009: Could not add all targets because some targets are already versioned
svn: E200009: Illegal target for the requested operation

Fixes apacheGH-512.

We can't use `svn add .` here. If we use `.`, we'll get the following
error:

    svn: warning: W150002: '/tmp/arrow-java/dev/release/dist' is already under version control
    svn: E200009: Could not add all targets because some targets are already versioned
    svn: E200009: Illegal target for the requested operation
@kou kou merged commit 1d4b757 into apache:main Jan 14, 2025
20 of 21 checks passed
@kou kou deleted the release-fix-svn-add-target branch January 14, 2025 01:46
@lidavidm lidavidm added this to the 18.2.0 milestone Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Release] dev/release/release.sh will be failed with svn add

2 participants