0

I have installed on Window 10 TortoiseSVN, an recently Git and TortoiseGit. Up to now I have only used TortoiseSVN.

I would like to convert my SVN repository into Git.

In the Internet I found the following link, which describes how the conversion can be done.

https://smexyyweby.wordpress.com/2013/09/13/clone-svn-repository-to-git-using-tortoisegit-on-windows/

I tried it and everything went well, except the modfied date of all files is set to the actual date.

How can the files in the cloned Git repository can keep the modified date as it is in the SVN repository?

zett42
  • 25,437
  • 3
  • 35
  • 72
len
  • 749
  • 1
  • 8
  • 23
  • Possible duplicate of [What's the equivalent of use-commit-times for git?](https://stackoverflow.com/questions/1964470/whats-the-equivalent-of-use-commit-times-for-git) – phd Jan 12 '19 at 16:33
  • https://stackoverflow.com/search?q=%5Bgit%5D+preserve+file+timestamp – phd Jan 12 '19 at 16:33
  • 3
    Short answer: no, git doesn't preserve timestamps on files, only on commits. – phd Jan 12 '19 at 16:33

0 Answers0