svn revert from changeset

svn

Solution

Solved: svn merge -r1234:4321 path/to/yourfile path/to/thefileyouwanttogobackto,

where 1234 is your revision 4321 is the revision you want to go back to.

Problem

Is there a way to revert from a particular changeset? The changes has been committed, as I see from the changeset. Now, I want to revert back the files from before they were committed. I did svn revert path/to/file but it's not asking for a password or anything. Nothing is happening.

Original source