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

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

Closed
kou opened this issue Jan 14, 2025 · 0 comments · Fixed by #513
Closed

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

kou opened this issue Jan 14, 2025 · 0 comments · Fixed by #513
Labels
Type: bug Something isn't working
Milestone

Comments

@kou
Copy link
Member

kou commented Jan 14, 2025

Describe the bug, including details regarding any error messages, version, and platform.

See also: apache/arrow-go#249 (comment)

svn: warning: W150002: '/tmp/arrow-go/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 added the Type: bug Something isn't working label Jan 14, 2025
kou added a commit to kou/arrow-java that referenced this issue Jan 14, 2025
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 closed this as completed in #513 Jan 14, 2025
@kou kou closed this as completed in 1d4b757 Jan 14, 2025
@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
Type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants