<div dir="ltr">Hi,<div><br></div><div>I may have hit a bug in tlmgr. As it is, when I try reading a remote repository in a file:// url, or just a local folder really, for instance</div><div><br></div><div>  tlmgr --repository file://${repo} dump-tlpdb --remote </div><div><br></div><div>I get `Cannot load TeX Live database`.<br></div><div><br></div><div>From what I can tell, download_file in TLUtils.pm is ignoring the file name in the $dest argument, and that breaks file:// urls, at least in the way I am using them. Indeed, it all works as I'd expect if I replace<br></div><div><br></div><div>  copy ($filetoopen, $par)</div><div><br></div><div>with</div><div><br></div><div>  copy ("-f", $filetoopen, $dest)</div><div><br></div><div>at <a href="https://www.tug.org/svn/texlive/trunk/Master/tlpkg/TeXLive/TLUtils.pm?revision=59044&view=markup#l2753">https://www.tug.org/svn/texlive/trunk/Master/tlpkg/TeXLive/TLUtils.pm?revision=59044&view=markup#l2753</a></div><div><br></div><div>Does that make sense?</div><div><br></div><div>Best,</div><div>Vincenzo Mantova</div></div>