I am using svn checkout command in a batch file to checkout the my source code folder from SVN and then build the code.
But sometimes checkout fails and thus code build fails as all the folders are not checkedout. So how would one come to know whether checkout has failed so that i can restart the checkout process.