Joey Hess
5767b1b00d
avoid updating tracking branch when transfer to export throws exception
2019-03-05 16:51:13 -04:00
Joey Hess
dc278c059c
fix STM crash
...
git-annex: thread blocked indefinitely in an STM transaction
failed
git-annex: sqlite query crashed
CallStack (from HasCallStack):
error, called at ./Database/Handle.hs:98:42 in main:Database.Handle
failed
This needs further investigation.
2019-03-05 16:37:40 -04:00
Joey Hess
46d33e804a
added checkPresentExportWithContentIdentifier
...
Ugh, don't like needing to add this, but I can't see a way around it.
2019-03-05 16:03:03 -04:00
Joey Hess
fd2a1aaa17
avoid using renameExport on import remotes
2019-03-05 14:57:48 -04:00
Joey Hess
9df9a3f82b
more todo
2019-03-05 14:55:22 -04:00
Joey Hess
f7be2e9d37
document how conflicts are handled with imports
2019-03-05 14:55:06 -04:00
tjbk123@277355c7f00c6df42e960e85caafa4b294872337
b7af89a8b4
Added a comment: Best solution to save disk space on exFAT
2019-03-05 18:23:03 +00:00
Joey Hess
8c54604e67
import+export from directory special remote fully working
...
Had to add two more API calls to override export APIs that are not safe
for use in combination with import.
It's unfortunate that removeExportDirectory is documented to be allowed
to remove non-empty directories. I'm not entirely sure why it's that
way, my best guess is it was intended to make it easy to implement with
just rm -rf.
2019-03-05 14:20:14 -04:00
Joey Hess
554b7b7f3e
fix todo
2019-03-04 18:20:12 -04:00
Joey Hess
cd3a2b023a
initial try at using storeExportWithContentIdentifier
...
Untested, and I'm not sure about the locking of the ContentIdentifier db.
2019-03-04 17:50:41 -04:00
Joey Hess
aaacf431d8
handle importtree=yes config
...
For now, it's only allowed when exporttree=yes is also set.
That simplified the implementation, but could later be changed if
there's a remote that makes sense to be an import but not an export.
However, it may work just as well to make a remote be readonly to
prevent export to it while still allowing import.
2019-03-04 16:07:35 -04:00
Joey Hess
5f17a9cc50
docs for importtree config
2019-03-04 15:39:19 -04:00
Joey Hess
3cd19fb4d0
use InodeCache to avoid races in import from directory special remote
...
This does not avoid all possible races, but it does avoid all likely
ones, and is demonstratably better than git's own handling of races
where files get modified at the same time as it's updating the working
tree.
The main thing this won't detect are not unlikely races where part
of a file gets changed while it's being copied and then the file is
restored to its original condition before the modification check.
No, it's more likely that the limitations of checking inode, size,
and mtime won't detect certian modifications, involving eg mmapped
files.
2019-03-04 13:57:23 -04:00
Horus
81c747ba69
Added a comment
2019-03-04 08:59:22 +00:00
Horus
153b1e3a2b
2019-03-03 13:21:02 +00:00
Joey Hess
d2b34da4be
Merge branch 'master' of ssh://git-annex.branchable.com
2019-03-01 16:59:22 -04:00
Joey Hess
8de8574d5e
devblog
2019-03-01 16:55:24 -04:00
Joey Hess
51fc969b66
notes
2019-03-01 16:44:34 -04:00
Joey Hess
18d7a1dbbb
make export and sync update special remote tracking branch
...
The branch is only updated once the export is 100% complete. This way,
if an export is started but interrupted and so the remote does not yet
contain some of the files, an import will make a commit on the old
branch, and so won't delete the missing files.
2019-03-01 16:35:48 -04:00
Joey Hess
d28b0a8bd0
use disconnected history for import tracking branch
...
This avoids the first merge from it deleting all files in the current
branch, which was very surpring and unwanted behavior.
2019-03-01 14:33:29 -04:00
Joey Hess
740f957cef
new problem
2019-03-01 13:49:26 -04:00
Joey Hess
1c8793691a
import: update location log for removed files
2019-03-01 13:26:59 -04:00
Joey Hess
5402c39882
plan for item
2019-03-01 12:56:20 -04:00
feulif
4bd3bd4e95
2019-02-28 21:51:54 +00:00
Ilya_Shlyakhter
e7de4f48f9
Added a comment: thanks for working on this
2019-02-28 18:06:27 +00:00
Joey Hess
84c9c93d58
Merge branch 'master' of ssh://git-annex.branchable.com
2019-02-27 16:50:32 -04:00
Joey Hess
200e007131
devblog
2019-02-27 16:50:21 -04:00
Joey Hess
a3f6e07fec
todo
2019-02-27 15:56:32 -04:00
Joey Hess
b1f10fbb4d
update location log during import
2019-02-27 13:58:03 -04:00
Joey Hess
e2e57f8556
initial export support for directory special remote
...
This does not guard against race condition yet, it's only for testing
purposes.
2019-02-27 13:42:34 -04:00
Joey Hess
45aacd888b
import downloader complete (untested)
...
Made some api changes.
listImportableContents needs to provide the size
of the data, so the downloader can check disk free space.
retrieveExportWithContentIdentifier is passed the filepath to write to
Use temporary "CID" key during download of a ContentIdentifier from a
remote, so withTmp can be used and then move the content to the real key
once it's known.
2019-02-27 13:15:02 -04:00
gueux
c7f8286e73
Added a comment
2019-02-27 09:34:12 +00:00
cman122887@9badeb8bdb364090f0a22e00ba16426ad65c34c9
913454e514
Added a comment: similar?
2019-02-27 02:47:57 +00:00
Ilya_Shlyakhter
cf53e50624
removed
2019-02-26 19:42:40 +00:00
Joey Hess
f4b773e9a1
incomplete action to download files from import
2019-02-26 15:25:28 -04:00
Joey Hess
e4e464da65
import command is updating tracking branch
2019-02-26 13:15:48 -04:00
Joey Hess
760f26ebc6
Merge branch 'master' into importtree
2019-02-26 11:36:36 -04:00
hoabg102@4a7a5918bc078f792113da142cf8c6d825a1825c
facbbfd91b
2019-02-26 08:50:57 +00:00
hoabg102@4a7a5918bc078f792113da142cf8c6d825a1825c
b94bcc8e77
2019-02-26 02:33:43 +00:00
Ilya_Shlyakhter
7bfca4fc05
added bug report for when git-annex-import declines to import files that are under the repo but are git-ignored
2019-02-25 18:34:16 +00:00
mario
c39fd60958
Added a comment: Find (and other operations) over multiple repos
2019-02-25 14:33:27 +00:00
Ilya_Shlyakhter
a8f0b482bf
added question about using own gpg/gpg-agent with standalone git-annex
2019-02-24 22:14:00 +00:00
Ilya_Shlyakhter
d269336f19
added bug report re: incomplete gpg in standalone git-annex sandbox
2019-02-24 21:58:39 +00:00
Ilya_Shlyakhter
8e635a0ee6
fixed URL link
2019-02-24 21:15:11 +00:00
Ilya_Shlyakhter
4bd02fbeda
added bug report for the standalone runshell related to caching locale info
2019-02-24 21:06:33 +00:00
sameerds
22e9a49bd9
Added a comment: +1
2019-02-24 17:06:30 +00:00
david.j.buckmaster@984ff2704feacab53415ac5647206517d18f88f8
ea3e6322e7
Added a comment
2019-02-24 07:01:35 +00:00
david.j.buckmaster@984ff2704feacab53415ac5647206517d18f88f8
1202a2a48c
removed
2019-02-24 06:59:21 +00:00
david.j.buckmaster@984ff2704feacab53415ac5647206517d18f88f8
24ebc3d12e
Added a comment
2019-02-24 06:56:43 +00:00
david.j.buckmaster@984ff2704feacab53415ac5647206517d18f88f8
8c777cb36d
removed
2019-02-24 06:43:34 +00:00
david.j.buckmaster@984ff2704feacab53415ac5647206517d18f88f8
eb6c0608e6
Added a comment
2019-02-24 06:41:01 +00:00
david.j.buckmaster@984ff2704feacab53415ac5647206517d18f88f8
3f450e5271
Added a comment
2019-02-24 01:20:15 +00:00
Joey Hess
89ee156059
Merge branch 'master' of ssh://git-annex.branchable.com
2019-02-23 16:04:15 -04:00
Joey Hess
15a4f91d07
devblog
2019-02-23 16:03:29 -04:00
Joey Hess
7072f7a071
note
2019-02-23 15:57:18 -04:00
Joey Hess
5bac8babdb
doc updated for import tree
...
Deprecated git annex export --tracking because it makes sense to have a
single configuration of tracking for both imports and exports.
2019-02-23 15:46:03 -04:00
david.j.buckmaster@984ff2704feacab53415ac5647206517d18f88f8
663c62d7ce
2019-02-23 18:38:42 +00:00
Joey Hess
464485bffe
Merge branch 'master' into importtree
2019-02-23 13:58:22 -04:00
Joey Hess
d685b119df
more design
2019-02-23 13:55:26 -04:00
Joey Hess
c5ceefdca6
Merge branch 'master' into importtree
2019-02-22 22:03:00 -04:00
Joey Hess
3c405838f8
more design
2019-02-22 22:02:50 -04:00
Joey Hess
4e0d08b66b
Merge branch 'master' into importtree
2019-02-22 21:18:13 -04:00
Joey Hess
200dc632f5
more design
2019-02-22 21:18:01 -04:00
Joey Hess
8c836623b7
design work
2019-02-22 16:18:09 -04:00
Joey Hess
d7e5a884f7
response
2019-02-22 16:03:19 -04:00
gan
5b7daecbd3
removed
2019-02-22 18:03:32 +00:00
gan
776916d5fe
Added a comment: Clarification
2019-02-22 18:03:16 +00:00
gan
9e38dfd700
Added a comment: Clarification
2019-02-22 18:03:03 +00:00
gan
baa1699570
Added a comment: Provide flags to youtube-dl?
2019-02-22 18:01:26 +00:00
Joey Hess
d67494716c
Merge branch 'master' of ssh://git-annex.branchable.com
2019-02-21 17:46:09 -04:00
Joey Hess
433fef865f
devblog
2019-02-21 17:45:47 -04:00
Joey Hess
8fdea8f444
WIP
...
Added graftTree but it's buggy.
Should use graftTree in Annex.Branch.graftTreeish; it will be faster
than the current implementation there.
Started Annex.Import, but untested and it doesn't yet handle tree
grafting.
2019-02-21 17:32:59 -04:00
62.226.58.176
8428a74a0e
poll vote (My phone (or MP3 player))
2019-02-21 18:36:04 +00:00
Joey Hess
56137ce0d2
use colon not space to delimit content identifier list
...
InodeCache serializes to a value with spaces, and seems likely other
things will too, and want to avoid unncessary base64 of content
identifiers when possible.
2019-02-21 13:45:16 -04:00
Joey Hess
a66ab6a9eb
Merge branch 'master' of ssh://git-annex.branchable.com
2019-02-20 17:36:14 -04:00
Joey Hess
c605478e41
devblog
2019-02-20 17:34:45 -04:00
Joey Hess
7392304f1c
notes
2019-02-20 17:06:36 -04:00
Joey Hess
e8bfc3640b
storing ContentIdentifier in the git-annex branch
2019-02-20 15:40:07 -04:00
Joey Hess
0442842622
add import tree interface to Remote
2019-02-20 15:35:22 -04:00
Joey Hess
1a29d64bec
leave room for future expansion
2019-02-20 13:03:09 -04:00
Joey Hess
5af0876592
fix
2019-02-20 12:51:50 -04:00
Joey Hess
d128c8c3ec
add design document for import tree
2019-02-20 12:12:32 -04:00
Joey Hess
2f67c4ac87
minor tweaks to transition plan
2019-02-20 11:28:00 -04:00
crest
4bd139c5b6
poll vote (My phone (or MP3 player))
2019-02-20 10:49:21 +00:00
Joey Hess
728228d5d2
Merge branch 'master' of ssh://git-annex.branchable.com
2019-02-19 12:20:40 -04:00
Joey Hess
dd94d3605f
add news item for git-annex 7.20190219
2019-02-19 12:20:23 -04:00
CandyAngel
a5d9ab3ad7
Added a comment
2019-02-19 14:13:48 +00:00
chris@a3ac8acdfdc53fa269c7b9bda4306c25b92d6624
5bd190aab2
Added a comment: Files with spaces
2019-02-19 14:04:05 +00:00
Joey Hess
1e95bc4fd1
avoid git warning about CRLF in restagePointerFile
...
Saw it on Windows, could probably also happen on linux with some
configuration. Since this is a pointer file, the warning does not apply.
2019-02-18 18:35:36 -04:00
Joey Hess
1a367cad83
Fix path separator bug on Windows that completely broke git-annex since version 7.20190122.
2019-02-18 17:16:39 -04:00
Joey Hess
2eb07091e8
followup
2019-02-18 16:58:20 -04:00
timeless-ventricle
7b6d1deba5
2019-02-17 20:29:42 +00:00
Joey Hess
75d49b7755
fix link to renamed bug
2019-02-15 13:47:40 -04:00
Joey Hess
a1f8d2919d
rename obnoxiously and non-portably long bug report filename
2019-02-15 13:44:46 -04:00
Joey Hess
75204f5ae7
bug
2019-02-15 13:26:16 -04:00
bart@6b55f6b868d1b3dd5b003bd15eae527b37dbc8e0
00f6ef3ea8
2019-02-14 20:18:15 +00:00
bart@6b55f6b868d1b3dd5b003bd15eae527b37dbc8e0
a67b3c8948
2019-02-14 19:54:00 +00:00
chocolate.camera@ec2ecab153906be21ac5f36652c33786ad0e0b60
27800ae165
Added a comment
2019-02-14 12:46:17 +00:00
Ilya_Shlyakhter
96331fc0ce
bug report for checkpresentkey
2019-02-14 06:01:38 +00:00
Joey Hess
ca322b4b18
devblog
2019-02-13 16:38:57 -04:00
Joey Hess
02c1542886
Merge branch 'master' of ssh://git-annex.branchable.com
2019-02-13 16:29:28 -04:00
Joey Hess
94d8bfb158
finally an API happy with
2019-02-13 16:28:02 -04:00
Ilya_Shlyakhter
b131ba57db
clarified annex.maxextensionlength
2019-02-13 17:11:34 +00:00
Ilya_Shlyakhter
3caae7ea81
alternate way to support batch operations by remotes
2019-02-13 16:55:34 +00:00
Ilya_Shlyakhter
1b279ec738
added suggestion for batch-mode operations for remotes
2019-02-13 16:52:09 +00:00
Ilya_Shlyakhter
23ef159352
Added a comment
2019-02-13 16:48:08 +00:00
Ilya_Shlyakhter
9d192e1cbb
Added a comment
2019-02-13 16:46:26 +00:00
Grothausmann.Roman@343b033fef650d362015d5593ec935121340e082
a716b2cff9
Added a comment: Up-vote for sftp special remote
2019-02-13 12:11:05 +00:00
Grothausmann.Roman@343b033fef650d362015d5593ec935121340e082
750baf12e5
2019-02-13 11:37:51 +00:00
Grothausmann.Roman@343b033fef650d362015d5593ec935121340e082
bd06bcaebe
2019-02-13 11:21:10 +00:00
Grothausmann.Roman@343b033fef650d362015d5593ec935121340e082
5ec7e6682d
2019-02-13 10:53:02 +00:00
Joey Hess
2514c26ed8
update
2019-02-12 22:02:02 -04:00
Ilya_Shlyakhter
7e8016f104
added suggestion for creating simpler-to-use trusted export remotes
2019-02-12 21:09:22 +00:00
Ilya_Shlyakhter
024120065e
universal batch mode -- clarified difference from current batch modes
2019-02-12 00:38:14 +00:00
Ilya_Shlyakhter
ea00337468
universal batch mode
2019-02-12 00:35:16 +00:00
gueux
7fa79a8838
2019-02-11 21:39:33 +00:00
gueux
21e1d6bc6a
2019-02-11 21:30:40 +00:00
Joey Hess
87987c78cf
starting api design
2019-02-11 15:47:18 -04:00
Joey Hess
b7991248db
simplify
2019-02-11 15:16:35 -04:00
Joey Hess
4fb33c5075
Merge branch 'master' of ssh://git-annex.branchable.com
2019-02-11 14:15:15 -04:00
Joey Hess
5a36f85c16
thoughts
2019-02-11 14:14:44 -04:00
np.gan@f5b13d2a374edae9a4c8b2f76022d8835781b9a5
fb0e2d9699
Added a comment: youtube feeds are limited
2019-02-10 13:09:55 +00:00
Joey Hess
2f117ec7b7
thought
2019-02-09 14:03:59 -04:00
Joey Hess
37d698cdad
update
2019-02-08 15:26:15 -04:00
kyle
1d7b45460e
add kyle
2019-02-08 17:22:43 +00:00
guzik.sergey@9391b6c15e4938a539e36fbe5bab71df07111d2e
55a9a58e1e
Added a comment
2019-02-08 11:00:15 +00:00
anarcat
d94ba4f150
a common weird experience with git-annex
2019-02-07 21:34:37 +00:00
anarcat
65f21edcac
Added a comment
2019-02-07 21:10:19 +00:00
anarcat
9776c083ad
Added a comment: not uploads
2019-02-07 20:59:13 +00:00
Ilya_Shlyakhter
6adad325a3
Added a comment
2019-02-07 20:45:11 +00:00
Joey Hess
b7a793c00c
response
2019-02-07 16:30:06 -04:00
Joey Hess
e4c33aad71
Merge branch 'master' of ssh://git-annex.branchable.com
2019-02-07 16:27:43 -04:00
Joey Hess
5d98028720
followup
2019-02-07 16:25:32 -04:00
anarcat
9f55cfc661
Added a comment: use cost then?
2019-02-07 20:19:14 +00:00
Joey Hess
add655fc6f
comment
2019-02-07 16:16:31 -04:00
Joey Hess
b6df092f56
close
2019-02-07 16:12:07 -04:00
Joey Hess
27fe59fd3c
followup
2019-02-07 16:06:10 -04:00
Joey Hess
0c70b146eb
response
2019-02-07 15:54:42 -04:00
Joey Hess
e20ae2555b
response
2019-02-07 15:29:02 -04:00
Joey Hess
dd50919980
response
2019-02-07 15:25:55 -04:00
Joey Hess
750f8ef189
comment
2019-02-07 15:22:01 -04:00
Joey Hess
d64e2ced70
response
2019-02-07 15:21:19 -04:00
Joey Hess
3ec003c45b
Merge branch 'master' of ssh://git-annex.branchable.com
2019-02-07 15:14:43 -04:00
Joey Hess
ef2010cd88
close
2019-02-07 15:14:09 -04:00
kirelagin@6d93475882c55a329fedae6be1971868a775ec7e
3a963b8d01
Added a comment
2019-02-07 19:03:36 +00:00
Joey Hess
83fdf443b5
Merge branch 'master' of ssh://git-annex.branchable.com
2019-02-07 14:39:19 -04:00
Joey Hess
07ccd932f8
followup
2019-02-07 14:06:21 -04:00
Joey Hess
60c1b5c994
deal with attempt to export filename with # or ? to webdav
...
xporting files with '#' or '?' in their name won't work because urls get
truncated on those. Fail in a better way in this case, and avoid failing
when removing such files from the export, so after the user has renamed the
problem files the export will succeed.
2019-02-07 13:47:57 -04:00
Joey Hess
d5c435d3dc
add
2019-02-07 12:16:23 -04:00
prabindh
37621db4f6
Added a comment: Windows build with stack
2019-02-07 14:59:52 +00:00
gueux
8153d2b265
2019-02-07 14:24:08 +00:00
gueux
b2fedc1a50
2019-02-07 14:22:18 +00:00
gueux
3e646eee4c
2019-02-07 14:20:38 +00:00
gueux
c598c5e7f6
Added a comment
2019-02-07 14:02:41 +00:00
gueux
cf32f5e7f9
2019-02-07 10:18:32 +00:00
ro
25b01ebde8
2019-02-07 00:50:39 +00:00
pellman.john@e59e5c6d98d49cd9632d6fbe0c5026ddc71d52fd
56a7d1dad8
Added a comment: Inconsistent idiom
2019-02-06 20:53:00 +00:00
anarcat
64326bd4c9
question about bandwidth optimization
2019-02-06 19:43:34 +00:00
anarcat
b2da3f2b8c
sign
2019-02-06 19:11:24 +00:00
anarcat
f08c504fdb
some weird issue i keep postponing to report
2019-02-06 19:04:10 +00:00
Joey Hess
c0b95fd969
update
2019-02-06 13:17:56 -04:00
Ilya_Shlyakhter
c33793f983
Added a comment
2019-02-05 20:55:59 +00:00
Joey Hess
011161902b
followup
2019-02-05 14:56:45 -04:00
Joey Hess
c3f47ba389
make .noannex file prevent repo fixups
...
Avoid performing repository fixups for submodules and git-worktrees
when there's a .noannex file that will prevent git-annex from being
used in the repository.
This change is ok as long as the .noannex file is really going to prevent
git-annex from being used. But, init --force could override the file.
Which would result in the repo being initialized without the fixups
having run.
To avoid that situation decided to change init, to not let --force be used
to override a .noannex file. Instead the user can just delete the file.
2019-02-05 14:43:23 -04:00
Joey Hess
8795fc6ba8
same
2019-02-05 14:05:59 -04:00
Joey Hess
b080699a95
fromkey --json
...
* fromkey: Added --json.
* fromkey --batch output changed to support using it with --json.
The old output was not parseable for any useful information, so
this is not expected to break anything.
2019-02-05 14:03:29 -04:00
Joey Hess
7b46b43c48
fromkey: Made idempotent
...
If the worktree file already exists, and is annexed and uses the same
key, avoid failing, nothing needs to be done.
Had to add lookupFileNotHidden to handle the case where an adjust --hide-missing
is in use, and the worktree file was hidden due to the object content
being missing. lookupFile would return the key of the hidden file,
but it makes sense that after fromkey succeeds, the worktree must
contain the file it was supposed to set up.
2019-02-05 13:13:13 -04:00
Joey Hess
995628d94a
response
2019-02-05 12:56:02 -04:00
Ilya_Shlyakhter
725d37d940
stand-alone tarballs for specific versions
2019-02-04 18:59:06 +00:00
madalu
18e060cd11
2019-02-04 14:40:03 +00:00
elmimmo
4e8cd3321b
2019-02-04 00:26:41 +00:00
Ilya_Shlyakhter
1b3c4d9a56
git-annex-fromkey behavior when target file exists
2019-02-02 23:13:55 +00:00
anarcat
d59089d2ca
fix broken link
2019-02-01 20:13:49 +00:00
Joey Hess
aff2fd33b3
fix image link
2019-02-01 14:52:59 -04:00
Joey Hess
cb45c78638
Merge branch 'master' of ssh://git-annex.branchable.com
2019-02-01 14:49:02 -04:00
Joey Hess
dc6bcc9f58
devblog
2019-02-01 14:47:56 -04:00
rjc.live@9898e13e9f2423b0635b822053d4d8aeee499913
f326e7eaf7
2019-02-01 12:04:06 +00:00
andrew
237bc83b60
Added a comment
2019-02-01 01:51:16 +00:00
Joey Hess
7ed785c38a
close
2019-01-31 13:49:51 -04:00
Ilya_Shlyakhter
f0dea0ba06
reporting the status of each operation in a batch; completing doable ops even if others fail.
2019-01-30 22:20:10 +00:00
Joey Hess
4f50a21137
devblog
2019-01-30 16:36:49 -04:00
Joey Hess
ca12d8afdd
bug report
2019-01-30 16:23:26 -04:00
aaron@784fd85903b38afc8a44d117ba95e3dcce0bd230
d7fe32d1f8
Added a comment: Ah, ok.
2019-01-30 16:36:13 +00:00
Joey Hess
e3dce20cf5
devblog
2019-01-29 15:27:13 -04:00
Joey Hess
3b646f9b3c
add news item for git-annex 7.20190129
2019-01-29 15:22:30 -04:00
Kyle Meyer
62edb7bee0
doc/git-annex-export: fix a typo
2019-01-29 15:10:12 -04:00
Joey Hess
a8f1add4d1
S3: Detect when version=yes but an exported file lacks versioning, and refuse to delete it, to avoid data loss.
...
This commit was sponsored by Denis Dzyubenko on Patreon.
2019-01-29 15:07:27 -04:00
Joey Hess
a4f71aa1e8
update
2019-01-29 14:27:32 -04:00
Joey Hess
7dd2672bd2
remove manual versioning mention from here
...
git-annex will tell the user if they need to manually enable versioning
2019-01-29 14:13:14 -04:00
Joey Hess
94bd598973
Merge branch 'master' of ssh://git-annex.branchable.com
2019-01-29 14:12:57 -04:00
Joey Hess
bb9817ceae
enableremote S3: Do not let versioning=yes be set on existing remote
...
Because when git-annex lacks S3 version IDs for files stored in the bucket,
deleting them would cause data loss.
Also because git-annex is not able to download unversioned objects from a bucket
when versioning=yes.
This also prevents setting versioning=no. While that would perhaps be
possible to do safely, it would add complexity, and would mean that if
the user accidentially did enableremote versioning=no, they would not be
able to undo it.
This commit was sponsored by Trenton Cronholm on Patreon.
2019-01-29 14:09:50 -04:00
kyle
64ae689f21
2019-01-29 16:26:06 +00:00
Joey Hess
365c9767af
Merge branch 'master' of ssh://git-annex.branchable.com
2019-01-28 12:08:21 -04:00
Joey Hess
139611331a
plan
2019-01-28 12:07:48 -04:00
Ilya_Shlyakhter
4682f95b5a
request for help with building git-annex on conda-forge
2019-01-27 20:31:17 +00:00
aleritty@6e05a9f3af45614edd920392381d4e4d83e11f62
3e25cd7915
2019-01-27 17:56:07 +00:00
Joey Hess
40daf7f1dc
Merge branch 'master' of ssh://git-annex.branchable.com
2019-01-26 13:19:54 -04:00
Joey Hess
f08912a062
bug
2019-01-26 13:19:30 -04:00
yarikoptic
76652f0907
Added a comment
2019-01-26 00:46:04 +00:00
Ilya_Shlyakhter
973034eb6d
Added a comment
2019-01-25 21:34:15 +00:00
Lukey
e8266673f8
Presenting my Workarounds
2019-01-25 20:07:28 +00:00
yarikoptic
fd5bf09cd5
initial plea for publicurl for all special remotes
2019-01-25 03:08:39 +00:00
yarikoptic
55376d0a28
initial whining about absent way to get supported configuration options for a special remote
2019-01-25 02:58:52 +00:00
Joey Hess
f21d692535
Merge branch 'master' of ssh://git-annex.branchable.com
2019-01-24 16:39:32 -04:00
Joey Hess
e06c0d92cd
git patch available
2019-01-24 16:39:12 -04:00
gueux
f4dd33d33b
Added a comment
2019-01-24 10:34:09 +00:00
pthomasdelaney@9b04608ad7e837fde64ab60a285a7b7254b5bb26
49b31f7c00
Added a comment
2019-01-23 02:26:33 +00:00
Joey Hess
016ebde0d5
followup
2019-01-22 18:07:40 -04:00
Joey Hess
9c30b358a7
close bug the right way
2019-01-22 17:44:08 -04:00
Joey Hess
17eb4b9b60
response
2019-01-22 17:43:03 -04:00
Joey Hess
f7adb81445
followup
2019-01-22 17:27:28 -04:00
Joey Hess
eb06fd36c0
followup
2019-01-22 17:20:43 -04:00
Joey Hess
0f2a9abb8a
response
2019-01-22 17:11:21 -04:00
lukasstraub2@bbbb2ef261a0994edda5f5f55999dfac5998d4e5
3de15d094e
rename done/Unable_to_initialize_v5_Repository_on_a_Crippled_Filesystem.mdwn to bugs/done/Unable_to_initialize_v5_Repository_on_a_Crippled_Filesystem.mdwn
2019-01-22 20:47:23 +00:00
lukasstraub2@bbbb2ef261a0994edda5f5f55999dfac5998d4e5
df7ccacff0
Fixed in Version 7.20190122
2019-01-22 20:44:46 +00:00
lukasstraub2@bbbb2ef261a0994edda5f5f55999dfac5998d4e5
6e8c0abb25
rename bugs/Unable_to_initialize_v5_Repository_on_a_Crippled_Filesystem.mdwn to done/Unable_to_initialize_v5_Repository_on_a_Crippled_Filesystem.mdwn
2019-01-22 20:43:35 +00:00
Joey Hess
204984cdf8
devblog
2019-01-22 15:44:13 -04:00
Joey Hess
ee1cbe98e3
thoughts
2019-01-22 13:25:54 -04:00
Joey Hess
c73c9a104d
add news item for git-annex 7.20190122
2019-01-22 12:28:43 -04:00
Joey Hess
fe424fd76c
comment
2019-01-22 11:56:25 -04:00
Joey Hess
6ec7295870
Android: For armv71 architecture, use the armel build
...
This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
2019-01-22 11:50:29 -04:00
Joey Hess
e0b3ba3819
comment
2019-01-22 11:44:02 -04:00
Joey Hess
ac858df32c
response
2019-01-21 16:31:15 -04:00
Joey Hess
112bb82fc2
Windows: If 64 bit git is installed, use it when installing git-annex.
...
However, rsync still won't work with 64 bit git and
this is still not the documented way to install it.
So, if both 64 and 32 are installed, go with 32.
And if neither git can be found, default to 32.
2019-01-21 15:51:48 -04:00
yarikoptic
603c4477f0
removed
2019-01-21 19:32:21 +00:00
yarikoptic
ef075c1c1a
Added a comment
2019-01-21 19:23:17 +00:00
yarikoptic
06e5c3b145
Added a comment
2019-01-21 19:22:52 +00:00
Joey Hess
a254abfe78
Merge branch 'master' of ssh://git-annex.branchable.com
2019-01-21 15:19:44 -04:00
Joey Hess
912aefe19c
comment
2019-01-21 15:19:16 -04:00
yarikoptic
00bbf06e8d
Added a comment
2019-01-21 19:17:29 +00:00
yarikoptic
354e8ae638
fixedup the link
2019-01-21 19:11:53 +00:00
Joey Hess
6f0d98f2ab
analysis and close as misconfiguration
2019-01-21 14:43:32 -04:00
Joey Hess
b7e1225d1e
followup
2019-01-21 14:28:19 -04:00
Joey Hess
b4c4ef912b
followup
2019-01-21 14:23:02 -04:00
madalu
b0bf1c40a6
Correct date
2019-01-21 15:42:39 +00:00
lykos@d125a37d89b1cfac20829f12911656c40cb70018
cc3a70e7aa
Added a comment
2019-01-21 11:57:07 +00:00
lykos@d125a37d89b1cfac20829f12911656c40cb70018
8961e9fd79
Added a comment
2019-01-21 11:40:07 +00:00
lykos@d125a37d89b1cfac20829f12911656c40cb70018
7234a149f0
removed
2019-01-21 11:39:35 +00:00
lykos@d125a37d89b1cfac20829f12911656c40cb70018
3acf4e3bc3
Added a comment
2019-01-21 11:25:33 +00:00
yarikoptic
de3ac38a6f
initial report on windows autostart script
2019-01-21 04:13:11 +00:00
andrew
ffec23d7b0
Added a comment
2019-01-20 21:14:03 +00:00
yarikoptic
aa8dbb3436
Added a comment: May be it is time?
2019-01-20 15:32:39 +00:00
eric@32f82325cb666b88570a0d152d9605f5f5923e78
a154fcf2d3
link deprecation notice to tips/unlocked_files
2019-01-19 06:41:10 +00:00
zsolt
e83e7bcc29
Added a comment: works!
2019-01-18 22:40:39 +00:00
Ilya_Shlyakhter
62a6dc6148
Added a comment
2019-01-18 20:57:36 +00:00
Joey Hess
5a94033cfd
followup
2019-01-18 13:54:14 -04:00
Joey Hess
facdeea47e
response
2019-01-18 11:55:31 -04:00
Joey Hess
bcf5bf44e8
Merge branch 'master' of ssh://git-annex.branchable.com
2019-01-18 11:53:04 -04:00
zsolt
64caba7a91
2019-01-18 09:31:08 +00:00
pthomasdelaney@9b04608ad7e837fde64ab60a285a7b7254b5bb26
b329b2b4c8
Added a comment
2019-01-18 03:31:35 +00:00
Joey Hess
3896ff8253
devblog
2019-01-17 16:04:43 -04:00
Joey Hess
d5f2463702
misctmp cleanup
...
* Switch to using .git/annex/othertmp for tmp files other than partial
downloads, and make stale files left in that directory when git-annex
is interrupted be cleaned up promptly by subsequent git-annex processes.
* The .git/annex/misctmp directory is no longer used and git-annex will
delete anything lingering in there after it's 1 week old.
Also, in Annex.Ingest, made the filename it uses in the tmp dir be
prefixed with "ingest-" to avoid potentially using a filename used by
some other code.
2019-01-17 16:02:22 -04:00
Joey Hess
6de8ce8bb1
response
2019-01-17 13:22:54 -04:00
Joey Hess
a973d045ca
response
2019-01-17 13:20:34 -04:00
Joey Hess
8555169e71
testremote: Support testing readonly remotes with the --test-readonly option
...
This commit was sponsored by Ilya Shlyakhter on Patreon.
2019-01-17 12:44:52 -04:00
Joey Hess
8230b62e06
add todo
2019-01-17 11:49:56 -04:00
andrew
6e4e6ac148
Added a comment
2019-01-16 23:51:21 +00:00
andrew
bf16292584
Added a comment
2019-01-16 23:44:02 +00:00
Joey Hess
0cbb08b6df
Merge branch 'master' of ssh://git-annex.branchable.com
2019-01-16 16:42:06 -04:00
Joey Hess
863ed51ae0
comment
2019-01-16 15:22:45 -04:00
Joey Hess
63069a9bd7
close
2019-01-16 15:08:35 -04:00
Joey Hess
3003e74a9d
inconclusive thoughts
2019-01-16 15:05:37 -04:00
Joey Hess
f0a57825e2
shorten some too-long descriptions
2019-01-16 14:16:32 -04:00
Ilya_Shlyakhter
8c0a2a1155
added comments about testing addurl-related functions in testremote
2019-01-15 21:24:29 +00:00
Ilya_Shlyakhter
a1be80635f
git-annex-testremote for read-only external special remotes
2019-01-15 16:00:45 +00:00
lykos@d125a37d89b1cfac20829f12911656c40cb70018
ab1a78115a
removed
2019-01-15 15:47:58 +00:00
lykos@d125a37d89b1cfac20829f12911656c40cb70018
91c7936ca7
Added a comment: PREPARE-LOCAL
2019-01-15 15:47:39 +00:00
lykos@d125a37d89b1cfac20829f12911656c40cb70018
59269fdd59
Added a comment: PREPARE-LOCAL
2019-01-15 15:46:07 +00:00
CandyAngel
699f23ee2c
Added a comment
2019-01-15 08:30:11 +00:00
Joey Hess
745ecccd0e
Merge branch 'master' of ssh://git-annex.branchable.com
2019-01-14 19:00:56 -04:00
Joey Hess
d79ac08532
devblog
2019-01-14 19:00:38 -04:00
Joey Hess
f289663611
correct benchmark
...
I think I ran the original benchmark in some subdir of my big repo,
which is not a good test case. Updated with value from newly created
repo of 1000 files.
2019-01-14 18:48:03 -04:00
Joey Hess
43ec130c03
new comment (and rename for consistency)
2019-01-14 18:01:02 -04:00
Ilya_Shlyakhter
27cf71e7e4
added suggestion for RecentChanges page
2019-01-14 20:18:37 +00:00
Joey Hess
918868915c
rename page
2019-01-14 15:57:04 -04:00
Ilya_Shlyakhter
9953e3d353
Added a comment
2019-01-14 16:11:39 +00:00
CandyAngel
3681195e5a
Added a comment
2019-01-14 12:36:04 +00:00
qiang.fang@ddaed0de00c2925f8036e6c61ce6e12654263ada
0edfc46668
2019-01-14 12:32:09 +00:00
jonas
9ee7c65d34
Added a comment
2019-01-13 20:40:09 +00:00
jonas
fd70e71b9a
Added a comment
2019-01-13 20:21:30 +00:00
andrew
f605156e42
2019-01-13 18:11:07 +00:00
guzik.sergey@9391b6c15e4938a539e36fbe5bab71df07111d2e
ac9267a9a3
Added a comment
2019-01-13 14:50:44 +00:00
jonas
2a6f8fa74a
2019-01-13 12:34:15 +00:00
jonas
4de1aeacc2
2019-01-13 12:28:21 +00:00
reed
e8839a4357
2019-01-12 21:34:36 +00:00
Ilya_Shlyakhter
15dd1a17a1
Added a comment
2019-01-11 22:23:06 +00:00
Joey Hess
c1c976d1fa
Merge branch 'master' of ssh://git-annex.branchable.com
2019-01-11 17:25:56 -04:00
Joey Hess
4148548084
roadmap update
2019-01-11 17:25:37 -04:00
Joey Hess
e0567e4e55
devblog
2019-01-11 17:25:28 -04:00
Joey Hess
d12f4db54d
comment
2019-01-11 16:54:07 -04:00
Joey Hess
05de519d2c
update re field ordering
2019-01-11 16:51:54 -04:00
git-annex.branchable.com@1c3a8a83c15a19620a0a1a2e653d7c662fc8fe50
c30045bf75
Added a comment: get dry-run-ish option
2019-01-11 16:18:13 +00:00
guzik.sergey@9391b6c15e4938a539e36fbe5bab71df07111d2e
92013d86f6
2019-01-11 10:40:22 +00:00
6yearold@36d59212c29d2959d6532d6db7928f01541bcf83
a472cd3488
Added a comment
2019-01-11 06:28:32 +00:00
alogic0@d8fbd9f5b547237a650aa1d5605c2d3592496916
d2dd0a2b52
Added a comment: it's fixed
2019-01-11 00:54:02 +00:00
Joey Hess
c7333be02d
devblog
2019-01-10 17:24:51 -04:00
duncan_bayne
74682ffaad
Added a comment: Known issue
2019-01-09 09:17:20 +00:00
duncan_bayne
3126dfd84d
Added a comment: Bug raised
2019-01-08 21:13:38 +00:00
Ilya_Shlyakhter
15fddad749
added suggestion to support MD5E keys that omit file size, and/or support attaching checksums to URL/WORM keys in metadata
2019-01-08 20:12:38 +00:00
Ilya_Shlyakhter
921c9f4e72
posted a question about the "here" remote
2019-01-08 19:47:05 +00:00
aaron@784fd85903b38afc8a44d117ba95e3dcce0bd230
42b8a23be4
Format post with code blocks for readability
2019-01-07 21:54:10 +00:00
Joey Hess
5500cbbc30
Merge branch 'master' of ssh://git-annex.branchable.com
2019-01-07 16:36:53 -04:00
Joey Hess
95a966666a
devblog
2019-01-07 16:36:34 -04:00
aaron@784fd85903b38afc8a44d117ba95e3dcce0bd230
aed4ceda8c
sign my name at the end
2019-01-07 20:19:55 +00:00
aaron@784fd85903b38afc8a44d117ba95e3dcce0bd230
a826c97d52
Ask question about progress info
2019-01-07 20:17:39 +00:00
https://christian.amsuess.com/chrysn
be273881f3
new forum entry
2019-01-07 19:51:29 +00:00
anarcat
2f3559d970
one more SNAFU with webdav
2019-01-06 19:35:15 +00:00
anarcat
0a90a48612
fix typo and triage
2019-01-06 19:23:36 +00:00
timeless-ventricle
842e20a141
Added a comment
2019-01-06 12:24:50 +00:00
anarcat
cf04151ab6
Added a comment: thanks!
2019-01-06 04:12:03 +00:00
Chymera
5fe6f33b19
Added a comment
2019-01-06 01:25:10 +00:00
anarcat
9c6a644896
Added a comment: bump
2019-01-05 23:06:05 +00:00
Joey Hess
6ec993252e
Merge branch 'master' of ssh://git-annex.branchable.com
2019-01-05 11:27:49 -04:00
Joey Hess
7a74f2497b
update
2019-01-05 11:27:04 -04:00
Chymera
ff668bba28
Added a comment
2019-01-04 23:05:43 +00:00
Chymera
7b933afadb
Added a comment
2019-01-04 21:08:54 +00:00
Chymera
efe755d4ae
2019-01-04 21:02:16 +00:00
Joey Hess
9cf9ef5077
Merge branch 'master' of ssh://git-annex.branchable.com
2019-01-04 15:12:02 -04:00
Joey Hess
c73698fb33
devblog
2019-01-04 15:11:16 -04:00
pthomasdelaney@9b04608ad7e837fde64ab60a285a7b7254b5bb26
d5c4100da3
2019-01-04 18:23:45 +00:00
geoffrey.jost
fbad26da1e
Updated Densho description , formerly "Japanese American Legacy Project", and total collection size.
2019-01-04 17:55:54 +00:00
Joey Hess
11d6e2e260
new improved benchmark command that can benchmark anything git-annex does
2019-01-04 13:46:36 -04:00
chocolate.camera@ec2ecab153906be21ac5f36652c33786ad0e0b60
f2379492a0
Added a comment
2019-01-04 16:11:12 +00:00
andrew
7b4cfab08b
Added a comment
2019-01-04 12:49:51 +00:00
Joey Hess
40db44da19
format
2019-01-04 00:38:03 -04:00
Chymera
aef47a57d7
Added a comment
2019-01-04 03:52:22 +00:00
andrew
78cf95cd86
Added a comment
2019-01-03 23:48:03 +00:00
Chymera
6c1cf18a27
Added a comment
2019-01-03 22:56:25 +00:00
Joey Hess
2b27717c20
Merge branch 'master' of ssh://git-annex.branchable.com
2019-01-03 16:12:32 -04:00
Joey Hess
56e2712376
update
2019-01-03 16:12:02 -04:00
Joey Hess
e3c410cc77
devblog
2019-01-03 16:11:57 -04:00
Chymera
55bd348dd5
removed
2019-01-03 19:43:53 +00:00
Chymera
9220561ce5
Added a comment
2019-01-03 19:43:24 +00:00
Chymera
7d0054b174
Added a comment
2019-01-03 19:40:22 +00:00
Chymera
35ef2e5c60
Added a comment
2019-01-03 19:33:02 +00:00
colin.brosseau@d444b2b3412af38b85f7b4b340b9c44a412b5698
938ca1c698
Added a comment: NTFS Make it clear that it'll not work with annex.thin
2019-01-03 18:04:58 +00:00
ka7
328773f807
Added a comment: (better formating..)
2019-01-03 14:15:21 +00:00
ka7
7092fe9c1a
Added a comment: got it
2019-01-03 14:10:19 +00:00
CandyAngel
a9d85d2993
Added a comment
2019-01-03 12:29:41 +00:00
ka7
934a1176cd
2019-01-03 11:17:31 +00:00
andrew
d2062ed057
Added a comment
2019-01-03 01:32:28 +00:00
Ilya_Shlyakhter
6835cd3957
asked about per-branch git-annex branches
2019-01-02 21:12:13 +00:00
Joey Hess
1aebc356e4
Merge branch 'master' of ssh://git-annex.branchable.com
2019-01-02 16:18:30 -04:00
Joey Hess
384eda5af7
devblog
2019-01-02 16:18:06 -04:00
insec
3c21b0fef7
2019-01-02 20:03:42 +00:00
chocolate.camera@ec2ecab153906be21ac5f36652c33786ad0e0b60
79820eb072
2019-01-02 19:36:21 +00:00
kirelagin@6d93475882c55a329fedae6be1971868a775ec7e
2122de1ad6
2019-01-02 17:37:57 +00:00
Woazboat
8e019f4752
2019-01-02 16:31:30 +00:00
kirelagin@6d93475882c55a329fedae6be1971868a775ec7e
a2565ad514
2019-01-02 14:34:46 +00:00
Chymera
c32d8dbc83
Added a comment
2019-01-02 12:08:19 +00:00