From 360b2e02868e74f62b681e130c796d363a43ca5a Mon Sep 17 00:00:00 2001 From: nobodyinperson Date: Tue, 21 Jan 2025 18:30:50 +0000 Subject: [PATCH 1/3] =?UTF-8?q?Added=20a=20comment:=20Exporting=20a=20sync?= =?UTF-8?q?ed/*=20branch=20works=20now!=20=F0=9F=A5=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../comment_2_6f8792b4b31f49712f6707d57a2c3115._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/Can__39__t_export_synced__47___branches/comment_2_6f8792b4b31f49712f6707d57a2c3115._comment diff --git a/doc/bugs/Can__39__t_export_synced__47___branches/comment_2_6f8792b4b31f49712f6707d57a2c3115._comment b/doc/bugs/Can__39__t_export_synced__47___branches/comment_2_6f8792b4b31f49712f6707d57a2c3115._comment new file mode 100644 index 0000000000..8effe18dd5 --- /dev/null +++ b/doc/bugs/Can__39__t_export_synced__47___branches/comment_2_6f8792b4b31f49712f6707d57a2c3115._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="nobodyinperson" + avatar="http://cdn.libravatar.org/avatar/736a41cd4988ede057bae805d000f4f5" + subject="Exporting a synced/* branch works now! 🥳" + date="2025-01-21T18:30:50Z" + content=""" +Thank you very much, I can confirm that it works with git-annex 10.20250116-g8d80b07f5aee368579e04b2acba56a8821eeaab0. 👍 +"""]] From 344d7505906e944eed841c7df4f3503fbd8fd3f7 Mon Sep 17 00:00:00 2001 From: jnkl Date: Wed, 22 Jan 2025 07:26:34 +0000 Subject: [PATCH 2/3] --- doc/forum/reupload_existing_files_to_bare_repo.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/forum/reupload_existing_files_to_bare_repo.mdwn diff --git a/doc/forum/reupload_existing_files_to_bare_repo.mdwn b/doc/forum/reupload_existing_files_to_bare_repo.mdwn new file mode 100644 index 0000000000..bee9eb0d11 --- /dev/null +++ b/doc/forum/reupload_existing_files_to_bare_repo.mdwn @@ -0,0 +1,5 @@ +I created a bare repo on a small always on server and synced it with my desktop. + +Now, when I sync it with my laptop, annex on the laptop reuploads all files, which were already uploaded by the desktop. I see that because annex on the laptop fills the upstream even though the bare repo on the server does not take more harddisk space while this happens. + +Is this by design and why? From 7d215db99e73357f3ae2c23dce76339e64a93c94 Mon Sep 17 00:00:00 2001 From: jnkl Date: Wed, 22 Jan 2025 07:28:13 +0000 Subject: [PATCH 3/3] rename forum/reupload_existing_files_to_bare_repo.mdwn to forum/reuploads_existing_files_to_bare_repo.mdwn --- ..._bare_repo.mdwn => reuploads_existing_files_to_bare_repo.mdwn} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename doc/forum/{reupload_existing_files_to_bare_repo.mdwn => reuploads_existing_files_to_bare_repo.mdwn} (100%) diff --git a/doc/forum/reupload_existing_files_to_bare_repo.mdwn b/doc/forum/reuploads_existing_files_to_bare_repo.mdwn similarity index 100% rename from doc/forum/reupload_existing_files_to_bare_repo.mdwn rename to doc/forum/reuploads_existing_files_to_bare_repo.mdwn