Creating recreatable tar.gz from SVN

I was searching for an equivalent of git-archive for creating a bit identical version of the tar.gz each time I run it. I couldn't find anything like that and `svn export .. && tar cvfz .. ` will result in different hash sums for different people/time it gets started. This has different reasons:

More...