summaryrefslogtreecommitdiff
path: root/doc/bugs/No_such_file_with_certain_filenames_using_WORM_backend/comment_2_c5645988eaf4f7493d70b6a63f21cdaf._comment
blob: 6305a4effc107c3f9fdc950990d84cd9e9a35aac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[!comment format=mdwn
 username="joey"
 subject="""comment 2"""
 date="2015-01-20T19:09:39Z"
 content="""
Seems this does not have to do with special characters at all.

Instead, it's a problem with too-long filenames; windows has a crazy short
limit. All explained here:
(http://git-annex.branchable.com/bugs/__34__git-annex:_direct:_1_failed__34___on_Windows)

You could just switch from the WORM backend to one with shorter filenames.
SHA1 might be a god choice.

Or, install git-annex 5.20150113, which includes some changes to use shorter
relative paths to files, and may avoid the problem at least some of the
time. That version also avoids making such long WORM keys.
"""]]