y1chi commented on code in PR #22072:
URL: https://github.com/apache/beam/pull/22072#discussion_r908744596


##########
release/src/main/scripts/preparation_before_release.sh:
##########
@@ -28,6 +28,16 @@ BEAM_REPO=beam
 
 cd ~
 
+echo "-----------------Checking svn installation-----------------"
+if [[ -z `which svn` ]]; then
+  echo "You don't have subversion (svn) installed."
+  echo "Please install it in a different terminal and press any key to 
continue."

Review Comment:
   do you need wait for prompt input here 



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