Getting or reverting back to an old version in svn
Mar.18, 2010 in
Blog
people might think svn revert is the answer but it is actually not. To check out an old version of svn,
svn co -r xxx url
where -r is whatever version to checkout. To update the existing version to an old version
svn update -r xxx url












Leave a Reply