Added a comment

This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U 2013-07-10 23:25:52 +00:00 committed by admin
parent 25a861e5f4
commit 99b218400e

View file

@ -0,0 +1,62 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U"
nickname="Richard"
subject="comment 2"
date="2013-07-10T23:25:52Z"
content="""
Ugh, learn to read, etc...
It's not possible to import from other annexes, though. Importing just the files from an indirect repo does nothing:
~/test-annex--foo % git annex status
supported backends: SHA256E SHA1E SHA512E SHA224E SHA384E SHA256 SHA1 SHA512 SHA224 SHA384 WORM URL
supported remote types: git S3 bup directory rsync web webdav glacier hook
repository mode: indirect
trusted repositories: 0
semitrusted repositories: 2
00000000-0000-0000-0000-000000000001 -- web
8105410b-d8ca-4de4-bb6a-91b9772250dc -- here (richih@adamantium:~/test-annex--foo)
untrusted repositories: 0
transfers in progress: none
available local disk space: 52 gigabytes (+1 megabyte reserved)
local annex keys: 1
local annex size: 4 bytes
known annex keys: 1
known annex size: 4 bytes
bloom filter size: 16 mebibytes (0% full)
backend usage:
SHA256E: 2
~/test-annex--foo % ls -l
total 4
lrwxrwxrwx 1 richih richih 178 Jul 11 01:21 bar -> .git/annex/objects/g7/9v/SHA256E-s4--7d865e959b2466918c9863afca942d0fb89d7c9ac0c99bafc3749504ded97730/SHA256E-s4--7d865e959b2466918c9863afca942d0fb89d7c9ac0c99bafc3749504ded97730
~/test-annex--foo % cd ../test-annex
~/test-annex % git annex status
supported backends: SHA256E SHA1E SHA512E SHA224E SHA384E SHA256 SHA1 SHA512 SHA224 SHA384 WORM URL
supported remote types: git S3 bup directory rsync web webdav glacier hook
repository mode: indirect
trusted repositories: (merging synced/git-annex into git-annex...)
0
semitrusted repositories: 3
00000000-0000-0000-0000-000000000001 -- web
7c50da8c-dc76-4b4a-b46d-8dd16385691a -- here (richih@adamantium:~/test-annex)
d4104a13-a2eb-4f5c-ba54-990ece5c81df -- richih@adamantium:~/test-annex-2
untrusted repositories: 0
transfers in progress: none
available local disk space: 52 gigabytes (+1 megabyte reserved)
local annex keys: 1
local annex size: 4 bytes
known annex keys: 1
known annex size: 4 bytes
bloom filter size: 16 mebibytes (0% full)
backend usage:
SHA256E: 2
~/test-annex % ls -l
total 4
lrwxrwxrwx 1 richih richih 178 Jul 11 01:20 foo -> .git/annex/objects/91/9x/SHA256E-s4--b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c/SHA256E-s4--b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c
~/test-annex % git annex import ../test-annex--foo/bar
~/test-annex % ls -l
total 4
lrwxrwxrwx 1 richih richih 178 Jul 11 01:20 foo -> .git/annex/objects/91/9x/SHA256E-s4--b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c/SHA256E-s4--b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c
~/test-annex %
"""]]