-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git annex find --not --in web #22
Comments
I am somewhat unclear on how this works... Does it read the remote webpages and tell me what else is available? How else does it get at that data? And as |
Richard Hartmann wrote:
No, this is just finding files in the annex that do not have a url see shy jo |
I ran this on my repository, got: then I checked out upstream/master, found 2 more files: while 'git annex find --not --in web' will find files with no web remote, the only thing I can think of that would make sure that the web remote actually contained the file would be something like 'git annex fsck --from web', but currently we're well over 500GB. Is there some way to ping the files to check if there are actually files on the other end that match the filesize (at least for those added with --fast and not --relaxed) without downloading the whole file? |
Efraim Flashner wrote:
git annex fsck --fast --from web should do that, checking only that Note that it might be a good idea for this repository to always use see shy jo |
@joeyh Your reply seems to be empty. Can you resend? Ideally, there would be an "open" get which gets all content and offers to change everything that's changed. I.e. a global web remote update function. Could you reasonably implement that? |
I don't think my two PRs are related to this, but I'll chime in and say that |
I have been trying to use But I think it has surprising behaviors even when running on a "normal" repo. For FOSDEM it always returns false even though the files are there, not sure why. Maybe it's the redirect? (videos.fosdem.org redirects in a round-robin fashion to one of 8-9 mirrors) Maybe EDIT: And now I realized I've basically restated what @Millak said two years ago. I'll let it stay, because I think I said it slightly differently, which may help. :-) |
Possibly |
Claes Wallin (韋嘉誠) wrote:
fsck --fast --from web notices when urls are no longer accessible (after see shy jo |
Does that mean I should ask for a feature (I think those URLs were relaxed, but I can't be sure now) |
Finds a few files. This would be a good regression test for this repo.
The text was updated successfully, but these errors were encountered: