
Windows: Fix reversion that caused the path used to link to annexed
content include the drive letter and full path, rather than being
relative. (`git annex fix` will fix up after this problem).
I've not identified the commit that brought the reversion (probably it
happened this spring when I was removing MisingH and last touched
Utility.Path). Likely commit 18b9a4b802
?
The problem is that relPathDirToFile got called two paths that had the
slashes different ways around. Since takeDrive includes the first slash,
this made two paths on the same drive seem different and it bailed.
(ifdefs around this to avoid doing extra work on non-windows)
This commit was sponsored by Jack Hill on Patreon.
6 lines
192 B
Markdown
6 lines
192 B
Markdown
On windows, the links to .git/annex/objects are no longer relative; include
|
|
drive letter and full path.
|
|
|
|
This used to not be the case; it must have gotten broken. --[[Joey]]
|
|
|
|
> [[fixed|done]]
|