aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmK0703vNSIQsP1mGf-4MAPnsBZiSc6yVo <Emre@web>2013-10-20 08:53:55 +0000
committerGravatar admin <admin@branchable.com>2013-10-20 08:53:55 +0000
commit3335586ad62240686152b0c0d9afd58739c53584 (patch)
tree7e40af616063a90e33886819b7640dea662f401b /doc/bugs
parent946b08a3ac1349a842f5ef65f3d8a652b67016c0 (diff)
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/file_modification_times.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/file_modification_times.mdwn b/doc/bugs/file_modification_times.mdwn
new file mode 100644
index 000000000..7b5529610
--- /dev/null
+++ b/doc/bugs/file_modification_times.mdwn
@@ -0,0 +1,20 @@
+### Please describe the problem.
+The files created in another remote when syncing is "now" rather than keeping the creation time of the source file. As such, git-annex assistant is removing an important bit of information about the file.
+
+### What steps will reproduce the problem?
+1) create two repositories in your computer using webapp
+2) add files to RepoA, see that they are synced to the RepoB.
+3) check the file modification times from any file manager. you will see that while files in RepoA carry correct modification time, synced file in RepoB carries current time.
+
+### What version of git-annex are you using? On what operating system?
+Ubuntu 13.10 32bit version 4.20130815 from apt-get.
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+
+# End of transcript or log.
+"""]]