Hey Guys, I'm trying to figure out how to revert a file committed into svn to an older revision.
Let's say I have a file called /customers/index.php currently at revision 150, and would like to go back to revision 100. it's the only file I would like to revert. What arguments might I need to accomplish this? I'm surfing the web and having problems got this so far: svn merge -r 150:110 /customers/index.php this is typed in my checkout. Is that the correct place for it? Thanks for any assistance. Tom