This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawkxl76M-3zKZXFbFf6NY6c6y-78CSKGyJw 2013-07-06 06:25:09 +00:00 committed by admin
parent 0f282f5867
commit 3bd7772d7a

View file

@ -0,0 +1,19 @@
### Please describe the problem.
When trying to annex get *from* an annex on a Windows machine, over HTTP, annex get fails with 404 errors.
### What steps will reproduce the problem?
1. Create an annex on a Windows and Linux machine.
2. annex add some content on Windows repository.
3. Configure Windows repository for HTTP access
4. on Linux machine, fetch updates. this succeeds.
5. attempt to "annex get <new files>"
6. requests for files of the format ".git/annex/objects/<3-char-hash>/<3-char-hash>/SHA<filehash>.<extension>" fail with 404 errors. the annex get fails.
### What version of git-annex are you using? On what operating system?
Windows 7: 4.20140627-g8a36ec5 (from the git-annex download page)
Debian Linux: 3.20120629 (from the package manager)
### Please provide any additional information below.
there is no <filehash>.<extension> file in the relevant directories, there are only .map and .cache files. The Windows annex is in direct mode, and the Linux annex fails to annex get from this correctly.