I am trying to write a .bat file which will take an SVN update (Command: svn update C:/svn/) for me,but some times it is not working as expected its give error like svn: E155004: Working copy 'C:\svn' locked.
So am trying to write a condition based code that will check if svn update is successful or not if not successful by above mentioned error so my .bat file should run svn clean up first and again take update. Can you help me?