Is there some way how to commit into the SVN repository with old time / date or how to edit the time / date post commit?
I have some archived sources which are very
What I did eventually was:
svnadmin dump
the repositorysvnadmin load
The steps above seem easier to me than installing the pre-revprop-change
hook. (The one we currently have in place allows editing log message only.)
Note: instead of changing system date it would be also possible to edit the date in the dump file before loading it.