jira-importer commented on issue #629:
URL: https://github.com/apache/maven-scm/issues/629#issuecomment-2964607877

   **[Kent 
Lam](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kentlam)** 
commented
   
   I made a bat file to do the release, this is what i do in the script until 
this problem is fixed:
   
   echo Preparing the release...
   call mvn release:clean release:prepare -Darguments=-Pproduction
   if %ERRORLEVEL% NEQ 0 goto retry
   
   :retry
   echo !!! Failure could be due to SVN 1.5 problem of tagging 
http://jira.codehaus.org/browse/SCM-406, Going to update, then retry mvn 
release:prepare!!!
   svn up
   call mvn release:prepare -Darguments=-Pproduction
   if %ERRORLEVEL% NEQ 0 goto failed
   goto preparesuccess
   
   :preparesuccess
   echo *** Please confirm that the Prepare was successful!
   echo *** Ctrl-C if the Prepare was NOT successful.
   pause
   
   :failed
   cd
   echo !!! Failed to release!  Please fix issues and rerun script.
   goto finished
   
   


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to