diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2013-09-21 09:56:13 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-09-21 09:56:13 -0400 |
commit | b362acedbcb5b042daec39e136b627bddf777d1c (patch) | |
tree | 7852cd5104b85f5f5a54b3195597da0f42551b09 | |
parent | af265dd78ae3eb936acecc9363d7415016f9f64c (diff) | |
download | ikiwiki-b362acedbcb5b042daec39e136b627bddf777d1c.tar ikiwiki-b362acedbcb5b042daec39e136b627bddf777d1c.tar.gz |
explicitely request git-annex support
-rw-r--r-- | doc/todo/git-annex_support.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/git-annex_support.mdwn b/doc/todo/git-annex_support.mdwn new file mode 100644 index 000000000..e3cec2be1 --- /dev/null +++ b/doc/todo/git-annex_support.mdwn @@ -0,0 +1,5 @@ +A dear [[wishlist]] which would resolve [[this question|forum/ikiwiki_and_big_files]]: ikiwiki should support git-annex repositories. + +I am not sure how this would work, but from my POV, it should do a `git annex get` when new commits are pushed to its bare repo. This would assume, of course, that there's another repo somewhere that ikiwiki has access to, which works for HTTP-style remotes, but could be more problematic for SSH remotes that require a key. + +Another solution would be to make ikiwiki a remote itself and allow users to push big files to it. The only problem I see with this is those files would end up in the bare repository and not necessarily show up in the web rendering. Ideally, a big file pushed would be hardlinked between the two repos, but I am not sure git-annex actually supports that. --[[anarcat]] |