summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 14:07:55 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 14:16:44 -0400
commit8645fc2235eb663e8b050a4790c69e1be1640c09 (patch)
tree7d65d6c325199d17f4030bc02507bd103b4c99f2 /doc/bugs
parentfcd94707427b5bc8ec635ef378ff90d8772a1443 (diff)
fix relPathDirToFileAbs on windows with different drive letters
Since we started using this for git repos, when a remote was on another drive, it resulted in a bogus relative path to it being used by git-annex, which didn't work.
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/Windows:_Annex_can_not_get_files.mdwn2
-rw-r--r--doc/bugs/Windows:_repo_located_on_different_drive_letter_unavailable.mdwn2
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/Windows:_Annex_can_not_get_files.mdwn b/doc/bugs/Windows:_Annex_can_not_get_files.mdwn
index 8f636138d..f23624032 100644
--- a/doc/bugs/Windows:_Annex_can_not_get_files.mdwn
+++ b/doc/bugs/Windows:_Annex_can_not_get_files.mdwn
@@ -158,3 +158,5 @@ ok
C:\annex1>cd \annex2
"""]]
+
+> [[fixed|done]]; a simple path calculation bug. --[[Joey]]
diff --git a/doc/bugs/Windows:_repo_located_on_different_drive_letter_unavailable.mdwn b/doc/bugs/Windows:_repo_located_on_different_drive_letter_unavailable.mdwn
index 311675126..070191a63 100644
--- a/doc/bugs/Windows:_repo_located_on_different_drive_letter_unavailable.mdwn
+++ b/doc/bugs/Windows:_repo_located_on_different_drive_letter_unavailable.mdwn
@@ -160,3 +160,5 @@ Latest sync command should inject annex-uuid to .config file, but it does not. F
[remote "c"]
url = C:\\Annex
fetch = +refs/heads/*:refs/remotes/c/*
+
+> [[fixed|done]]; a simple path calculation bug. --[[Joey]]