"svn"

revert subversion repository

  • Check out a nice clean working copy.

  • Merge (backwards) changes.

svn merge -r100:70 http://repo.com/my/project/trunk
  • Check sanity. Is your working copy exactly what you wanted? If so:
    svn commit -m "rolled back to the good old days of r70

create subversion server ...

more ...