Possible Duplicate:
Subversion: Retract Accidental Checkin
Is there any way to delete the latest revision from SVN?
My latest SVNrevision has several files missing so I would like to switch to my previous revision and carry on from there. Is that possible? Any good suggestions are appreciated. Thanks.
You cannot delete the revision, but you can “undo” it using reverse merge. Here’s an example:
See Undoing Changes in the docs.