summaryrefslogtreecommitdiff
path: root/doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-12 12:57:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-12 12:57:18 -0400
commitca10c06819aacc50d4423836ce51fc4486803789 (patch)
treee96072aef36f12d28d715fd4b7396d3fea4eef4c /doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable
parent024dd384140b25f69defd762e41fd5e4af4f3567 (diff)
rename files containing :
This is mostly to let the repo check out on windows w/o using cygwin's git. But, bash completion is also crap with : , so ..
Diffstat (limited to 'doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable')
-rw-r--r--doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable/comment_1_1c1a8a9171ddd10afea4d639f2aa7af7._comment12
-rw-r--r--doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable/comment_2_56832a2c87030b9b7a4c3946cdaf1b76._comment13
-rw-r--r--doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable/comment_3_418a94a7257c2c5eaa7e0febe93c33ab._comment8
3 files changed, 33 insertions, 0 deletions
diff --git a/doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable/comment_1_1c1a8a9171ddd10afea4d639f2aa7af7._comment b/doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable/comment_1_1c1a8a9171ddd10afea4d639f2aa7af7._comment
new file mode 100644
index 000000000..86c55006a
--- /dev/null
+++ b/doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable/comment_1_1c1a8a9171ddd10afea4d639f2aa7af7._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawlc-3pdibcizrdz4WmZooECL0k6AvM1cWc"
+ nickname="Joe"
+ subject="Same problem as another bug"
+ date="2015-04-02T18:16:25Z"
+ content="""
+This is the same thing I saw with the bug at http://git-annex.branchable.com/bugs/Windows:_Annex_can_not_get_files/
+
+I tried to manually add the annex UID to the remote reference, and it would show up as available (and then it could sync the repos), but I still couldn't get it to \"git annex get\" a file.
+
+--Joe
+"""]]
diff --git a/doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable/comment_2_56832a2c87030b9b7a4c3946cdaf1b76._comment b/doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable/comment_2_56832a2c87030b9b7a4c3946cdaf1b76._comment
new file mode 100644
index 000000000..b23824234
--- /dev/null
+++ b/doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable/comment_2_56832a2c87030b9b7a4c3946cdaf1b76._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E"
+ nickname="Сергей"
+ subject="Workaround"
+ date="2015-04-03T07:32:38Z"
+ content="""
+As a temporary workaround windows users can create directory junction:
+
+ MKDIR D:\Junctions
+ MKLINK /J D:\Junctions\R R:\
+
+Then you can clone from `D:\Junctions\R\Annex.git` to any directory on drive `D:\`. Whis way repository is available and `git-annex get` works.
+"""]]
diff --git a/doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable/comment_3_418a94a7257c2c5eaa7e0febe93c33ab._comment b/doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable/comment_3_418a94a7257c2c5eaa7e0febe93c33ab._comment
new file mode 100644
index 000000000..6641bb75d
--- /dev/null
+++ b/doc/bugs/Windows__58___repo_located_on_different_drive_letter_unavailable/comment_3_418a94a7257c2c5eaa7e0febe93c33ab._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2015-04-14T17:32:29Z"
+ content="""
+This is partly a bug in uuid discovery; however even after I manually fill
+in the remote's annex-uuid, it cannot get the file.
+"""]]