To change svn revision text

Posted by uzay95 on Stack Overflow See other posts from Stack Overflow or by uzay95
Published on 2010-04-28T14:41:35Z Indexed on 2010/04/28 14:43 UTC
Read the original article Hit count: 181

Filed under:
|
|

I wrote a script which can auto commit in every 10 minutes. But it's commit message always same ("Code saved"). But i want to change some of them which are milestone.

This is my auto commit script:

cd c:\inetpub\wwwroot\siteCodes
svn commit -m "Code Saved"

How can i write a script which can give me a chance to write revision number and new commit message.

© Stack Overflow or respective owner

Related posts about svn

Related posts about commit-message