summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ <Christian@web>2011-04-08 07:54:38 +0000
committerGravatar admin <admin@branchable.com>2011-04-08 07:54:38 +0000
commit275f1bd5c5a72c9a0f8fe0e21282278a6adbf6d9 (patch)
tree86a41510238cfbbe050eaeff40b12e4f8e615f8e
parent2aae340e98341a4c6681ff8ec722117f8155aca3 (diff)
Added a comment
-rw-r--r--doc/forum/sparse_git_checkouts_with_annex/comment_4_04dc14880f31eee2b6d767d4d4258c5a._comment20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/forum/sparse_git_checkouts_with_annex/comment_4_04dc14880f31eee2b6d767d4d4258c5a._comment b/doc/forum/sparse_git_checkouts_with_annex/comment_4_04dc14880f31eee2b6d767d4d4258c5a._comment
new file mode 100644
index 000000000..9280fc51d
--- /dev/null
+++ b/doc/forum/sparse_git_checkouts_with_annex/comment_4_04dc14880f31eee2b6d767d4d4258c5a._comment
@@ -0,0 +1,20 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawkptNW1PzrVjYlJWP_9e499uH0mjnBV6GQ"
+ nickname="Christian"
+ subject="comment 4"
+ date="2011-04-08T07:54:37Z"
+ content="""
+And something else i've done is, that i symlinked the video/ directory from the media annex to the normal raid annex
+
+ ln -s ~/media/annex/video ~/annex
+
+And it's working out great.
+
+ ~annex $ git annex whereis video/series/episode1.avi
+ whereis video/series/episode1.avi(1 copy)
+ f210b45a-60d3-11e0-b593-3318d96f2520 -- Trantor - Media
+ ok
+
+I really like this, perhaps it is a good idea to store all log files in every repo, but maybe there is a possibilitiy to to pack multiple log files into one single file, where not only the time, the present bit and the annex-repository is stored, but also the file key. I don't know if this format would also be merged correctly by the union merge driver.
+
+"""]]