Change history of SVN repository
Wednesday, April 15th, 2015 by Jesper Rønn-JensenSomebody asked me if it’s possible to change history of an SVN repository like you can do in Git. The easiest parts to change are: commit date commit log message With this, you can easily modify time stamps if, for instance, your svn server clock is wrong. Step 1: Modify repository to accept property changes […]