diff options
author | http://peter-simons.myopenid.com/ <http://peter-simons.myopenid.com/@web> | 2012-01-03 16:38:47 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-01-03 16:38:47 +0000 |
commit | 7cdeebdcc8cbb8c7b43501ccc98f0b6b0e153f4a (patch) | |
tree | 02ed4eec51d692c00d22ca16d0c3995f2662535b /doc | |
parent | b6e7b44a12bf56a3260e872b5cf07f69d6db20b9 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/git-subtree_support__63__.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/git-subtree_support__63__.mdwn b/doc/forum/git-subtree_support__63__.mdwn new file mode 100644 index 000000000..a95277a23 --- /dev/null +++ b/doc/forum/git-subtree_support__63__.mdwn @@ -0,0 +1,9 @@ +Hi, + +I am a happy user of [git-subtree](http://github.com/apenwarr/git-subtree), and I wonder whether it integrates nicely with git-annex? + +My use-case looks like this: I have two annex repositories -- one at home and one at work. The annex at work is a strict subset of the one at home, i.e. all files that I have at work ought to be part of the annex at home, but not the other way round. Now, I realize that I could have one annex and selectively copy files to the checked out copy at work, but I don't want to do that because I don't want to have (broken) symlinks for all kinds of stuff visible on my machine at work that is not supposed to be there (such as MP3 files, etc.). Instead, I would like to use git-subtree to import the work annex into a sub-directory of the one at home, so that both annex are logically separate, but still the one at home always contains everything that the one at work contains. + +Is that possible? + +And if not, is there maybe another way to accomplish this kind of thing? |