How to save the original file timestamp when checking subversion?

Very similar to How to save the original [commit] timestamp file to Subversion? but I'm interested in keeping the timestamp on the commit side, rather than distributing it on the validation / update side.

In particular, I check some (very old) unversioned files for my shiny new SVN setting, so I will have everything in one place, but I want their timestamps to display the actual modified time, and not the time they were downloaded to the system (which will be almost the same for everyone).

Is there any solution for this? I searched and looked at the SVN documentation available on the Internet, but did not find anything that seems to do what I want.

+4
source share
1 answer

If you understood correctly, it seems that Subversion does not. Here is a long request for what you need: Subversion issue

+4
source

Source: https://habr.com/ru/post/1384971/


All Articles