I run sudo svn --username radek update ".$codebase." --force";
from my php script (on SuSE) every night before automation testing starts. So the testing is done on the latest code that was checked in today.
How can I for sure know that svn up
finished successfully? So in case it wasn't the testing is not triggered?