Skip to content

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

@koukou commented Jan 14, 2025

Copy link
Copy Markdown
Member

FixesGH-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

FixesapacheGH-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:mainJan 14, 2025
@kou
kou deleted the release-fix-svn-add-target branch January 14, 2025 01:46
@lidavidmlidavidm added this to the 18.2.0 milestone Jan 30, 2025
Sign up for freeto 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

@kou@lidavidm