git-annex/doc/bugs/testremote_is_not_honoring_--backend
Joey Hess 2d65c4ff1d
avoid unix-compat's rename
On Windows, that does not support long paths
https://github.com/jacobstanley/unix-compat/issues/56

Instead, use System.Directory.renamePath, which does support long paths.

Sponsored-by: Dartmouth College's Datalad project
2022-07-12 14:55:02 -04:00
..
comment_1_2b119f8bce39266630dd7c0f4d8add98._comment
comment_2_f804c33243606cab4495238511e59743._comment avoid unix-compat's rename 2022-07-12 14:55:02 -04:00
comment_3_1261222f79d9dbc8cf92f6466361e113._comment