This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawmmqnZzN5GP4w2m85_bSx7WSi0pMZvUVn8 2014-07-01 10:43:57 +00:00 committed by admin
parent fd23e819c5
commit a3761d6f89

View file

@ -0,0 +1,14 @@
### Please describe the problem.
Files transferred from one repository to a standard remote by the assistant do not retain the original mtime
### What steps will reproduce the problem?
Create manually two repositories, in my case on two external drives directly connected to my box, with normal remotes pointing to each other.
Activate git annex assistant and synchronize some files from one to the other.
### What version of git-annex are you using? On what operating system?
Git annex version 5.20140610-g5ec8bcf on Ubuntu Linux 12.04
### Please provide any additional information below.
I've noticed how files synchronized from one repository to another do not retain the original mtime information.
Perhaps it's intended, but in my view retaining the time of modification of the object is essential.