I am using Subversion 1.6.11 (on Unix) and am trying to use svn export to get the head of the SVN repository in order to later rsync with my webserver.
My problem is that all the exported directories have the current time (= when the svn export was performed) instead of the last modified timestamp of the SVN revision.
All the files on the other hand have the correct timestamp.
-
How can I get the
last modified timestampof my directories as well? -
I read that Subversion 1.7 tweaked the way they handle versioning on directories, but would upgrading really help me in with this problem?
svn ls -v REPO_PATHorsvn ls -v -R REPO_PATHin bad case will show you last commit time for dir, you have only touch exported tree