C M wrote: >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)?
another way is to delete the trunk and reestablish it by copying the last correct trunk revision. This way a log of trunk head won't show the intermediate (between the revision of the copy source ad the copy itself) commits to trunk. Only the copy of the earlier revision will show up. ---x--- .... ---y z--- ... \ / ------------- If there was only one objectionable commit I would go with the reverse merge though. -- Lorenz