This will come in handy if the current revision that you’ve updated to had a problem. svn update -r REV or svn merge -r HEAD:REV, where REV is the previous revision number and HEAD is the head revision before the problem occur.
18 Apr 2007
This will come in handy if the current revision that you’ve updated to had a problem. svn update -r REV or svn merge -r HEAD:REV, where REV is the previous revision number and HEAD is the head revision before the problem occur.