dave2wave commented on code in PR #159: URL: https://github.com/apache/otava/pull/159#discussion_r3275095238
########## 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: While it may be better to use SVN move. SVN import is also effective. On another note. The new Apache Trusted Release platform is about to be ready for Alpha3 and this will automate many of the release steps. -- 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]
