justinmclean commented on code in PR #159:
URL: https://github.com/apache/otava/pull/159#discussion_r3255798742


##########
docs/RELEASE.md:
##########
@@ -376,9 +464,12 @@ Once the release candidate has been reviewed and approved 
by the project and Inc
 In `otava-dist-release-repo`:
 
 ```bash
-cp -r $RELEASE_VERSION-incubating-$RELEASE_CANDIDATE 
$RELEASE_VERSION-incubating
+cp -r $OTAVA_SVN_DEV/$RELEASE_VERSION-incubating-$RELEASE_CANDIDATE 
$OTAVA_SVN_REL/$RELEASE_VERSION-incubating
+cd $OTAVA_SVN_REL
+svn update && svn status

Review Comment:
   It's probably better to use an SVN move command to transfer the RC from the 
dive to the dist area. If you do this, there's no need to check it out, and 
you're 100% that the RC you have voted on is the release.



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

Reply via email to