On Thu, Apr 25, 2013 at 3:34 PM, C M <cmanalys...@gmail.com> wrote:
> I am certain there is simple way out of this situation.
>
> Some files were committed to trunk which have incorrect updates.
>
> What's the easiest way to roll back to the previous versions (before the
> erroneous changes were committed)?
>
> Should I checkout the previous revision and commit them over the erroneous
> changes? Or is there some way to handle this?

Perform a "reverse merge" to back out the change & keep your history
intact. 
http://svnbook.red-bean.com/en/1.7/svn.branchmerge.basicmerging.html#svn.branchmerge.basicmerging.undo

Reply via email to