From ee31d57f0b3102a734d54dbac7b78aeb7fb5ccdf Mon Sep 17 00:00:00 2001 From: jstritch Date: Thu, 1 Feb 2024 17:40:27 +0000 Subject: [PATCH] --- ...oesn__39__t_copy_from_adjusted_branch.mdwn | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/bugs/export_doesn__39__t_copy_from_adjusted_branch.mdwn diff --git a/doc/bugs/export_doesn__39__t_copy_from_adjusted_branch.mdwn b/doc/bugs/export_doesn__39__t_copy_from_adjusted_branch.mdwn new file mode 100644 index 0000000000..91b45aef8f --- /dev/null +++ b/doc/bugs/export_doesn__39__t_copy_from_adjusted_branch.mdwn @@ -0,0 +1,32 @@ +### Please describe the problem. + +Exporting to a directory remote with exporttree=yes works if the source repository is not on an adjusted branch. + + +If, before the export, git annex adjust is invoked with --unlock or --lock (the only two I tested) the new files are not copied. + +FWIW, annex.adjustedbranchrefresh is set true. + +### What steps will reproduce the problem? + +git annex export --json-progress --to export-special-remote main:Music + +### What version of git-annex are you using? On what operating system? + +10.20231228-g5540f42e21afce6947d5410c5f18b178de6c336a + +on Linux + +### 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. +"""]] + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) + +Yes, I am developing the easy-git-annex interface.