You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Describe the bug, including details regarding any error messages, version, and platform.
See also: apache/arrow-go#249 (comment)
The text was updated successfully, but these errors were encountered: