Commit graph

1518 commits

Author SHA1 Message Date
https://www.google.com/accounts/o8/id?id=AItOawlqOu7P4tb4D-Xo2pYrjln2NsAObtErliM
c267e31502 Added a comment: Same problem 2013-02-24 16:51:52 +00:00
https://launchpad.net/~arand
c89d757baa 2013-02-23 15:44:21 +00:00
http://joeyh.name/
ebbbf53d83 Added a comment 2013-02-22 21:46:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
d15c444253 2013-02-22 21:31:10 +00:00
http://cyprio.net/
6f9b21a488 Added a comment: Duplicate 2013-02-22 17:42:30 +00:00
http://cyprio.net/
32e5875507 2013-02-22 03:03:28 +00:00
http://remi.vanicat.free.fr/
0e159e9678 new bug on crippled filesystem 2013-02-21 10:10:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl2Jj8q2upJL4ZQAc2lp7ugTxJiGtcICv8
67e3ba3354 2013-02-21 03:16:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmcYryijvlF8bJvM_eZNSrUPEkMlxMDGTQ
a5023e8019 Added a comment: Also relevant for machines behind pagekite.net 2013-02-19 20:00:30 +00:00
Joey Hess
bd99730d77 close 2013-02-18 15:55:18 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
ba332abd7c 2013-02-18 18:15:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
096f7d3dad 2013-02-18 18:13:30 +00:00
Joey Hess
169712fc9a add random 2013-02-17 17:00:28 -04:00
http://edheil.wordpress.com/
6f08b2067c 2013-02-17 01:49:12 +00:00
annexuser
2dc663bcbb 2013-02-16 23:31:34 +00:00
Joey Hess
397082013a proper fix for dropunused
Now getKeysPresent checks that the key's content, not only its directory,
exists. In direct mode, the inode cache file is used as a standin for the
content.

removeAnnex always removes the inode cache file, and drop and move --from
always call removeAnnex, even if the object does not seem to be inAnnex,
to ensure it's always deleted.
2013-02-15 17:58:49 -04:00
Joey Hess
55069f0fab update for reversion 2013-02-15 16:39:11 -04:00
Joey Hess
5a8fb26d0a Revert "Clean up direct mode cache and mapping info when dropping keys."
This reverts commit 57780cb3a4.

This was buggy, it caused the direct mode cache to be lost when dropping
keys, so when the file is gotten back, it's stored in indirect mode.

Note to self: Do not attempt bug fixes at 6 am!
2013-02-15 16:37:57 -04:00
Joey Hess
0583b4686a fixed 2013-02-14 19:06:18 -04:00
Joey Hess
071d07ca29 fixed 2013-02-14 19:06:08 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmaMxYm33s0H-nxBo5uzYUzdIECoyR8Ug8
1703f2a416 Added a comment: an update 2013-02-13 20:33:24 +00:00
annexuser
927371438b 2013-02-13 17:39:19 +00:00
http://joeyh.name/
202108fa81 Added a comment 2013-02-12 15:42:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmaMxYm33s0H-nxBo5uzYUzdIECoyR8Ug8
6add8f9c74 2013-02-12 00:54:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmaMxYm33s0H-nxBo5uzYUzdIECoyR8Ug8
3ff7abe1b0 Added a comment: removing config 2013-02-11 20:42:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhjlfoU21OiXKH_MXw75Uq5EsX7LJW5p0
a2a7b049d2 Added a comment 2013-02-07 21:11:39 +00:00
Joey Hess
57780cb3a4 Clean up direct mode cache and mapping info when dropping keys.
These files were left behind, and made getKeysPresent find keys that were
not present. It would be expensive to make getKeysPresent check that the
actual key files are present (it just lists the directories). But that's not
needed if we just clean up the stale cache and mapping files.

To handle systems that were in direct mode and got switched back with stale
direct mode files, made cleanObjectLoc remove all files in the key's directory.

git annex unused will still list keys that are gone but for which the stale
direct mode files exists. To deal with that, made dropunused remove the key's
directory even if the key does not seem to be present.
2013-02-07 08:28:40 -04:00
https://launchpad.net/~arand
be1b52dbcb 2013-02-07 11:58:38 +00:00
https://launchpad.net/~arand
d171083443 2013-02-07 11:51:49 +00:00
Joey Hess
b1de99c1d4 uninit, unannex --fast: If hard link creation fails, fall back to slow mode. 2013-02-06 14:02:18 -04:00
Joey Hess
a9dbd9993e Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-06 13:04:53 -04:00
Joey Hess
547d7745fb pre-commit: Update direct mode mappings.
Making the pre-commit hook look at git diff-index to find changed direct
mode files and update the mappings works pretty well.

One case where it does not work is when a file is git annex added, and then
git rmed, and then this is committed. That's a no-op commit, so the hook
probably doesn't even run, and it certianly never notices that the file
was deleted, so the mapping will still have the original filename in it.

For this and other reasons, it's important that the mappings still be
treated as possibly inconsistent.

Also, the assistant now allows the pre-commit hook to run when in direct
mode, so the mappings also get updated there.
2013-02-06 12:44:19 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkZktNHFhxC1kYA9KKdKpYJO4clq9WDsjE
c60da41411 Added a comment 2013-02-06 06:35:22 +00:00
Joey Hess
ceb732bea7 Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-05 18:02:32 -04:00
Joey Hess
f08b25f47e update 2013-02-05 17:45:53 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
093c8a562a Added a comment 2013-02-05 21:33:13 +00:00
Joey Hess
9174d4449a Merge branch 'master' of ssh://git-annex.branchable.com 2013-02-05 16:04:01 -04:00
http://joeyh.name/
645037a026 Added a comment 2013-02-05 19:45:24 +00:00
Joey Hess
bae10ffc18 tag and title 2013-02-05 15:44:02 -04:00
Joey Hess
434c6e9316 remove duplicate bug report 2013-02-05 15:42:58 -04:00
http://joeyh.name/
2bb1e6725c Added a comment 2013-02-05 19:27:35 +00:00
http://joeyh.name/
1c10c2c8aa Added a comment 2013-02-05 19:22:04 +00:00
Joey Hess
90b7f63dff tag and title 2013-02-05 15:18:14 -04:00
http://joeyh.name/
779f21d19e Added a comment 2013-02-05 19:13:34 +00:00
Joey Hess
780edebf2e bug 2013-02-05 15:04:25 -04:00
Joey Hess
81d80ef47b note 2013-01-29 11:36:26 +11:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
3166db7315 Added a comment 2013-01-28 23:26:27 +00:00
http://privat.myopenid.com/
18b8792cfc 2013-01-28 21:32:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhjlfoU21OiXKH_MXw75Uq5EsX7LJW5p0
7e84dfe7c3 Added a comment 2013-01-28 19:51:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmqnmUulEwCiytBBGSmP7a3bLybEulcS78
e45138b052 2013-01-28 15:53:26 +00:00
http://edheil.wordpress.com/
4d7e608cc7 Added a comment 2013-01-28 14:31:53 +00:00
chrisbra
2a1c36b0d9 you can't enter a password when creating a remote server repository 2013-01-28 08:48:37 +00:00
Joey Hess
a261412c25 close 2013-01-28 15:39:51 +11:00
Joey Hess
a8bb2749b2 assistant: Ignore .DS_Store on OSX. 2013-01-28 15:13:22 +11:00
Joey Hess
21a7ab4592 close 2013-01-26 19:37:49 +11:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
9306048c67 2013-01-26 07:07:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmYiJgOvC4IDYkr2KIjMlfVD9r_1Sij_jY
663f01cba2 Added a comment: Error creating remote repository using ssh on OSX 2013-01-25 13:18:40 +00:00
http://edheil.wordpress.com/
31695569b3 2013-01-25 03:58:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl1D_4vD5ueaDw8gRsIYPO3UHRKEpFfg9I
199764c69d 2013-01-25 02:42:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlcxKZHglATIiJXD7jcxfYhkhgeFmcVFqE
b9fdc805d2 Added a comment: ignore 2013-01-24 16:33:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmqnmUulEwCiytBBGSmP7a3bLybEulcS78
ebd0aaa711 2013-01-23 15:14:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmyFvkaewo432ELwtCoecUGou4v3jCP0Pc
e8b53cb95c formatted as a proper bug report (I think) 2013-01-23 09:26:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmYiJgOvC4IDYkr2KIjMlfVD9r_1Sij_jY
ba59811251 2013-01-23 02:31:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmYiJgOvC4IDYkr2KIjMlfVD9r_1Sij_jY
fa3c58326a Added a comment: Not limited to usb drives 2013-01-23 02:08:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlcxKZHglATIiJXD7jcxfYhkhgeFmcVFqE
33e6c57130 2013-01-22 15:21:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmyFvkaewo432ELwtCoecUGou4v3jCP0Pc
ea2fafaeb0 2013-01-22 01:17:37 +00:00
https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89
732e03d826 Added a comment 2013-01-20 03:38:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
ec7021692f Added a comment 2013-01-20 02:04:02 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlYy4BrJyV1PdfqzevCVziXRp89iUH6Xzw
f626620a2f Added a comment: Code signing errors in log on starting git-annex.app 2013-01-19 22:30:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck
753e1f2a63 Added a comment 2013-01-19 22:21:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck
e2c2693441 Added a comment 2013-01-19 21:40:14 +00:00
annexuser
84ac7798f7 Added a comment 2013-01-19 20:41:48 +00:00
annexuser
2f644979fa Added a comment 2013-01-19 20:40:28 +00:00
Joey Hess
4ca9b6bdcf Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-19 12:13:46 -04:00
http://joeyh.name/
4fb9aaaec7 Added a comment 2013-01-19 16:13:20 +00:00
Joey Hess
9291d4d67e reclose; fixed in 5a9f8acb99 2013-01-19 12:07:20 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
a17493b8f9 bug not fixed 2013-01-19 06:55:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
7a2718eefa Added a comment 2013-01-19 06:53:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
9fe5634534 Added a comment: Prefer the system/path git binaries if they're a newer version 2013-01-19 06:20:38 +00:00
http://joeyh.name/
9816ea64de Added a comment 2013-01-18 20:25:05 +00:00
http://joeyh.name/
14bfd84cd8 Added a comment 2013-01-18 20:18:36 +00:00
Joey Hess
a235e22ca7 Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-18 13:18:24 -04:00
Joey Hess
09e6ddc6ff done 2013-01-18 13:00:42 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkvSZ1AFJdY_1FeutZr_KWeqtzjZta1PNE
6e0bc560ca Added a comment 2013-01-18 16:30:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn3m4J087saKH761otsxmTtQdme8mWL0Uc
299aeca177 2013-01-18 10:46:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnjjCyhVEcTRM5m4iIBqL3ZCooPx7ZYB_E
465eba4e48 Added a comment 2013-01-18 09:08:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck
289e23f993 2013-01-18 00:20:04 +00:00
http://joeyh.name/
057311533f Added a comment 2013-01-17 20:59:03 +00:00
http://joeyh.name/
73271dd931 Added a comment 2013-01-17 18:30:06 +00:00
Joey Hess
7272179979 avoid running pre-commit hook in direct mode
The code that handles committing unlocked files in indirect mode did
something unexpected and data lossy.
2013-01-17 14:11:01 -04:00
http://a-or-b.myopenid.com/
67f275dba4 Added a comment 2013-01-17 02:13:03 +00:00
http://a-or-b.myopenid.com/
866e8fd345 2013-01-17 02:11:45 +00:00
http://a-or-b.myopenid.com/
4821b67a61 Added a comment 2013-01-17 01:57:06 +00:00
Joey Hess
8aeeedcc4e fixed 2013-01-16 21:46:49 -04:00
http://joeyh.name/
78e7a1b054 Added a comment 2013-01-17 01:45:59 +00:00
http://joeyh.name/
cd73c2fc31 Added a comment 2013-01-17 01:35:45 +00:00
http://joeyh.name/
2c47bab630 Added a comment 2013-01-17 00:46:28 +00:00
http://a-or-b.myopenid.com/
1f6363aa8d 2013-01-16 23:58:24 +00:00
Joey Hess
88df952243 Deal with incompatability in gpg2, which caused prompts for encryption passphrases rather than using the supplied --passphrase-fd. 2013-01-16 15:27:46 -04:00
http://joeyh.name/
264bc5354e Added a comment 2013-01-16 19:05:38 +00:00
joksnet
a5e03ba7b1 Added a comment 2013-01-16 17:23:27 +00:00
http://joeyh.name/
2fe335622b Added a comment 2013-01-16 02:17:44 +00:00
http://joeyh.name/
79e068c75f Added a comment 2013-01-16 02:17:26 +00:00
joksnet
400d5769f0 Added a comment: Working now 2013-01-16 01:36:43 +00:00
joksnet
1a0dc755c5 With S3, GPG ask for a new passphrase 2013-01-16 01:19:31 +00:00
Joey Hess
ba9271d6ed Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-15 16:44:03 -04:00
Joey Hess
13aaf69cdb webapp: Fix crash adding removable drive that has an annex directory in it that is not a git repository. 2013-01-15 16:43:44 -04:00
http://joeyh.name/
10edb04cfe Added a comment 2013-01-15 20:20:25 +00:00
Joey Hess
ab8ae25450 close 2013-01-15 16:16:15 -04:00
Joey Hess
f2673cf725 close; old bug 2013-01-15 16:14:40 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkWzAq6TusMi9zI3FLkDOETRIAUTtmGZVg
4584587eb9 2013-01-15 16:07:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkHDm_DOFRcHYebCnnYKKyIwiPD4iOiiIU
9aa71efcbf removed 2013-01-15 09:39:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkHDm_DOFRcHYebCnnYKKyIwiPD4iOiiIU
0f3c870177 Added a comment 2013-01-15 09:38:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkHDm_DOFRcHYebCnnYKKyIwiPD4iOiiIU
9c16d353a4 Added a comment 2013-01-15 09:38:34 +00:00
http://piotr.ozarowski.pl/
14534a5c81 Added a comment: Re: comment 1 2013-01-15 09:26:21 +00:00
modules
51cfe4b407 2013-01-15 07:35:42 +00:00
modules
eba7f731a4 2013-01-15 07:35:12 +00:00
arafel
17a6eb0aab Added a comment 2013-01-14 23:22:19 +00:00
http://joeyh.name/
79a35ab4d3 Added a comment 2013-01-14 22:54:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn-4QWOFI0QQ4n-yu-oFq3PHeuSPUv_-b4
c82ce18459 Added a comment 2013-01-14 22:10:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
e7b4090d06 Added a comment 2013-01-14 21:57:30 +00:00
annexuser
84fcb445c9 Added a comment 2013-01-14 21:26:18 +00:00
arafel
286b2f31c7 Added a comment 2013-01-14 21:19:13 +00:00
arafel
48d47807c6 Added a comment 2013-01-14 20:50:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhjlfoU21OiXKH_MXw75Uq5EsX7LJW5p0
c8be71490f Added a comment 2013-01-14 20:14:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkHDm_DOFRcHYebCnnYKKyIwiPD4iOiiIU
6c89d758cb Added a comment 2013-01-14 20:04:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhjlfoU21OiXKH_MXw75Uq5EsX7LJW5p0
17ed18460f Added a comment 2013-01-14 20:04:02 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhjlfoU21OiXKH_MXw75Uq5EsX7LJW5p0
6dd1678dd5 Added a comment 2013-01-14 19:52:16 +00:00
Joey Hess
d9963ebf1d Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-14 15:10:29 -04:00
http://joeyh.name/
a882acdf4a Added a comment 2013-01-14 19:06:38 +00:00
Joey Hess
f51ad2a00c assistant: Avoid committer crashing if a file is deleted at the wrong instant. 2013-01-14 15:02:13 -04:00
Joey Hess
78c7efb258 Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-14 14:31:07 -04:00
http://joeyh.name/
174cbdcce5 Added a comment 2013-01-14 17:40:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkHDm_DOFRcHYebCnnYKKyIwiPD4iOiiIU
ea6cdd11b6 Added a comment 2013-01-14 17:37:45 +00:00
Joey Hess
0d2ac184b5 webapp: Avoid illegal characters in hostname when creating S3 or Glacier remote. 2013-01-14 12:54:29 -04:00
Joey Hess
529f698960 Merge branch 'master' of ssh://git-annex.branchable.com 2013-01-14 12:40:12 -04:00
http://joeyh.name/
7ae4877e35 Added a comment 2013-01-14 16:39:00 +00:00
http://joeyh.name/
c455f96740 Added a comment 2013-01-14 16:31:06 +00:00
http://joeyh.name/
41e1a9b6bc Added a comment 2013-01-14 16:27:01 +00:00
Joey Hess
e080064648 close 2013-01-14 12:14:33 -04:00
http://joeyh.name/
0954244979 Added a comment 2013-01-14 16:07:18 +00:00
Joey Hess
85c564ea94 In direct mode, files with the same key are no longer hardlinked, as that would cause a surprising behavior if modifying one, where the other would also change. 2013-01-14 11:56:37 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnjjCyhVEcTRM5m4iIBqL3ZCooPx7ZYB_E
4f6388f522 2013-01-14 13:28:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnjjCyhVEcTRM5m4iIBqL3ZCooPx7ZYB_E
34104a25c7 2013-01-14 11:22:22 +00:00
annexuser
d65f86a258 2013-01-13 23:26:55 +00:00
arafel
0df50efe04 Adding OS information. 2013-01-13 22:07:30 +00:00
arafel
a425d74730 2013-01-13 22:06:43 +00:00
annexuser
93ebde4796 2013-01-13 20:16:51 +00:00
http://cyprio.net/
f2c573a67e 2013-01-13 15:47:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkHDm_DOFRcHYebCnnYKKyIwiPD4iOiiIU
8d3eb0764c 2013-01-13 14:13:59 +00:00