FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GH-512: [Release] Fix `svn add` target by kou · Pull Request #513 · apache/arrow-java · GitHub

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

Merged
kou merged 1 commit into
apache:mainfrom
kou:release-fix-svn-add-target
Jan 14, 2025
Merged

GH-512: [Release] Fix svn add target#513
kou merged 1 commit into
apache:mainfrom
kou:release-fix-svn-add-target

Conversation

kou commented Jan 14, 2025

Copy link
Copy Markdown
Member

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 merged commit 1d4b757 into apache:main Jan 14, 2025
kou deleted the release-fix-svn-add-target branch January 14, 2025 01:46
lidavidm added this to the 18.2.0 milestone Jan 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL