Windows: Fix url to object when using a http remote.

annexLocations uses OS-native directory separators, but for an url,
it needs to use / even on Windows.

This is an ugly workaround. Could parameterize a lot of stuff in
annexLocations to fix it better. I suspect this is probably the only place
it's needed though.
This commit is contained in:
Joey Hess 2013-07-07 13:35:06 -04:00
parent 68630db661
commit 7e7b2daddf
4 changed files with 16 additions and 1 deletions

1
debian/changelog vendored
View file

@ -19,6 +19,7 @@ git-annex (4.20130628) UNRELEASED; urgency=low
than the urls's path.
* Windows: Look for .exe extension when searching for a command in path.
* Pass -f to curl when downloading a file with it, so it propigates failure.
* Windows: Fix url to object when using a http remote.
-- Joey Hess <joeyh@debian.org> Tue, 02 Jul 2013 15:40:55 -0400