From f6e1770426048f164a33f4b6c5e29b62b18e7803 Mon Sep 17 00:00:00 2001 From: bvaa Date: Tue, 1 Mar 2016 08:12:27 +0000 Subject: [PATCH] Added a comment: similar problem --- ..._546782c644230741470f9a9de23bd019._comment | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/bugs/fatal:_Cannot_handle_files_this_big/comment_2_546782c644230741470f9a9de23bd019._comment diff --git a/doc/bugs/fatal:_Cannot_handle_files_this_big/comment_2_546782c644230741470f9a9de23bd019._comment b/doc/bugs/fatal:_Cannot_handle_files_this_big/comment_2_546782c644230741470f9a9de23bd019._comment new file mode 100644 index 0000000000..0ea9dc4d1d --- /dev/null +++ b/doc/bugs/fatal:_Cannot_handle_files_this_big/comment_2_546782c644230741470f9a9de23bd019._comment @@ -0,0 +1,24 @@ +[[!comment format=mdwn + username="bvaa" + subject="similar problem" + date="2016-03-01T08:12:27Z" + content=""" +I have a similar problem on Windows 7 64bit trying to add files that are around 5GB in size. I tried repository version 5 and 6 with same results. + +``` +$ git annex add bigfile +add bigfile ok +(recording state in git...) + +$ git annex status +fatal: Cannot handle files this big +``` +git-annex version: 6.20160229-g37a89cc +build flags: Assistant Webapp Pairing Testsuite S3(multipartupload) WebDAV ConcurrentOutput TorrentParser 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 S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external +local repository version: 5 +supported repository versions: 5 6 +upgrade supported from repository versions: 2 3 4 5 + +"""]]