Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
31347b1752
4 changed files with 38 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
nickname="joey"
|
||||
subject="comment 1"
|
||||
date="2013-03-12T11:23:47Z"
|
||||
content="""
|
||||
This can happen if your repository gets annex.direct=true set in its .git/config, without `git annex direct` having been run to truely put it into direct mode.
|
||||
|
||||
The proof that this was the case is that `git annex indirect` did anything at all. The first thing `git annex indirect` does is check if it's in a direct mode repository. If not, it steps without doing anything, and without outputting anything.
|
||||
|
||||
I think this was user error.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
nickname="joey"
|
||||
subject="comment 2"
|
||||
date="2013-03-12T11:27:30Z"
|
||||
content="""
|
||||
Oh, I see, you started up the webapp, and told it to make a repo that already existed. So it helpfully set its annex.direct, thinking it was a new repository.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="spwhitton"
|
||||
ip="82.36.235.9"
|
||||
subject="comment 3"
|
||||
date="2013-03-12T11:37:50Z"
|
||||
content="""
|
||||
That's right--I don't think it should do that for existing respositories. I didn't realise it wasn't standard to use the webapp to recreate the autostart file.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue