Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
e0084bb876
2 changed files with 43 additions and 0 deletions
|
@ -0,0 +1,31 @@
|
|||
[[!comment format=mdwn
|
||||
username="webanck"
|
||||
avatar="http://cdn.libravatar.org/avatar/cd273f76ef8c4218510b4f50ef7e1f3d"
|
||||
subject="reply to comment 1"
|
||||
date="2017-11-07T19:16:08Z"
|
||||
content="""
|
||||
Hello joey, and thanks for the quick answer, I am honored !
|
||||
It's refreshing to enter an active community :)
|
||||
|
||||
About the usage of \"bash on Windows\", well, git-annex had too many problems, especially with the symlinks, until the recent \"Windows 10 Fall Creators Update\".
|
||||
Now it goes pretty well.
|
||||
|
||||
My main concern for the moment is the symlinks created in the \"bash\" can't be used by windows whereas symlinks created in windows can be used in \"bash\".
|
||||
Thus working in an annexed directory with Windows programs needs to unlock files. One note though, I didn't try with hardlinks.
|
||||
|
||||
About the v6. I just figured that some minutes ago and, following <http://git-annex.branchable.com/tips/largefiles/>, created a .gitattributes file.
|
||||
|
||||
*.txt annex.largefiles=nothing
|
||||
|
||||
It works better now.
|
||||
|
||||
About the smudge/sqlite errors. I encountered those only after a big number of adds.
|
||||
I even managed to add all my files eventually with a little loop ignoring the errors (for 1000 files):
|
||||
|
||||
for i in {1..10}
|
||||
do
|
||||
git add $(git ls-files --others | grep txt | head -100) 2> /dev/null
|
||||
done
|
||||
|
||||
|
||||
"""]]
|
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="robert.schuetz@7942237bf71a2ae4f5d3cb047d167612b8c9e311"
|
||||
nickname="robert.schuetz"
|
||||
avatar="http://cdn.libravatar.org/avatar/89879460a9e84b9c736d982d9489d3d9"
|
||||
subject="comment 2"
|
||||
date="2017-11-07T19:14:18Z"
|
||||
content="""
|
||||
Surprisingly, I can't use the UUID:
|
||||
|
||||
$ git annex dead 8bb266ed-453d-4489-9d8a-de38b2bc77c2
|
||||
dead 8bb266ed-453d-4489-9d8a-de38b2bc77c2 git-annex: there is no available git remote named \"8bb266ed-453d-4489-9d8a-de38b2bc77c2\"
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue