diff options
author | mail@de3e4e58ccb420b8d9b78ef262ee0c80e021f199 <mail@web> | 2016-11-13 02:40:02 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-11-13 02:40:02 +0000 |
commit | 10b01c6dd940ec2cee384fd75e6fc86099763353 (patch) | |
tree | 0bd74d67357684f9f6b5a7b1b18c4c53ff6d7472 /doc | |
parent | f196ede63a98cf53417c72cd429362b19dccf8bb (diff) |
Added additional comment about it working if I build from source
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Single_space_in_file_name_causes_git_annex_add_to_fail.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/Single_space_in_file_name_causes_git_annex_add_to_fail.mdwn b/doc/bugs/Single_space_in_file_name_causes_git_annex_add_to_fail.mdwn index 121488972..14f772c5f 100644 --- a/doc/bugs/Single_space_in_file_name_causes_git_annex_add_to_fail.mdwn +++ b/doc/bugs/Single_space_in_file_name_causes_git_annex_add_to_fail.mdwn @@ -38,6 +38,16 @@ Operating System: Linux (NixOS 16.09.909.238c7e0 (Flounder)) Maybe related to [https://git-annex.branchable.com/forum/unknown_response_from_git_cat-file/](https://git-annex.branchable.com/forum/unknown_response_from_git_cat-file/) or [https://git-annex.branchable.com/bugs/git_annex_import_fails_on_filenames_with_newlines_in_them/](https://git-annex.branchable.com/bugs/git_annex_import_fails_on_filenames_with_newlines_in_them/)? +EDIT: Somewhat surprisingly, if I build from source using `cabal`, everything works fine. + + .cabal-sandbox/bin/git-annex version + git-annex version: 6.20161113-g1e88c12 + build flags: Assistant Webapp Pairing Testsuite WebDAV Inotify ConcurrentOutput TorrentParser MagicMime Feeds Quvi + key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 SHA1E SHA1 MD5E MD5 WORM URL + remote types: git gcrypt bup directory rsync web bittorrent webdav tahoe glacier ddar hook external + +Not sure whether this means that this bug is actually fixed or whether it's an artifact of how things are built in Nix. + ### 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) Just starting out with it as a way of archiving some of my media seems to work great apart from this. Thanks a bunch! |