Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-512: [Release] Fix svn add target #513

Merged
merged 1 commit into from
Jan 14, 2025

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