Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
860632b2a3
6 changed files with 56 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.64"
|
||||
subject="comment 2"
|
||||
date="2013-11-26T20:04:23Z"
|
||||
content="""
|
||||
This bug was fixed, and closed 2 years ago. Posting a comment about another, related problem is not very useful.
|
||||
|
||||
Yes, git annex import does not finish importing files if you've configured .gititnore to not allow those files to be added. If you need to do that, you could use `git annex import --force`, which will add the files despite the gitignore.
|
||||
"""]]
|
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.64"
|
||||
subject="comment 1"
|
||||
date="2013-11-26T19:54:21Z"
|
||||
content="""
|
||||
There's a bug report asking that reinject work in direct mode. I just have not gotten around to it.
|
||||
|
||||
Another way to do it would be to make a temp directory in your annex repository, move or copy the file to there, and `git annex add`. As long as you're not using the WORM backend, the checksum will be used, and so it'll see it's added the content of the file, and make the a.bin file have that content too.
|
||||
|
||||
Off to see if I can easily add direct mode reinject now..
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.64"
|
||||
subject="comment 2"
|
||||
date="2013-11-26T20:18:56Z"
|
||||
content="""
|
||||
Turned out to be trivial, so it's supported now.
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.64"
|
||||
subject="comment 3"
|
||||
date="2013-11-26T19:59:42Z"
|
||||
content="""
|
||||
Hmm, that looks fine.
|
||||
|
||||
Perhaps the user you're running git-annex as cannot write to `/media/SoderUSB` ? The webapp avoids listing places you can't write, since it would fail to make a repository there. (Also because this is an easy way for it to avoid listing `/`, `/usr`, or whatever other OS-level mounts a system might have..)
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.64"
|
||||
subject="comment 1"
|
||||
date="2013-11-26T20:18:26Z"
|
||||
content="""
|
||||
The problem seems to be on your desktop computer. /home/max/.ssh/git-annex-shell is a script that is created if you install git-annex from the standalone tarball (assuming you're using linux?). It seems that your desktop has that script, but you must have deleted that instalation of git-annex (perhaps you switched to installing it some other way), so the script doesn't work. As long as you have git-annex-shell in your PATH somehow, you can just remove /home/max/.ssh/git-annex-shell
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.64"
|
||||
subject="comment 7"
|
||||
date="2013-11-26T20:08:33Z"
|
||||
content="""
|
||||
I feel that syncing with all remotes by default is the right thing for git annex sync to do.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue