Commit project file system to its SCM Web Service
This web service commits a RapidDeploy project file system to its SCM tool.
Example request
PUT http://localhost:8090/MidVision/ws/project/wsProject01/commitToScm HTTP/1.1 Accept-Encoding: gzip,deflate Authorization: ******************** Host: localhost:8090 Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
Example Response
<html> <head> <title>commitToScm</title> <link href="http://localhost:8090/MidVision/ui/javax.faces.resource/components.css?ln=primefaces" rel="stylesheet" type="text/css"/> </head> <body> <div style="border-bottom: 0.1em solid black; display: block; height: 30px; margin-bottom: 1em; margin-top: 0.5em; position: relative; width: 100%;"> <h2>commitToScm</h2> </div> <div class="ui-messages ui-widget" aria-live="polite"> <div class="ui-messages-info ui-corner-all"> <ul> <li> <span class="ui-messages-info-summary">commitToScm</span> <br/> <span class="ui-messages-info-detail">SCM for project [wsProject01] has been committed.</span> </li> </ul> </div> </div> </body> </html>