zeroshade commented on code in PR #249:
URL: https://github.com/apache/arrow-go/pull/249#discussion_r1913964812
##########
dev/release/release.sh:
##########
@@ -57,7 +57,7 @@ gh release download "${rc_tag}" \
echo "Uploading to release/"
pushd "${dist_base_dir}"
-svn add .
+svn add "${release_id}"
Review Comment:
yea, I get
```console
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
```
when I use ".", which is fixed if I use the directory name
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]