From 4c0e5ea717d37337310b96260ae6bb920bef8cee Mon Sep 17 00:00:00 2001 From: "http://edward.myopenid.com/" Date: Sun, 1 Dec 2013 08:47:13 +0000 Subject: [PATCH 1/2] Added a comment: Same problem on Android 4.3 --- .../comment_2_482ac9b0f881099910f9bd9f7cda184d._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/creating_a_remote_server_repository/comment_2_482ac9b0f881099910f9bd9f7cda184d._comment diff --git a/doc/bugs/creating_a_remote_server_repository/comment_2_482ac9b0f881099910f9bd9f7cda184d._comment b/doc/bugs/creating_a_remote_server_repository/comment_2_482ac9b0f881099910f9bd9f7cda184d._comment new file mode 100644 index 0000000000..2370f7d478 --- /dev/null +++ b/doc/bugs/creating_a_remote_server_repository/comment_2_482ac9b0f881099910f9bd9f7cda184d._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://edward.myopenid.com/" + nickname="edward" + subject="Same problem on Android 4.3" + date="2013-12-01T08:47:06Z" + content=""" +I have the same error on Android. Is git-annex on Android meant to come with ssh-askpass? +"""]] From 03b6dcb183c311b4e973ce1f1f6233f7e828b558 Mon Sep 17 00:00:00 2001 From: "http://sameer.sbuddhe.net/blog/" Date: Sun, 1 Dec 2013 11:55:56 +0000 Subject: [PATCH 2/2] --- ...hing_when_converting_existing_backups_into_new_remotes.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/forum/avoid_rehashing_when_converting_existing_backups_into_new_remotes.mdwn diff --git a/doc/forum/avoid_rehashing_when_converting_existing_backups_into_new_remotes.mdwn b/doc/forum/avoid_rehashing_when_converting_existing_backups_into_new_remotes.mdwn new file mode 100644 index 0000000000..34bae17fa5 --- /dev/null +++ b/doc/forum/avoid_rehashing_when_converting_existing_backups_into_new_remotes.mdwn @@ -0,0 +1,3 @@ +I have two copies of a large collection of photos on two computers. I have been using rsync to keep them synchronized, but I would like to use git annex instead. I finished initializing one repo, and now its time to initialize the other repo before I can sync them up. But it seems redundant that the other repo will compute its own hashes although I know that the two contents are identical. Can't I just copy the keys and tell git annex to assume that any files seen have already been hashed? + +As a start, I cloned the .git from the first machine to the second. But that wasn't enough ... I now have an empty git-annex repo in the second machine. What else is missing?