Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
26374f40a9
4 changed files with 36 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
nickname="joey"
|
||||
subject="comment 1"
|
||||
date="2013-03-16T21:56:37Z"
|
||||
content="""
|
||||
Hmm, I can't quite reproduce this, but I did just fix a bug that, amoung other manifestations, caused the display of whether syncing is enabled for a remote to be wrong sometimes.
|
||||
|
||||
Can you send a copy of your repository's .git/config file to this bug report? (That's `annex/.git/config`)
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
nickname="joey"
|
||||
subject="comment 3"
|
||||
date="2013-03-16T20:48:42Z"
|
||||
content="""
|
||||
I don't know if it will help, but XA support was turned off in hope that it would alleviate the random presence message loss I keep seeing with Google Talk, and since it didn't seem to help solve that problem, I've turned it back on.
|
||||
"""]]
|
|
@ -0,0 +1,14 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
nickname="joey"
|
||||
subject="comment 1"
|
||||
date="2013-03-16T20:47:02Z"
|
||||
content="""
|
||||
This failed because ssh connection caching needs fifos,
|
||||
which are not supported on NTFS. Also, the linux NTFS code behaves most strangly when asked to make a fifo; creating an empty file instead and then failing with EEXIST.
|
||||
|
||||
In more recent versions of git-annex, you can set the `GIT_ANNEX_TMP_DIR` to point somewhere that supports fifos.
|
||||
|
||||
Recent versions also try to detect crippled filesystems, and disable use of unix sockets along with symlinks etc.
|
||||
However, since ntfs supports symlinks, and it does not probe specially for fifo support, this won't help.
|
||||
"""]]
|
4
doc/forum/Howto_remove_a_repository__63__.mdwn
Normal file
4
doc/forum/Howto_remove_a_repository__63__.mdwn
Normal file
|
@ -0,0 +1,4 @@
|
|||
Hello,
|
||||
|
||||
I have added a few repositories for testing purpose and would like to remove them.
|
||||
Is it possible to remove a repository through assistant?
|
Loading…
Add table
Add a link
Reference in a new issue