Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
68f64de905
8 changed files with 69 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="108.236.230.124"
|
||||
subject="comment 1"
|
||||
date="2014-07-02T17:07:33Z"
|
||||
content="""
|
||||
git makes no attempt to maintain mtimes etc, and neither does git-annex. There are open todo items. There is metastore, etc.
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="108.236.230.124"
|
||||
subject="comment 1"
|
||||
date="2014-07-02T17:28:01Z"
|
||||
content="""
|
||||
This seems like the same problem as in [[bugs/googlemail]].
|
||||
|
||||
git-annex uses SRV records to find the jabber server for a domain. What is google doing that makes this not work? Do you have a sample domain?
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="108.236.230.124"
|
||||
subject="comment 1"
|
||||
date="2014-07-02T16:57:46Z"
|
||||
content="""
|
||||
git annex sync
|
||||
"""]]
|
|
@ -0,0 +1,9 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="108.236.230.124"
|
||||
subject="comment 1"
|
||||
date="2014-07-02T17:18:00Z"
|
||||
content="""
|
||||
Make a non-bare git repository on the server, and make it have a git post-receive hook that runs
|
||||
\"git annex merge\"
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="108.236.230.124"
|
||||
subject="comment 2"
|
||||
date="2014-07-02T17:25:51Z"
|
||||
content="""
|
||||
The network topology shown has only a S3 special remote connecting the two repositories. This only provides a place to store file contents, it does not allow syncing the contents of git repositories.
|
||||
|
||||
You need either XMPP(Jabber) for that, or a git remote on some other server. Once there is a way for the git repository to sync, the Home repository will see when Laptop is missing a file it wants (configured via the preferred content mentioned above), and upload it to S3.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="108.236.230.124"
|
||||
subject="comment 2"
|
||||
date="2014-07-02T17:04:29Z"
|
||||
content="""
|
||||
git annex uninit
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="108.236.230.124"
|
||||
subject="comment 1"
|
||||
date="2014-07-02T17:02:31Z"
|
||||
content="""
|
||||
This is not a good idea. See <http://git-annex.branchable.com/bugs/Can__39__t_add_a_git_repo_to_git_annex:___34__Invalid_path_repo__47__.git__47__X__34___for_many_X/#comment-29b91a7381453104e7bceea5e552cb85>
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="108.236.230.124"
|
||||
subject="that is an ancient version of git-annex, Shane"
|
||||
date="2014-07-02T17:11:24Z"
|
||||
content="""
|
||||
The first git-annex release to support glacier without using hooks was 3.20121126.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue