Commit graph

46200 commits

Author SHA1 Message Date
Joey Hess
94e177db9d
document a SNAFU 2025-01-29 19:04:13 -04:00
Joey Hess
5738f5194d
throwing away a week's work
This was an attempt at continuing the RawFilePath transition into an
OsPath transition. Unforunately, it had multiple test suite failures on
windows. Debugging those seems that it would be more work than the
minor optimisation value of this.
2025-01-29 18:59:09 -04:00
Joey Hess
cbb6df35aa
merge in doc changes from master 2025-01-29 18:57:25 -04:00
Joey Hess
aaf4dd3b9c
fix liuxstandalone build 2025-01-29 18:12:00 -04:00
Joey Hess
55cf9ce28f
disable OsPath build flag on windows for now
Test suite failure looks like this:

        fatal: could not open '\\?\C:\Users\appveyor\AppData\Local\Temp\1\hash-cc81b41d-dfda-4ae8-904b-b531742443cc' for reading: No such file or directory
        fatal: could not open '\\?\C:\Users\appveyor\AppData\Local\Temp\1\hash-cc81b41d-dfda-4ae8-904b-b531742443cc' for reading: No such file or directory
        fatal: could not open '\\?\C:\Users\appveyor\AppData\Local\Temp\1\hash-cc81b41d-dfda-4ae8-904b-b531742443cc' for reading: No such file or directory
        fatal: could not open '\\?\C:\Users\appveyor\AppData\Local\Temp\1\hash-cc81b41d-dfda-4ae8-904b-b531742443cc' for reading: No such file or directory
        fatal: could not open '\\?\C:\Users\appveyor\AppData\Local\Temp\1\hash-cc81b41d-dfda-4ae8-904b-b531742443cc' for reading: No such file or directory
        fatal: could not open '\\?\C:\Users\appveyor\AppData\Local\Temp\1\hash-cc81b41d-dfda-4ae8-904b-b531742443cc' for reading: No such file or directory
        fatal: could not open '\\?\C:\Users\appveyor\AppData\Local\Temp\1\hash-cc81b41d-dfda-4ae8-904b-b531742443cc' for reading: No such file or directory
        fatal: could not open '\\?\C:\Users\appveyor\AppData\Local\Temp\1\hash-cc81b41d-dfda-4ae8-904b-b531742443cc' for reading: No such file or directory
        fatal: could not open '\\?\C:\Users\appveyor\AppData\Local\Temp\1\hash-cc81b41d-dfda-4ae8-904b-b531742443cc' for reading: No such file or directory
        fatal: could not open '\\?\C:\Users\appveyor\AppData\Local\Temp\1\hash-cc81b41d-dfda-4ae8-904b-b531742443cc' for reading: No such file or directory
        fatal: could not open '\\?\C:\Users\appveyor\AppData\Local\Temp\1\hash-cc81b41d-dfda-4ae8-904b-b531742443cc' for reading: No such file or directory
        git-annex: fd:4: Data.ByteString.hGetLine: end of file
        git-annex: user error (git ["--git-dir=.git","--work-tree=.","--literal-pathspecs","hash-object","-w","--no-filters","--stdin-paths"] exited 128)

This is apparently in Git.HashObject, and probably in hashBlob, which uses a
temp file with a name starting with "hash", but I have not been able to tell
what's wrong.

I don't understand where the "\\?" path prefix (windows UNC-style path)
is coming from in the path that gets fed into git hash-file, or why git
hash-file can't open the file.
2025-01-29 17:22:21 -04:00
Joey Hess
998de2e7ce
remove temp debugging code 2025-01-29 17:19:01 -04:00
Joey Hess
415455883c
debug test suite crash on windows 2025-01-29 16:37:54 -04:00
Joey Hess
1b7293fb67
fix windows build 2025-01-29 15:36:41 -04:00
Joey Hess
2940cfcd18
fix fromOsPath on windows
Same reasons as 9c9baf7c65
2025-01-29 14:19:25 -04:00
Joey Hess
9c9baf7c65
fix toOsPath on windows
After recent changes to use OsPath, test suite fails on windows with:

Exception: Uneven number of bytes: 5. This is not a Word16 bytestream.

Hopefully this fixes it. The innefficiency of the conversion is
unfortunate.
2025-01-29 14:06:54 -04:00
Joey Hess
381019ee3f
response 2025-01-29 12:06:22 -04:00
dmcardle
ec5f30f746 Added a comment 2025-01-29 14:44:38 +00:00
matrss
1e0a48fad0 Added a comment 2025-01-29 10:13:59 +00:00
matrss
acdefd77a6 Added a comment 2025-01-29 09:56:13 +00:00
Atemu
2f278fd4b3 Added a comment 2025-01-28 21:57:42 +00:00
jnkl
58e897b966 2025-01-28 21:32:18 +00:00
jnkl
75a6a00307 Added a comment 2025-01-28 21:20:17 +00:00
Joey Hess
e915b6c169
Merge branch 'master' of ssh://git-annex.branchable.com 2025-01-28 16:00:09 -04:00
Joey Hess
2b12f9f4b7
windows build fix
and a little more bonus RawFilePath conversion
2025-01-28 15:59:45 -04:00
cwg
0512905316 correct typo 2025-01-28 19:29:21 +00:00
cwg
9965b98fc8 2025-01-28 19:18:02 +00:00
andrew
4a980d11ce 2025-01-28 18:07:59 +00:00
65.254.22.34
1e5c354720 poll vote (My phone (or MP3 player)) 2025-01-28 17:09:37 +00:00
65.254.22.34
56c88653a7 poll vote (My phone (or MP3 player)) 2025-01-28 17:09:30 +00:00
Joey Hess
da9ca7475e
comment 2025-01-28 11:57:03 -04:00
Joey Hess
67034a02ea
update 2025-01-28 11:38:04 -04:00
Joey Hess
4f0e64b6de
update 2025-01-28 11:36:02 -04:00
Joey Hess
24d5dbe30b
comment 2025-01-28 11:12:02 -04:00
Joey Hess
6fb1dd6afa
comment 2025-01-28 10:28:35 -04:00
beryllium@5bc3c32eb8156390f96e363e4ba38976567425ec
dd28f97aac Added a comment: Simple config amendment for Apache served repositories 2025-01-28 08:34:40 +00:00
Joey Hess
0529f9a84a
Merge branch 'master' of ssh://git-annex.branchable.com 2025-01-27 12:23:13 -04:00
Joey Hess
754c0a001b
comment 2025-01-27 12:19:16 -04:00
matrss
7adf1f45fa Added a comment 2025-01-27 15:26:15 +00:00
matrss
cb258ca480 Added a comment 2025-01-27 15:14:44 +00:00
matrss
6b5206db85 Added a comment 2025-01-27 15:08:57 +00:00
Joey Hess
02c792b724
thoughts 2025-01-27 10:37:35 -04:00
Joey Hess
71206a8603
update comment 2025-01-27 10:25:55 -04:00
Joey Hess
de33ad5ce1
Merge branch 'master' of ssh://git-annex.branchable.com 2025-01-27 09:35:44 -04:00
Joey Hess
b61d316c36
fix link 2025-01-27 09:35:33 -04:00
yarikoptic
8c76c04fa9 reporting on FTBFS 2025-01-27 12:32:32 +00:00
matrss
7de9c8ff5d Added a comment 2025-01-27 11:28:43 +00:00
Atemu
61c97b7460 Added a comment 2025-01-26 13:30:10 +00:00
jnkl
0dedb8077b Added a comment 2025-01-26 13:09:05 +00:00
luciusf
ff7a5eab63 Some clarifications in my reproduce steps about the state of the rsync remote 2025-01-26 11:29:02 +00:00
luciusf
d2d52136c7 rename bugs/rsyncurl_without___34____58____34___creates_local_folder_as_repo.mdwn to bugs/rsyncurl_without___34____58____34___creates_local_folder_as_remote.mdwn 2025-01-26 11:19:53 +00:00
luciusf
f0701123cf Initial post 2025-01-26 11:18:11 +00:00
goglu6
e09f48b948 2025-01-26 03:02:03 +00:00
Atemu
2d6b31713a Added a comment 2025-01-26 02:54:18 +00:00
Atemu
3ad4096686 Added a comment 2025-01-26 02:36:51 +00:00
Joey Hess
635749c104
Merge branch 'master' of ssh://git-annex.branchable.com 2025-01-25 10:57:07 -04:00