SVN( CONDITION BASED ) BATCH FILE
I am trying to write an .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 an 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. If you
any idea about this so help me out.
No comments:
Post a Comment