Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
8826d52eea
2 changed files with 58 additions and 0 deletions
45
doc/bugs/git-annex_upgrade_fails.mdwn
Normal file
45
doc/bugs/git-annex_upgrade_fails.mdwn
Normal file
|
@ -0,0 +1,45 @@
|
|||
Running git-annex upgrade von a v5 repo fails:
|
||||
----------------
|
||||
$ git-annex upgrade
|
||||
upgrade (v5 to v6...) (scanning for unlocked files...)
|
||||
(recording state in git...)
|
||||
|
||||
git status will show some files to be modified, since content availability has changed and git-annex was unable to update the index. This is only a cosmetic problem affecting git status; git add, git commit, etc won't be affected. To fix the git status display, you can run: git update-index -q --refresh <file>
|
||||
(recording state in git...)
|
||||
|
||||
git status will show some files to be modified, since content availability has changed and git-annex was unable to update the index. This is only a cosmetic problem affecting git status; git add, git commit, etc won't be affected. To fix the git status display, you can run: git update-index -q --refresh <file>
|
||||
|
||||
git-annex: user error (git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","status","--porcelain"] exited -9)
|
||||
failed
|
||||
(recording state in git...)
|
||||
|
||||
git status will show some files to be modified, since content availability has changed and git-annex was unable to update the index. This is only a cosmetic problem affecting git status; git add, git commit, etc won't be affected. To fix the git status display, you can run: git update-index -q --refresh <file>
|
||||
git-annex: upgrade: 1 failed
|
||||
----------------
|
||||
|
||||
I have tried to run
|
||||
`git update-index -q --refresh`
|
||||
in the working tree. This produced no output and the problem above persists.
|
||||
|
||||
Also
|
||||
`git-annex repair`
|
||||
did return without output (after a few hours) and the problem above persists.
|
||||
|
||||
Version info:
|
||||
apt policy git-annex
|
||||
git-annex:
|
||||
Installed: 7.20190129-2~bpo9+1
|
||||
Candidate: 7.20190129-2~bpo9+1
|
||||
Version table:
|
||||
*** 7.20190129-2~bpo9+1 100
|
||||
100 http://ftp.debian.org/debian stretch-backports/main amd64 Packages
|
||||
100 /var/lib/dpkg/status
|
||||
6.20170101-1+deb9u2 990
|
||||
990 http://ftp.de.debian.org/debian stretch/main amd64 Packages
|
||||
6.20170101-1+deb9u1 990
|
||||
990 http://security.debian.org stretch/updates/main amd64 Packages
|
||||
|
||||
Would be happy if anybody could share some insight on how to get that repo to v7.
|
||||
|
||||
Regards,
|
||||
Felix
|
|
@ -0,0 +1,13 @@
|
|||
[[!comment format=mdwn
|
||||
username="geonemax67@f507d88f591246c5ff7de3b1f7fb2823684a789b"
|
||||
nickname="geonemax67"
|
||||
avatar="http://cdn.libravatar.org/avatar/74a24c06b9fbb063465f13ece001186c"
|
||||
subject="SAMSUNG TV Repair Dubai"
|
||||
date="2019-07-29T11:14:48Z"
|
||||
content="""
|
||||
Git-annex repositories consist of symlinks that are checked into git, and in turn point at the content of large files that are stored in .git/annex/objects/.
|
||||
Direct mode gets rid of the symlinks. The advantage of direct mode is that you can access files directly, including modifying them.
|
||||
Enjoyed reading the article above, really explains steps to install git-annex in detail, the article is very interesting and effective.
|
||||
I learn new information from your article. Thank you for this post.
|
||||
And if you are looking for Tv repair connect with <a href=\"https://helpmeta.blogspot.com/2019/07/how-to-set-up-your-samsung-smart-tv-to.html\">SAMSUNG TV Repair Dubai</a> they provide the best service.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue