What’s the best way to revert a local project, using subversion, to an older version? Bearing in mind I don’t want to change the server version, obviously. I’m merely trying to compare the old to the new.
Would an svn revert -r45678 do it? Or would that change stuff on the server?
Thanks a lot.
You want to svn update -r your working copy to the required revision.