File: comment_1_373798ea9763d3a0be5ce78f7e3f79f0._comment

package info (click to toggle)
git-annex 7.20190129-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 56,292 kB
  • sloc: haskell: 59,105; sh: 1,255; makefile: 225; perl: 136; ansic: 44
file content (16 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2017-03-02T18:01:51Z"
 content="""
It depends, is it failing because the filenames checked into git are too
long? Or because the symlinks are links to too long paths?

In the former case, you can `git rename` files as you like.
As with any change you make to files in a git repository, that will
propigate to other git repositories in the usual ways.

In the latter case, you might be using a hash like SHA512 that causes
problimatically long paths, and then `git annex migrate --backend=SHA256` might
help.
"""]]