Commit graph

12887 commits

Author SHA1 Message Date
Joey Hess
134fdefb8c fsck: When run with --all or --unused, while .gitattributes annex.numcopies cannot be honored since it's operating on keys instead of files, make it honor the global numcopies setting, and the annex.numcopies git config setting. 2014-02-20 14:45:17 -04:00
Joey Hess
2845224884 close 2014-02-20 14:25:24 -04:00
http://joeyh.name/
e1c71981fe Added a comment: Could I get a "version", brethren? 2014-02-20 17:58:32 +00:00
Joey Hess
fe5f7b9a48 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-20 13:57:06 -04:00
Joey Hess
5ef4f1d603 close 2014-02-20 13:42:28 -04:00
http://joeyh.name/
200ee83848 Added a comment 2014-02-20 17:42:10 +00:00
Joey Hess
a6ec84af67
https 2014-02-20 13:26:53 -04:00
Joey Hess
f7d418cd1a
credits 2014-02-20 13:25:57 -04:00
Joey Hess
5e2f391bca
fix link 2014-02-20 13:24:34 -04:00
Joey Hess
767dec171b
views demo screencast 2014-02-20 13:23:07 -04:00
Joey Hess
bbb7440162
better proposed syntax for filename derived metadata 2014-02-20 13:04:57 -04:00
Joey Hess
a1c28de86d Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-20 13:02:11 -04:00
Joey Hess
c7489ad4e2
todo: metadata derived from master branch filename 2014-02-20 13:00:05 -04:00
Joey Hess
2f52fa60d1 todo: git annex add while on view, what to do? 2014-02-20 12:37:28 -04:00
Joey Hess
19bec37590 todo: assistant support 2014-02-20 12:34:11 -04:00
Helmut Grohne
8fdade6819 there is nothing for git-annex to do to support ASIC hashing 2014-02-20 13:39:49 +01:00
https://www.google.com/accounts/o8/id?id=AItOawmPTL3pk1gDt1-zQJY2Qv0K8VzPbTYUmPQ
680bd465a7 2014-02-20 11:32:49 +00:00
http://grossmeier.net/
eddf388162 Added a comment: indirect vs direct 2014-02-20 06:25:32 +00:00
http://grossmeier.net/
cdb4a1e0a7 no sense in showing all those unused files 2014-02-20 06:22:35 +00:00
http://grossmeier.net/
70eb132846 rename forum/copy_unused_and_unused_not_agreeing.mdwn to bugs/copy_unused_and_unused_not_agreeing.mdwn 2014-02-20 06:13:21 +00:00
http://grossmeier.net/
07a5982716 2014-02-20 06:06:30 +00:00
Joey Hess
b4cd752696
devblog 2014-02-19 21:56:42 -04:00
Joey Hess
0dba83aa87
update 2014-02-19 17:50:30 -04:00
Joey Hess
33f2ea61ff Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-19 17:39:58 -04:00
Joey Hess
dd7b99c860 add tip about metadata driven views (and more flexible view filtering)
While writing this documentation, I realized that there needed to be a way
to stay in a view like tag=* while adding a filter like tag=work that
applies to the same field.

So, there are really two ways a view can be refined. It can have a new
"field=explicitvalue" filter added to it, which does not change the
"shape" of the view, but narrows the files it shows.
Or, it can have a new view added, which adds another level of
subdirectories.

So, added a vfilter command, which takes explicit values to add to the
filter, and rejects changes that would change the shape of the view.

And, made vadd only accept changes that change the shape of the view.

And, changed the View data type slightly; now components that can match
multiple metadata values can be visible, or not visible.

This commit was sponsored by Stelian Iancu.
2014-02-19 16:29:56 -04:00
Joey Hess
d8ce6cac36 metadata: add --tag and --untag shorthand options 2014-02-19 15:04:12 -04:00
Joey Hess
e7672f197e new section for metadata 2014-02-19 14:55:34 -04:00
Joey Hess
39ebfa1a2e pre-commit: Update metadata when committing changes to annexed files within a view.
So the user can now switch to a view and then move files around within it
to manage metadata. For example, moving a file into a new directory
when in the tags=* view adds a tag to it.

Implementation is fairly efficient. One diff-index, which is no more
expensive than the first stage of a git commit, followed by possibly
some cat-file --batch traffic to find the key (when deleting a file).
Very similar to what's done in direct mode when committing. And like
direct mode when updating the WC after a merge, it has to buffer the
diff-tree values in order to make 2 passes over them.

When not in a view, pre-commit now does one extra git symbolic-ref,
which is tiny overhead.

This commit was sponsored by Andrew Eskridge.
2014-02-19 14:17:58 -04:00
http://grossmeier.net/
5194b162fa 2014-02-19 18:16:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm3ayIrWKe5SqLYomXiCL-l2CDpREvA-IE
3a94295ed1 Added a comment: Seconding this Bug. 2014-02-19 02:04:34 +00:00
Joey Hess
57d7491d1f
devblog 2014-02-18 21:58:19 -04:00
Joey Hess
1a53c87057 vpop N 2014-02-18 21:57:21 -04:00
Joey Hess
8ff05cf55b Merge branch 'view' 2014-02-18 21:50:24 -04:00
Joey Hess
67a5f02a0b add vcycle command 2014-02-18 20:16:28 -04:00
Joey Hess
f603692a72 add vadd command 2014-02-18 20:02:09 -04:00
http://23.gs/
0e6173ab57 2014-02-18 23:59:16 +00:00
Greg Grossmeier
4650a1f749 initremote -> enableremote, pretty sure 2014-02-18 15:53:48 -08:00
http://grossmeier.net/
be67112e43 Added a comment: missing steps? 2014-02-18 23:51:01 +00:00
Joey Hess
67fd06af76 add git annex view command
(And a vpop command, which is still a bit buggy.)

Still need to do vadd and vrm, though this also adds their documentation.

Currently not very happy with the view log data serialization. I had to
lose the TDFA regexps temporarily, so I can have Read/Show instances of
View. I expect the view log format will change in some incompatable way
later, probably adding last known refs for the parent branch to View
or something like that.

Anyway, it basically works, although it's a bit slow looking up the
metadata. The actual git branch construction is about as fast as it can be
using the current git plumbing.

This commit was sponsored by Peter Hogg.
2014-02-18 18:22:20 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
32ecaad586 2014-02-18 18:28:27 +00:00
http://geoffreyirving.myopenid.com/
a345c74e8a Added a comment: encrypted home directory 2014-02-18 18:05:25 +00:00
http://geoffreyirving.myopenid.com/
1585480c37 2014-02-18 17:49:35 +00:00
stp
5c81fce77f 2014-02-17 23:27:05 +00:00
stp
759ccd0601 Added a comment: Update one forgetting keys no longer present 2014-02-17 23:21:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnFjuvfPpi1kf6l54bxfFUm0Aw_Gf_IO0o
8f10390095 Added a comment: Too big to fsck 2014-02-17 22:33:39 +00:00
stp
b820820ba3 Added a comment: Earlier version syntax was removed 2014-02-17 16:05:34 +00:00
stp
30561e2f02 removed 2014-02-17 16:05:10 +00:00
stp
cda6566514 Added a comment: Earlier version syntax was removed 2014-02-17 16:01:16 +00:00
stp
035b6c8552 2014-02-17 15:56:56 +00:00
stp
9e8370d1b9 Fix command to match fsck description 2014-02-17 15:53:46 +00:00
stp
d873483be6 2014-02-17 15:49:10 +00:00
stp
ee37c0b79a 2014-02-17 15:38:36 +00:00
https://renaud.casenave.fr/
8f1e02f2a8 Added a comment 2014-02-17 13:15:24 +00:00
Helmut Grohne
008b4ca27e comment on descriptive git-annex commit messages 2014-02-17 08:45:43 +01:00
https://www.google.com/accounts/o8/id?id=AItOawn3rK4VDzxyhmrIc18z7F5OuXvEbUsgUac
a7441a3d69 Added a comment: no more issue 2014-02-17 04:25:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn3rK4VDzxyhmrIc18z7F5OuXvEbUsgUac
fb56b4ecfb Added a comment: Progress, but still issues 2014-02-17 04:09:23 +00:00
Joey Hess
c54792e367 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-16 17:43:21 -04:00
Joey Hess
2825f2e41d devblog 2014-02-16 17:39:39 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo
a28dda7e04 Added a comment: No working ubuntu package 2014-02-16 20:50:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk3HGoDpnOPob5jOjvIootmkve1-nCpRiI
9f87e333c8 Added a comment: Declare path on first line of bashrc? 2014-02-15 18:36:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn3rK4VDzxyhmrIc18z7F5OuXvEbUsgUac
43516a8753 2014-02-15 16:56:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlVsvZpOtQ_ukVysPjQxJEBlKCM5lsgPkk
dcbb0bfc9e Added a comment: nice 2014-02-15 09:51:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmZgZuUhZlHpd_AbbcixY0QQiutb2I7GWY
4ae5b698d0 2014-02-15 04:53:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmZgZuUhZlHpd_AbbcixY0QQiutb2I7GWY
93192062d0 2014-02-15 04:52:12 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn3rK4VDzxyhmrIc18z7F5OuXvEbUsgUac
91bde28ab5 Added a comment: build issue with brew technique on Darwin Kernel Version 13.0.0 2014-02-15 02:17:17 +00:00
Joey Hess
9b71f0f047 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-14 17:02:52 -04:00
Joey Hess
6f09c0442d devblog 2014-02-14 17:02:14 -04:00
Joey Hess
fd09798e40 windows webapp: fix rsync.net support 2014-02-14 15:47:54 -04:00
https://openid.stackexchange.com/user/3f8a1927-744c-4409-8425-48fb3c86672f
6800c63461 Added a comment 2014-02-14 19:16:03 +00:00
Joey Hess
8613f226b3 reorg 2014-02-14 14:39:54 -04:00
Joey Hess
37cb65a99f remote ssh server testing and working on windows 2014-02-14 14:27:11 -04:00
Joey Hess
01b07a9ca6 update 2014-02-14 14:06:51 -04:00
Joey Hess
626829a061 forgot to close 2014-02-14 14:04:01 -04:00
Joey Hess
d007d1ac0c windows: hack to ensure HOME is always set 2014-02-14 14:03:24 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo
529604c643 Added a comment: Still problems 2014-02-14 11:30:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
9e065a3c23 Not yet fixed
This reverts commit 1c6dc0521f
2014-02-14 09:04:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
c2f38dbb86 Added a comment: Not fixed 2014-02-14 09:03:30 +00:00
Joey Hess
ddaaf3e230
devblog 2014-02-13 17:06:10 -04:00
Joey Hess
c60f0b57d2 windows: Fix daemon pid file locking.
Well, as much as it can be fixed on windows. Not atomic; not entirely
guarded against the wrong process having the pid file locked.
2014-02-13 17:02:28 -04:00
Joey Hess
f11f7520b5 windows: Fix process termination code.
The ctrl-c hack used before didn't actually seem to work.

No haskell libraries expose TerminateProcess. I tried just calling it via
FFI, but got segfaults, probably to do with the wacky process handle not
being managed correctly. Moving it all into one C function worked.

This was hell. The EvilLinker hack was just final icing on the cake.
We all know what the cake was made of.
2014-02-13 15:53:10 -04:00
Joey Hess
84083ecdd3 Windows: Crazy hack to make file manager not start hidden underneath web browser window
I can't even..
2014-02-13 13:16:28 -04:00
Joey Hess
36e66997c6 Windows: Fix startAssistant to not wait for ever for a non-daemonizing process
Seemed to fix several problems.
2014-02-13 13:05:07 -04:00
Joey Hess
8952ccec1b windows: fix fsck --incremental to not crash
Although it is still not incremental.
2014-02-13 12:40:10 -04:00
Joey Hess
1c6dc0521f
close 2014-02-13 11:55:10 -04:00
Joey Hess
4675d45f8f Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-13 11:39:59 -04:00
Joey Hess
7a0b485c4d
reference branch 2014-02-13 11:39:03 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnq-RfkVpFN15SWvQ2lpSGAi0XpNQuLxKM
2e6a8742a4 2014-02-13 14:03:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm78jq1Uo-ZbyOPG3diJUWVvEiM0kyAcvk
0b3e64b285 Added a comment: further information 2014-02-13 13:33:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm78jq1Uo-ZbyOPG3diJUWVvEiM0kyAcvk
e450abae4e 2014-02-13 13:29:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm78jq1Uo-ZbyOPG3diJUWVvEiM0kyAcvk
3e6b9fb161 2014-02-13 13:11:18 +00:00
ganwell
e85698d8fb 2014-02-13 12:15:30 +00:00
ganwell
a7cfe574be 2014-02-13 12:00:25 +00:00
Joey Hess
2075cdeb59
limiting files based on metadata
Note that there is currently no caching, so
	--metadata foo=bar --metadata tag=blah
will currently read the log 2x per file.
2014-02-13 02:24:30 -04:00
Joey Hess
0e9a72b356
metacata command can now operate on many files at once 2014-02-13 01:49:38 -04:00
Joey Hess
d4236e4766 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-12 22:53:15 -04:00
Joey Hess
739084b831
devblog 2014-02-12 22:52:30 -04:00
http://lj.rossia.org/users/imz/
06b00b8bfa link markup 2014-02-13 01:47:32 +00:00
Joey Hess
9f7e76130e add metadata command to get/set metadata
Adds metadata log, and command.

Note that unsetting field values seems to currently be broken.
And in general this has had all of 2 minutes worth of testing.

This commit was sponsored by Julien Lefrique.
2014-02-12 21:30:33 -04:00
Joey Hess
1b79d18a40 data types and serialization for metadata
A very haskell commit! Just data types, instances to serialize the metadata
to a nice format, and QuickCheck tests.

This commit was sponsored by Andreas Leha.
2014-02-12 17:57:32 -04:00
http://joeyh.name/
5a6a778dd8 Added a comment 2014-02-12 16:27:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm78jq1Uo-ZbyOPG3diJUWVvEiM0kyAcvk
4494c5fc03 Added a comment: Same problem here 2014-02-12 13:17:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkI9pq1WH6MWeExXHVQVEsniT3DdFv4AB8
35e110f3a3 Added a comment: fix confirmed 2014-02-12 12:05:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
fa3089c275 This reverts commit 3afc1c57c8 2014-02-12 11:31:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
3afc1c57c8 removed 2014-02-12 11:29:20 +00:00
Richard Hartmann
592fea235e Grammo 2014-02-12 08:28:12 +01:00
http://joeyh.name/
13d44a32ce removed 2014-02-11 21:40:27 +00:00
http://joeyh.name/
9668a29a80 Added a comment 2014-02-11 21:39:46 +00:00
http://joeyh.name/
192e6805b3 Added a comment 2014-02-11 21:39:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkNE-H4vEcbcGndxq5daT8qUb7yIf7r1OE
d6dfdca98f Added a comment 2014-02-11 21:05:01 +00:00
Joey Hess
b53ef30433
use map 2014-02-11 16:35:52 -04:00
Joey Hess
b7ffe599e8
unify fields and tags 2014-02-11 16:27:27 -04:00
Joey Hess
faed5d3cc2
devblog 2014-02-11 16:21:42 -04:00
Joey Hess
cf44fc1acb Windows webapp: Can create repos on removable drives. 2014-02-11 16:15:40 -04:00
Joey Hess
029a1c431a
remove windows --git-dir unix style path hack
This is no longer necessary, at least with msysgit 1.8.5.2.msysgit.0.
Its root cause may have been fixed by other recent git path fixes.
It was causing the webapp to fail to make repos on other drives.
2014-02-11 16:12:22 -04:00
Joey Hess
2ed728e7e6
note 2014-02-11 14:16:15 -04:00
Joey Hess
b93ebfa886 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-11 14:08:44 -04:00
Joey Hess
fa24ba2520 plumb creds from webapp to initremote
Avoids abusing setting environment variables, which was always a hack
and won't work on windows.
2014-02-11 14:07:56 -04:00
http://joeyh.name/
b3addf26d9 Added a comment: finished rebuilding everything 2014-02-11 17:48:07 +00:00
Joey Hess
8108efbe9f typo 2014-02-11 11:47:45 -04:00
Joey Hess
94145e8f73
cleanup 2014-02-11 11:40:49 -04:00
Joey Hess
2e5c33883d
correction 2014-02-11 11:40:09 -04:00
Joey Hess
aa06e913e5
every idea that came to me in my sleep. there were rather a lot of them 2014-02-11 11:37:53 -04:00
Joey Hess
5e8dee6cb0 interesting new design just gelled.. almost 2014-02-11 10:48:52 -04:00
http://schnouki.net/
4515fa10aa Added a comment 2014-02-11 13:44:10 +00:00
http://schnouki.net/
4ae8685477 Added a comment 2014-02-11 13:38:54 +00:00
http://schnouki.net/
00d7be3f92 add hubiC special remote 2014-02-11 13:35:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmYwE2LrTHAgbco1mEa_y8rGVqX7exIoxc
5932dcfa5f Added a comment: Replace the gitdir by a symbolic link 2014-02-11 08:06:53 +00:00
https://www.rfc1149.net/
fd8a552064 2014-02-11 08:04:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
a5b2dee700 Added a comment 2014-02-11 08:01:48 +00:00
http://joeyh.name/
36b1365701 Added a comment 2014-02-11 01:36:52 +00:00
Joey Hess
408d0e6a45 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-10 21:12:48 -04:00
Joey Hess
94f3718dfe
fix missing SETCONFIG Value 2014-02-10 21:11:48 -04:00
http://joeyh.name/
2eabc54afa Added a comment 2014-02-11 00:48:35 +00:00
rasmus
e99ba05d5b Added a comment: Bug? 2014-02-11 00:36:52 +00:00
http://joeyh.name/
3f4c12f40a Added a comment 2014-02-10 23:25:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkI9pq1WH6MWeExXHVQVEsniT3DdFv4AB8
d37ba0c5c4 Added a comment: problem still persists 2014-02-10 22:55:33 +00:00
Joey Hess
061a422530
devblog 2014-02-10 18:48:12 -04:00
Joey Hess
66c9cb6e39
tried everything in webapp on windows. add list of TODOs 2014-02-10 18:24:36 -04:00
Joey Hess
da8ca05a02 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-10 15:28:24 -04:00
Joey Hess
54c587b617 telehash security 2014-02-10 14:56:16 -04:00
http://schnouki.net/
1e0a3addea Added a comment 2014-02-10 18:22:56 +00:00
Joey Hess
d99db49659 add news item for git-annex 5.20140210 2014-02-10 14:07:15 -04:00
Joey Hess
490226205d
s/large/annexed/ 2014-02-10 12:26:47 -04:00
Joey Hess
0b9bfb1977
update for direct mode 2014-02-10 12:01:10 -04:00
Joey Hess
4564b3dab9 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-10 11:59:45 -04:00
Joey Hess
7b9e1fbc9c
tweak wording 2014-02-10 11:59:23 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm4cjowB3PaZP00vEr255d1GdUBikE9Qdg
2d350035f8 Added a comment: clarification about what is moved / stored and where 2014-02-10 12:53:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnq-RfkVpFN15SWvQ2lpSGAi0XpNQuLxKM
3a61dbe10c 2014-02-09 13:18:54 +00:00
http://joeyh.name/
80b4d5c30a Added a comment 2014-02-09 02:13:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
2049c95d29 Added a comment 2014-02-08 23:25:29 +00:00
Joey Hess
7a605b5623 devblog 2014-02-08 17:27:35 -04:00
http://joeyh.name/
d30537a85d Added a comment 2014-02-08 21:23:02 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
015258ba92 Added a comment 2014-02-08 21:08:39 +00:00
http://joeyh.name/
5491b47d14 Added a comment 2014-02-08 20:56:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
936809cec2 Added a comment 2014-02-08 20:30:00 +00:00
http://joeyh.name/
d72b5edd8b Added a comment 2014-02-08 20:12:13 +00:00
http://joeyh.name/
da965f3fee Added a comment 2014-02-08 20:03:30 +00:00
http://joeyh.name/
9822c0d787 Added a comment 2014-02-08 19:49:11 +00:00
Joey Hess
aa0484afe9 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-08 15:47:45 -04:00
Joey Hess
6f5d73dc3b Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-08 15:46:56 -04:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
7252e4e0de Added a comment 2014-02-08 19:46:49 +00:00
Joey Hess
c95d0cf7a8 Windows: Fix handling of absolute unix-style git repository paths.
Note that on Windows a remote with a path like /home/foo/bar
is interpreted by git as being some screwy relative path (relative to what
exactly seems ill-defined -- it seemed relative to C:\Program Files\Git\ in
my tests!) So no attempt has been made to handle such a path sanely, just not
to crash when encountering it.

Note that "C:\\foo" </> "/home/foo/bar" yields /home/foo/bar even though
that is not absolute! I don't know what to make of all this,
except that I will be very happy when this crock of **** vanishes from
the face of the earth.
2014-02-08 15:39:04 -04:00
http://joeyh.name/
e7e9ab085a Added a comment 2014-02-08 19:28:18 +00:00
Joey Hess
f068f4e579 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-08 15:27:54 -04:00
Joey Hess
b9e6cb07ad remove dropkey example 2014-02-08 15:25:58 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
d8762d561a Added a comment 2014-02-08 19:18:17 +00:00
http://joeyh.name/
ab146b9889 Added a comment 2014-02-08 19:17:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
5d95538733 removed 2014-02-08 19:16:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
e0c1f7884b Added a comment 2014-02-08 19:16:24 +00:00
http://joeyh.name/
92fd700f24 Added a comment 2014-02-08 18:31:23 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
6cf53f8dcb Added a comment 2014-02-08 18:30:47 +00:00
http://joeyh.name/
ed17a3b9ef Added a comment 2014-02-08 18:29:41 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
0f5f71a486 Added a comment 2014-02-08 18:13:33 +00:00
Joey Hess
f9c72b0e15 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-08 14:11:52 -04:00
Joey Hess
87596285da fixed 2014-02-08 14:11:23 -04:00
http://joeyh.name/
c239b3b963 Added a comment: doubt this has anything to do with spaces 2014-02-08 17:44:45 +00:00
http://joeyh.name/
b0d54d7c62 Added a comment 2014-02-08 17:42:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
fa3450079c Added a comment 2014-02-08 17:23:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
a704fe5bf4 Added a comment 2014-02-08 14:46:10 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
19d679da54 2014-02-08 14:28:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
ce1cf565f2 Added a comment 2014-02-07 22:12:44 +00:00
Joey Hess
6abcbc8951 devblog 2014-02-07 18:08:20 -04:00
Joey Hess
250df4685c avoid broken version of DAV 2014-02-07 17:42:52 -04:00
Joey Hess
10b6ed37ec Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-07 17:27:13 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
3586248b06 Added a comment 2014-02-07 20:57:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
2c10511e5f Added a comment 2014-02-07 19:38:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkI9pq1WH6MWeExXHVQVEsniT3DdFv4AB8
140894a23f 2014-02-07 19:34:04 +00:00
http://joeyh.name/
8051c29f74 Added a comment 2014-02-07 19:28:00 +00:00
http://joeyh.name/
b5ebdfefd9 Added a comment 2014-02-07 19:21:21 +00:00
Joey Hess
cb8dfe8dd3 update 2014-02-07 15:18:38 -04:00
http://joeyh.name/
38b89a514c Added a comment 2014-02-07 19:14:47 +00:00
http://joeyh.name/
c41df72831 Added a comment 2014-02-07 19:12:10 +00:00
http://joeyh.name/
14f0c381c6 Added a comment 2014-02-07 19:11:01 +00:00
http://joeyh.name/
26694e6c91 Added a comment 2014-02-07 19:07:12 +00:00
http://joeyh.name/
9be71fea87 Added a comment 2014-02-07 19:03:30 +00:00
http://joeyh.name/
2a94ba01fc Added a comment 2014-02-07 18:59:29 +00:00
Joey Hess
3cbaa68be8 Android: Avoid crashing when unable to set file mode for ssh config file due to Android filesystem horribleness. 2014-02-07 14:57:23 -04:00
http://joeyh.name/
0e32d2b72f Added a comment 2014-02-07 18:49:38 +00:00
Joey Hess
60d8e3a534 forwarded 2014-02-07 14:09:33 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
3e8c17c0f3 2014-02-07 17:49:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
994a2c67f5 2014-02-07 12:16:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
d662a62189 Added a comment 2014-02-07 11:36:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
194d189075 Added a comment 2014-02-07 11:16:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
fd1d3b509f Added a comment 2014-02-07 11:12:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
572b0b6bcc Added a comment 2014-02-07 11:11:24 +00:00
Joey Hess
679f343905 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-06 21:08:56 -04:00
Joey Hess
d464b90faf devblog 2014-02-06 21:06:08 -04:00
Richard Hartmann
b8454659d4 Typo 2014-02-07 00:47:52 +01:00
Joey Hess
e7ae56114b Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-06 18:30:29 -04:00
Joey Hess
3a3fda5bc0 Fix initremote with encryption=pubkey to work with S3, glacier, webdav, and external special remotes. 2014-02-06 18:25:31 -04:00
http://joeyh.name/
e7a3796eb4 Added a comment 2014-02-06 22:07:55 +00:00
http://joeyh.name/
89055fabb9 removed 2014-02-06 21:53:40 +00:00
http://joeyh.name/
01c840cefd Added a comment 2014-02-06 21:53:23 +00:00
http://joeyh.name/
c452d71b4f Added a comment 2014-02-06 21:51:09 +00:00
Joey Hess
43d17632f6 remove workaround for old bug
ef24751922 described a bug moving between
remotes in direct mode; I can no longer reproduce it with this strange
workaround removed. Also test suite still passes. Hope the broken code just
got fixed in the meantime.
2014-02-06 17:36:14 -04:00
Joey Hess
897d877472 work around absNormPath not working on Windows
When making git-annex links, we want unix-style paths in the link targets.
2014-02-06 17:17:35 -04:00
Joey Hess
28cabd9909 Revert "work around absNormPath not working on Windows"
This reverts commit 0fc3ad82c5.

That caused 2 other test cases to fail. Windows path slash issues are
horrible.
2014-02-06 16:59:39 -04:00
Joey Hess
0fc3ad82c5 work around absNormPath not working on Windows
Seems I punted on this while porting before. This hack relies on DOS not
using / in filenames, it's effectively an alternate path separatr in at
least current versions of windows..
2014-02-06 15:06:45 -04:00
http://joeyh.name/
eb266ace3c Added a comment 2014-02-06 17:26:59 +00:00
http://joeyh.name/
f1a9c036fd Added a comment 2014-02-06 17:11:00 +00:00
http://joeyh.name/
6bb1b2fda5 Added a comment 2014-02-06 17:05:46 +00:00
http://joeyh.name/
a2f0afcb21 Added a comment 2014-02-06 17:00:59 +00:00
http://joeyh.name/
76bed82dd2 Added a comment 2014-02-06 16:58:54 +00:00
Joey Hess
a44e01c29c --in can now refer to files that were located in a repository at some past date. For example, --in="here@{yesterday}" 2014-02-06 12:43:56 -04:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
e86db3d2ab Added a comment 2014-02-06 13:30:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
9a4be193f6 2014-02-06 11:32:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
02ff4ffa0c Added a comment 2014-02-06 11:00:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
48efaa3223 2014-02-06 10:59:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmj9PMP_cTZvlEbxJ1eqeLCb25bTU6o1pg
c7fe67a592 removed 2014-02-05 22:48:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmj9PMP_cTZvlEbxJ1eqeLCb25bTU6o1pg
33d753f9fe 2014-02-05 22:24:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmfVOIl06X7NKio-NBYZ-cfw5LFVqHMX8o
e39b90233b Added a comment: New git-annex package to blame 2014-02-05 14:23:41 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmfVOIl06X7NKio-NBYZ-cfw5LFVqHMX8o
febee06155 Added a comment: Hash is the same 2014-02-05 11:13:12 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmfVOIl06X7NKio-NBYZ-cfw5LFVqHMX8o
afab5f14af 2014-02-05 11:06:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkRtPz8CAz_1sBR0Rf-b8OlQQ49v9JxOIE
a5330fbff5 Added a comment: re: Not an backup 2014-02-05 10:45:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawltxdgYMUK4CMJh3jC8AlegwyoiHA9Ka7o
0e8db60032 Describe symlink issue on Windows 2014-02-05 02:22:50 +00:00
Joey Hess
05745e88d2 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-04 17:34:34 -04:00
Joey Hess
e20acd9f7a devblog 2014-02-04 17:34:05 -04:00
Joey Hess
0be48c58e3 update 2014-02-04 15:13:25 -04:00
Joey Hess
5d7777cbe2 set up git email config in clone repos too when running test
This fixes the problem of the environment variables apparently not being
seen on Windows. I could probably remove the setting of the env vars from
Test.hs now as this covers it better.

Note that outside the test suite, git-annex on windows seems to manage to
configure the repo so commits work on its own.
2014-02-04 14:31:52 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
9455a05ef7 Added a comment 2014-02-04 14:05:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
827fc98e99 Added a comment 2014-02-04 14:04:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw
ceef16f1f5 Added a comment 2014-02-04 13:45:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm8mE_yKvTHFnrQn4MZkvt7pHebyPRqN-E
682100a02f removed 2014-02-04 10:06:02 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm8mE_yKvTHFnrQn4MZkvt7pHebyPRqN-E
994ebedaf2 Added a comment: Me too 2014-02-04 10:03:36 +00:00
139.80.40.12
1ec1029040 poll vote (Tahoe-LAFS) 2014-02-04 03:04:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawltxdgYMUK4CMJh3jC8AlegwyoiHA9Ka7o
1a6e591a9f Added a comment 2014-02-04 02:05:37 +00:00
Joey Hess
83e6fb7319 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-03 21:26:04 -04:00
Joey Hess
631eeea5a5 devblog 2014-02-03 21:25:33 -04:00
Joey Hess
2287c88bfd update 2014-02-03 21:24:23 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmZgZuUhZlHpd_AbbcixY0QQiutb2I7GWY
90439c43d2 2014-02-03 22:04:58 +00:00
Joey Hess
1c997fd08c fix test suite to pass on windows
On windows, the sync of the second cloned repo to origin failed, because
synced/master was a non-fast-forward. This may be a bug of its own, but
it's not the issue that this test was intended to test, so disconnect
the repos from origin before syncing.
2014-02-03 12:12:50 -04:00
Joey Hess
01df5ed31d Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-03 10:45:32 -04:00
https://launchpad.net/~timo-linux
c3fdbafdf6 Added a comment: Still have not found a reasonable solution for this myself. 2014-02-03 14:34:15 +00:00
Joey Hess
08afe3a1f6 fix failing test case on Windows
ensure file being modified is all read before it's opened for write
2014-02-03 10:20:18 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
d2b991e6c0 Added a comment 2014-02-03 11:31:49 +00:00
Joey Hess
45a9c3c64e Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-02 19:58:13 -04:00
Joey Hess
1858c1f44a Document in man page that sshcaching uses ssh ControlMaster. Closes: #737476 2014-02-02 19:27:47 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmdPlD2j96DEwNSGiAHUYKnz2oFHC3rDQY
0d5304cc92 Note about git-annex assistant 2014-02-02 22:59:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmdPlD2j96DEwNSGiAHUYKnz2oFHC3rDQY
a9d9b6ee8f Formatting fixes 2014-02-02 22:56:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmdPlD2j96DEwNSGiAHUYKnz2oFHC3rDQY
7b6a108437 2014-02-02 22:55:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkNE-H4vEcbcGndxq5daT8qUb7yIf7r1OE
c6ee7f143a openwrt packages. multiplle architectures 2014-02-02 22:35:55 +00:00
http://joeyh.name/
097bc2b558 Added a comment 2014-02-02 21:13:22 +00:00
Joey Hess
db82c3dc8f Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-02 17:08:51 -04:00
Joey Hess
de8126ab72 add a walkthrough section discussing git-annex's skipping of files on noop 2014-02-02 17:01:41 -04:00
Joey Hess
ba6cba97d2 update docs for sync --content 2014-02-02 16:21:42 -04:00
Joey Hess
089c0109a2 Added ways to configure rsync options to be used only when uploading or downloading from a remote. Useful to eg limit upload bandwidth. 2014-02-02 16:06:34 -04:00
Joey Hess
9e4675d3c8 close; fixed by bbef0cddfd 2014-02-02 15:33:29 -04:00
Joey Hess
18c98c8cfa improve directory special remote docs 2014-02-02 15:26:33 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
08febc9a61 Added a comment 2014-02-02 16:48:46 +00:00
Joey Hess
c87ecaa543 remove comment posted directly to comments page 2014-02-01 15:05:21 -04:00
Joey Hess
7ae4a295d2 Merge branch 'master' of ssh://git-annex.branchable.com 2014-02-01 15:05:11 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkQsZE5doTYwTsizI1Ym8SHxGIW9yWkp2s
d7a4e6c1db 2014-02-01 18:31:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnhrtcVb6osHXjvZeNpj9diqh_JjyARc30
2201b20bf4 2014-02-01 16:43:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnq-RfkVpFN15SWvQ2lpSGAi0XpNQuLxKM
9168bcd1bd 2014-02-01 16:28:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk4_47QIHYfGlI9aL04LXxOczcYABmmIfA
d975d2b952 Added a comment: On Opensuse 13.1 - I was able to run git-annex-webapp once. 2014-02-01 15:35:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk4_47QIHYfGlI9aL04LXxOczcYABmmIfA
fba4b7ddd1 Added a comment: On Opensuse 13.1 - I was able to run git-annex-webapp once. 2014-02-01 15:34:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl7Tgnd2BBdIXVlNKjG4dkTj3paf7FHeHQ
7f381aa15d Added a comment: ssh-askpass workaround does work 2014-02-01 06:28:41 +00:00
https://me.yahoo.com/a/VemDaJIx1OlHQEvbDZnBbgXZtkod0g--#e5f92
5b87a04dcb 2014-02-01 05:32:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx07B9weuZowXqh--1BDvGw8VM25aXsRw
757e4a3a63 Added a comment 2014-02-01 02:44:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkVnM7Ol2kr_jfLg6h_oXpmNdxWHIiL9mk
0311121bcc Added a comment 2014-01-31 23:17:50 +00:00
Joey Hess
149527e666 Merge branch 'master' of ssh://git-annex.branchable.com 2014-01-31 17:33:59 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnNqLKszWk9EoD4CDCqNXJRIklKFBCN1Ao
5a33b431a5 Added a comment: clean up 2014-01-31 19:55:31 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnhrtcVb6osHXjvZeNpj9diqh_JjyARc30
bffb383bdb Possibly missing space 2014-01-31 13:37:37 +00:00
Hanno
0f3a7e4e4b Added a comment 2014-01-31 10:39:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnPgn611P6ym5yyL0BS8rUzO0_ZKRldMt0
9efc1b7514 Added a comment: What are those ? 2014-01-31 07:37:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl7Tgnd2BBdIXVlNKjG4dkTj3paf7FHeHQ
28cd3a9208 2014-01-31 07:31:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl7Tgnd2BBdIXVlNKjG4dkTj3paf7FHeHQ
bd39b496c9 2014-01-31 07:29:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnlotDRSLW2JVXY3SLSwhrcHteqUHhTtoY
f3a70d30a3 Added a comment 2014-01-31 00:45:48 +00:00
Joey Hess
82e876b0dd close 2014-01-30 17:48:19 -04:00
https://launchpad.net/~maestro-alubia
1f7c083255 Added a comment 2014-01-30 20:50:32 +00:00
Joey Hess
ee164ccbbb windows test suite down to only 2 failures 2014-01-30 15:57:41 -04:00
Joey Hess
2d2805e2d8 close 2014-01-30 14:41:02 -04:00
Joey Hess
b43719567c Merge branch 'master' of ssh://git-annex.branchable.com 2014-01-30 14:34:16 -04:00
http://joeyh.name/
992ed7b896 Added a comment 2014-01-30 18:33:22 +00:00
Joey Hess
f5eedfc1b6 fixed 2014-01-30 13:54:38 -04:00
Joey Hess
8b9c84e912 dup 2014-01-30 13:42:52 -04:00
http://joeyh.name/
96414083da Added a comment 2014-01-30 17:39:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawltxdgYMUK4CMJh3jC8AlegwyoiHA9Ka7o
302f5bfd4a Added a comment 2014-01-30 16:02:08 +00:00
http://cstork.org/
79f5f8d51e Added a comment: Bug fix confirmed 2014-01-30 15:29:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkVnM7Ol2kr_jfLg6h_oXpmNdxWHIiL9mk
cb99900e95 Added a comment 2014-01-30 11:18:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkVnM7Ol2kr_jfLg6h_oXpmNdxWHIiL9mk
a3ce7ea39e 2014-01-30 11:09:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo
5a1d346935 Added a comment 2014-01-30 10:52:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnm19dBCRphmtjXfopm_NpvnRwz-qIJ2Tw
1e3cdb0846 a bug when a content is both in a excluded and included directory. 2014-01-30 06:18:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnNqLKszWk9EoD4CDCqNXJRIklKFBCN1Ao
31bc41778a Added a comment: downgrading is not an easy option 2014-01-30 05:44:49 +00:00
https://id.koumbit.net/anarcat
f26c25cd0c 2014-01-30 05:35:17 +00:00
https://id.koumbit.net/anarcat
ebd96ba616 Added a comment 2014-01-30 04:57:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnNqLKszWk9EoD4CDCqNXJRIklKFBCN1Ao
ed12d6058f 2014-01-30 02:28:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnNqLKszWk9EoD4CDCqNXJRIklKFBCN1Ao
0a4bae2731 2014-01-30 02:19:52 +00:00
Gastlag
b9ff5799cd 2014-01-29 23:31:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkViAynw-AW5kjf3w_QDwCVwhPc3k7gY5E
261a74495d Added a comment: I see the same fail 2014-01-29 21:52:18 +00:00
http://joeyh.name/
f6b6b35104 Added a comment 2014-01-29 21:24:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawltxdgYMUK4CMJh3jC8AlegwyoiHA9Ka7o
cf760a1422 Added a comment 2014-01-29 20:26:18 +00:00
http://joeyh.name/
8dea272dfb Added a comment 2014-01-29 19:48:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawltxdgYMUK4CMJh3jC8AlegwyoiHA9Ka7o
651809de57 Added a comment 2014-01-29 18:43:07 +00:00
http://joeyh.name/
b1d91f9610 Added a comment 2014-01-29 17:58:26 +00:00
http://joeyh.name/
d47025631c Added a comment 2014-01-29 17:52:27 +00:00
Joey Hess
ebd200dfaa Merge branch 'master' of ssh://git-annex.branchable.com 2014-01-29 13:50:18 -04:00
http://joeyh.name/
6177ee8ea4 Added a comment 2014-01-29 17:49:20 +00:00
Joey Hess
cce69eee4d avoid using function named that conflicts with name used in newer version of process library 2014-01-29 13:44:53 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm-19QERTsjJSB-m6dWvOa1w9SOxyhFqDM
a0cacffebf 2014-01-29 17:35:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnzFs0ZJvkUvEVI_OAp0aAP1CTOw2UUXl4
36e08e4491 Added a comment: A patch to fix the problem 2014-01-29 17:26:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnzFs0ZJvkUvEVI_OAp0aAP1CTOw2UUXl4
f607d6dbca removed 2014-01-29 17:24:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnzFs0ZJvkUvEVI_OAp0aAP1CTOw2UUXl4
4d11504f65 Added a comment: A patch to fix the problem 2014-01-29 17:23:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnzFs0ZJvkUvEVI_OAp0aAP1CTOw2UUXl4
a85500d249 2014-01-29 15:32:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnzFs0ZJvkUvEVI_OAp0aAP1CTOw2UUXl4
08c76bbfcd 2014-01-29 15:31:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnzFs0ZJvkUvEVI_OAp0aAP1CTOw2UUXl4
129d48f20d 2014-01-29 15:28:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawltxdgYMUK4CMJh3jC8AlegwyoiHA9Ka7o
bb0a88cd6d Added a comment: This test is still failing on Windows 2014-01-29 14:37:34 +00:00
https://launchpad.net/~maestro-alubia
911650ebd5 2014-01-29 10:00:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo
d93f336e06 Added a comment 2014-01-29 08:26:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo
f7740a9109 Added a comment 2014-01-29 08:22:30 +00:00
http://schnouki.net/
50c031bb0d Added a comment 2014-01-29 01:19:27 +00:00
http://joeyh.name/
cc5fbf79ab Added a comment 2014-01-28 21:51:32 +00:00
http://joeyh.name/
f4b3293934 Added a comment 2014-01-28 20:58:32 +00:00
Joey Hess
97a849092c Merge branch 'master' of ssh://git-annex.branchable.com 2014-01-28 16:52:01 -04:00
Joey Hess
7990a8a2fd devblog 2014-01-28 16:48:28 -04:00
Joey Hess
721cc0cd22 rework annexed object locking in direct mode & support Windows
Seems that locking of annexed objects when they're being dropped was broken
in direct mode:

* When taking the lock before dropping, it created the .git/annex/objects
  file, as an empty file. It seems that the dropping code deleted that,
  but that is not right, and for all I know could in some situation cause
  a corrupted object to leak out.
* When the lock was checked, it actually tried to open each direct mode
  file, and checked if it was locked. Not the same lock used above, and
  could also fail if some consumer of the file locked it.

Fixed this, and added windows support by switching direct mode to lock a
.lck file.
2014-01-28 16:43:11 -04:00
EskildHustvedt
ddb208339b Added a comment 2014-01-28 19:48:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawle_3FsPDpTLXEiEVv1oPfXG1kAqOc5JUk
d2e2bef88e 2014-01-28 18:58:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkJafmCf-sg9_OM0pynFYM3AO4WCgJiaMI
c5b179880b 2014-01-28 17:45:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnPgn611P6ym5yyL0BS8rUzO0_ZKRldMt0
29aea7486d Fixed the indentation 2014-01-28 15:38:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnPgn611P6ym5yyL0BS8rUzO0_ZKRldMt0
37f950286a 2014-01-28 15:37:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnPgn611P6ym5yyL0BS8rUzO0_ZKRldMt0
1154e21c3d 2014-01-28 15:35:12 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm7AuSfii_tCkLyspL6Mr0ATlO6OxLNYOo
caf746361c Added a comment: state of windows 2014-01-28 10:29:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlUmrSFcLMuk2ny0QNlx4BosEuhG0ij0XQ
a1a41bd1de 2014-01-28 07:57:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkfHTPsiAcHEEN7Xl7WxiZmYq-vX7azxFY
b8b3b5b1f0 2014-01-28 05:46:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
0ac94c37ae 2014-01-28 04:47:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlUmrSFcLMuk2ny0QNlx4BosEuhG0ij0XQ
5027420f57 removed 2014-01-27 19:14:21 +00:00
Joey Hess
8d34c1ba66 add news item for git-annex 5.20140127 2014-01-27 14:17:27 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlUmrSFcLMuk2ny0QNlx4BosEuhG0ij0XQ
716fc72996 Added a comment: Same thing using the assistant? 2014-01-27 16:44:22 +00:00
https://thargos.myopenid.com/
8e411771d1 typo 2014-01-27 12:47:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnlotDRSLW2JVXY3SLSwhrcHteqUHhTtoY
9a5d8bbdd9 Added a comment: Not fixed. 2014-01-27 00:43:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkI9AR8BqG4RPw_Ov2lnDCJWMuM6WMRobQ
0b8a8c9b89 Added a comment: Sorry to just be getting back... 2014-01-26 22:51:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo
33ae1e9c1b 2014-01-26 19:54:04 +00:00
Joey Hess
4d0223e962 Merge branch 'master' of ssh://git-annex.branchable.com 2014-01-26 15:08:10 -04:00
Joey Hess
a3f61ea75d close 2014-01-26 15:00:57 -04:00
Joey Hess
ec7443eb06 All commands that support --all also support a --key option, which limits them to acting on a single key. 2014-01-26 14:59:47 -04:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
9f790028bd 2014-01-26 18:51:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmXtqLEfN6cGcF9gW_09QUDoRpsexSdRcM
6ec2eda22f Added a comment 2014-01-26 18:12:09 +00:00
Joey Hess
e72aafac7a Merge branch 'master' of ssh://git-annex.branchable.com 2014-01-26 14:09:25 -04:00
Joey Hess
605fb7075b move to todo 2014-01-26 14:08:36 -04:00
http://joeyh.name/
38da049d58 Added a comment 2014-01-26 18:08:21 +00:00
http://joeyh.name/
2660c65fed Added a comment 2014-01-26 17:59:52 +00:00
http://joeyh.name/
d50c145743 Added a comment 2014-01-26 17:57:26 +00:00
Joey Hess
5fc2d760ea Optimise non-bare http remotes; no longer does a 404 to the wrong url every time before trying the right url. Needs annex-bare to be set to false, which is done when initially probing the uuid of a http remote. 2014-01-26 13:03:25 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmXtqLEfN6cGcF9gW_09QUDoRpsexSdRcM
425ccdaeb1 Option to delete remote repo when sync failed missing 2014-01-26 15:18:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmNvX8PQVP5sLzQ78sKpB6VeH3Fu8HvZ5g
8bee32ea48 Added a comment 2014-01-26 04:29:12 +00:00
Joey Hess
b93e485ef1 added annex.secure-erase-command config option. 2014-01-24 12:58:52 -04:00
Joey Hess
edc4a623e8 Merge branch 'master' of ssh://git-annex.branchable.com 2014-01-24 11:51:06 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmI_rfI0tsu93LcMlAvh5WTXtKFIMkHrJQ
8b2bbc7481 Added a comment: Long Path Tool 2014-01-24 10:43:10 +00:00
Joey Hess
53ed600da8 update 2014-01-24 01:05:01 -04:00
Joey Hess
7f779e6ceb Merge branch 'master' of ssh://git-annex.branchable.com 2014-01-24 00:50:52 -04:00
Joey Hess
7cccd8babd tip 2014-01-24 00:50:07 -04:00
sascha
6736e45395 Added a comment: so how can i keep in sync a dropbox subfolder with a usbdrive 2014-01-24 04:32:41 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlm_3m5gLhML9bHbZ8FpJ-HBZhWaRfFeO8
bf395e728d Added a comment: Same bug? OSX 10.9.1 2014-01-23 23:38:32 +00:00
Joey Hess
c0b6d9b343 close 2014-01-23 16:58:44 -04:00
Joey Hess
76dcd40167 Merge branch 'master' of ssh://git-annex.branchable.com 2014-01-23 16:55:14 -04:00
Joey Hess
e33ac5ab80 devblog 2014-01-23 16:53:38 -04:00
Joey Hess
90bc6e3137 explicitly include unused files in backup and incremental backup
include=* does not match unused files, which have no associated file.
2014-01-23 16:36:15 -04:00
Joey Hess
e0bd088f08 add webapp UI to manage unused files 2014-01-23 15:09:43 -04:00
zardoz
f079b435bc 2014-01-23 12:55:21 +00:00
zardoz
587fc4a175 2014-01-23 12:42:48 +00:00
Joey Hess
9418685b5d devblog 2014-01-22 23:11:20 -04:00
Joey Hess
ee5bb374bb Merge branch 'master' of ssh://git-annex.branchable.com 2014-01-22 22:54:19 -04:00
Joey Hess
3da0064657 assistant unused file handling
Make sanity checker run git annex unused daily, and queue up transfers
of unused files to any remotes that will have them. The transfer retrying
code works for us here, so eg when a backup disk remote is plugged in,
any transfers to it are done. Once the unused files reach a remote,
they'll be removed locally as unwanted.

If the setup does not cause unused files to go to a remote, they'll pile
up, and the sanity checker detects this using some heuristics that are
pretty good -- 1000 unused files, or 10% of disk used by unused files,
or more disk wasted by unused files than is left free. Once it detects
this, it pops up an alert in the webapp, with a button to take action.

TODO: Webapp UI to configure this, and also the ability to launch an
immediate cleanup of all unused files.

This commit was sponsored by Simon Michael.
2014-01-22 22:53:18 -04:00
https://launchpad.net/~maestro-alubia
3f7d5d1e50 Added a comment 2014-01-22 21:20:31 +00:00
Joey Hess
82d6cc69e9 Merge branch 'master' of ssh://git-annex.branchable.com 2014-01-22 16:40:44 -04:00
Joey Hess
4b55afe9e9 add "unused" preferred content expression
With a really nice optimisation that keeps it from having any overhead
in normal operation!

This commit was sponsored by Ulises Vitulli.
2014-01-22 16:35:32 -04:00
http://joeyh.name/
2fc6e963cb Added a comment 2014-01-22 20:25:52 +00:00
Joey Hess
02896ee15d preferred content stability analysis 2014-01-22 15:55:44 -04:00
https://launchpad.net/~maestro-alubia
3c27064ece Added a comment: Sources? 2014-01-22 19:00:21 +00:00
Joey Hess
5f6ebfcd07 Merge branch 'master' of ssh://git-annex.branchable.com 2014-01-22 14:37:32 -04:00
Joey Hess
05ead99cc2 promote forum post to feature request; add design 2014-01-22 14:35:38 -04:00
http://olivier.mehani.name/
4207564827 Added a comment 2014-01-22 13:08:21 +00:00
Joey Hess
e14e74b467 devblog 2014-01-21 19:21:48 -04:00
Joey Hess
f2713a3bb9 benchmarked numcopies .gitattributes in preferred content
Checking .gitattributes adds a full minute to a git annex find looking for
files that don't have enough copies. 2:25 increasts to 3:27. I feel this is
too much of a slowdown to justify making it the default. So, exposed two
versions of the preferred content expression, a slow one and a fast but
approximate one.

I'm using the approximate one in the default preferred content expressions
to avoid slowing down the assistant.
2014-01-21 18:49:25 -04:00
Joey Hess
b213df2038 Merge branch 'master' of ssh://git-annex.branchable.com 2014-01-21 13:04:15 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnE6kFAbud1LWrQuyX76yMYnUjHt9tR-A8
d25a87bc7c Added a comment: Chroots 2014-01-21 13:52:30 +00:00
Joey Hess
d1bf61464f expose tasty test suite's option parser 2014-01-21 00:08:43 -04:00
http://joeyh.name/
f2e96be0ac Added a comment 2014-01-21 02:23:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
72b0ca6e99 Added a comment 2014-01-21 00:20:36 +00:00