diff options
author | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 <https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4@web> | 2016-10-17 16:17:59 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-10-17 16:17:59 +0000 |
commit | 8d6b2baf2e755ae7d533ab39dc5047fcfcd33e67 (patch) | |
tree | aa1cb41235c62bdee123c54b7c7d0b6c68e5ad0d | |
parent | 7e67af4002a274cda9cc2820058c15b2a546ab28 (diff) |
original whining
-rw-r--r-- | doc/bugs/remote_repository_must_be_version_6_as_well_to_have_copied_files_appear_correctly.mdwn | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/bugs/remote_repository_must_be_version_6_as_well_to_have_copied_files_appear_correctly.mdwn b/doc/bugs/remote_repository_must_be_version_6_as_well_to_have_copied_files_appear_correctly.mdwn new file mode 100644 index 000000000..11cece2b6 --- /dev/null +++ b/doc/bugs/remote_repository_must_be_version_6_as_well_to_have_copied_files_appear_correctly.mdwn @@ -0,0 +1,32 @@ +### Please describe the problem. + +Originally spotted/reported: https://github.com/datalad/datalad/issues/1020 + +If that is mandatory, then I guess there should be some error message. + +### What steps will reproduce the problem? + +create a remote repo without specifying version, i.e. of version 5 and copy data into it + +### What version of git-annex are you using? On what operating system? + +6.20160923+gitgd1dabb3-1~ndall+1 + +### Please provide any additional information below. + +Output from running http://www.onerussian.com/tmp/v6-push.sh with argument which specifies annex version within remote + +[[!format sh """ + +$> ./v6-push.sh 5 2>&1 | grep '>>>' +>>> /annex/objects/SHA256E-s4--181210f8f9c779c26da1d9b2075bde0127302ee0e3fca38c9a83f5b1dd8e5d3b.dat +>>> /annex/objects/SHA256E-s4--181210f8f9c779c26da1d9b2075bde0127302ee0e3fca38c9a83f5b1dd8e5d3b.dat + +$> ./v6-push.sh 6 2>&1 | grep '>>>' +>>> /annex/objects/SHA256E-s4--181210f8f9c779c26da1d9b2075bde0127302ee0e3fca38c9a83f5b1dd8e5d3b.dat +>>> 123 + +"""]] + + +[[!meta author=yoh]] |