summaryrefslogtreecommitdiff
path: root/doc/not
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmhufs6QGCQXnUEc6qrCcQIZTomUDKNeAQ <Jeff@web>2014-04-21 21:03:25 +0000
committerGravatar admin <admin@branchable.com>2014-04-21 21:03:25 +0000
commitd4a182f781a16514eb2aa1e05f98332163fc2ade (patch)
tree9e7d6c2a31f6406db4d17297047b4d7743cf7789 /doc/not
parente05863cbf10ac2bc67a37e491c947618fceecec0 (diff)
Added a comment: Git annex in a strange direct with .git/annex/objects mode
Diffstat (limited to 'doc/not')
-rw-r--r--doc/not/comment_14_837e3699014b73e8f2bd2a668eea9eef._comment23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/not/comment_14_837e3699014b73e8f2bd2a668eea9eef._comment b/doc/not/comment_14_837e3699014b73e8f2bd2a668eea9eef._comment
new file mode 100644
index 000000000..01eb17b86
--- /dev/null
+++ b/doc/not/comment_14_837e3699014b73e8f2bd2a668eea9eef._comment
@@ -0,0 +1,23 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawmhufs6QGCQXnUEc6qrCcQIZTomUDKNeAQ"
+ nickname="Jeff"
+ subject="Git annex in a strange direct with .git/annex/objects mode"
+ date="2014-04-21T21:03:24Z"
+ content="""
+I'm doing something perhaps unreasonable and weird, and I'm wondering if there's a better way.
+
+I'm running a wget -mbc of a particular web site. It replicates down to a tree.
+Then I'm ingesting the content into git annex via the normal 'git annex add' sequence.
+
+Later, when I'm going to update my replica of the website, I am running a 'git annex unlock' on the whole tree (90 gig in this case), and then running the 'wget -mbc ; git annex add' command sequence again.
+
+Is there any mechanism to convince git-annex to scan the file, and ingest (copy) it into objects if it is new content, while leaving the original files unlocked? This would give me the ability to avoid the 'git annex unlock' copy operation, which is lengthy.
+
+I'm aware this is inherently space inefficient.
+
+I'm sure there's some other problem with this idea that I'm missing.
+
+Thanks.
+
+
+"""]]