Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2020-07-14 20:04:47 -04:00
commit 9a3b0500e8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 49 additions and 0 deletions

View file

@ -0,0 +1,29 @@
[[!comment format=mdwn
username="kyle"
avatar="http://cdn.libravatar.org/avatar/7d6e85cde1422ad60607c87fa87c63f3"
subject="comment 5"
date="2020-07-14T19:18:10Z"
content="""
Fair enough.
> or that the hang is not fully deterministic.
Perhaps. I haven't hit any divergent results yet, but that of course
doesn't mean that much.
In my view, it'd be okay to close this issue, as well as [the other
Xenial/old system stall][0]. These are related to SSH-based stalls
that DataLad is hitting on Travis, and it would of course be nice to
resolve them, but it probably isn't worth investing much more time in.
And on DataLad's end, we should probably upgrade our CI's distribution
from Xenial to Bionic anyway.
That being said, if you think of specific debugging information that
might be useful for me to provide or if you want access to the Xenial
qcow2 image (a bloated 25G :/), please let me know.
Thanks for your feedback on this issue and the other one.
[0]: https://git-annex.branchable.com/bugs/Recent_hang_with_rsync_remote_with_older_systems___40__Xenial__44___Jessie__41__/
"""]]

View file

@ -0,0 +1,6 @@
Hi all,
i'm looking for the right command to move a git annex repo througt filesystem without breaking all the symlink and so and without changing the id of the repo.
My current hard drive have become to small to store all what i have so i have bought a new on and have mounted it in a directory named shared, now i want to
move all my repo (repo1 repo2 etc...) too shared can anyone give me the best move option to do that ?
best regards.

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="kyle"
avatar="http://cdn.libravatar.org/avatar/7d6e85cde1422ad60607c87fa87c63f3"
subject="comment 1"
date="2020-07-14T20:13:22Z"
content="""
> i'm looking for the right command to move a git annex repo througt filesystem without breaking all the symlink
Can't you just `mv` the top-level directory? Symlinks are relative:
```
one -> .git/annex/objects/0J/J1/SHA256E-s4--2c8b08da5ce60398e1f19af0e5dccc744df274b826abe585eaba68c525434806/SHA256E-s4--2c8b08da5ce60398e1f19af0e5dccc744df274b826abe585eaba68c525434806
```
"""]]