From 371bb3a671c7ca39cf2d7539882436958493be54 Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7" Date: Tue, 9 Apr 2013 11:34:18 +0000 Subject: [PATCH] --- ...pository_on_USB_drive_causes_sync_loop.mdwn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/Add_another_repository_on_USB_drive_causes_sync_loop.mdwn diff --git a/doc/bugs/Add_another_repository_on_USB_drive_causes_sync_loop.mdwn b/doc/bugs/Add_another_repository_on_USB_drive_causes_sync_loop.mdwn new file mode 100644 index 0000000000..5125a030e0 --- /dev/null +++ b/doc/bugs/Add_another_repository_on_USB_drive_causes_sync_loop.mdwn @@ -0,0 +1,18 @@ +What steps will reproduce the problem? + +Mount USB drive formatted as FAT +Make directory for repository in it. +Set up another repository and choose to sync it with the existing one. + +What is the expected output? What do you see instead? +The files should transfer from the main repository to the directory on the USB drive. +This happens, but afterwards a new sync happens from the USB drive repository back to the other existing repositories, because the file date of all the files on the USB drive has been set to today. +Further, git seemed to keep the USB key locked so umount was impossible until after killing it. + +What version of git-annex are you using? On what operating system? +4.20130405 +Linux + +Please provide any additional information below. + +