summaryrefslogtreecommitdiff
path: root/doc/bugs/Windows__58___Annex_can_not_get_files
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___Annex_can_not_get_files
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___Annex_can_not_get_files')
-rw-r--r--doc/bugs/Windows__58___Annex_can_not_get_files/comment_1_0d13792a92dc4cde6db73123eeb88218._comment12
-rw-r--r--doc/bugs/Windows__58___Annex_can_not_get_files/comment_2_66aff09094d593f1c95213b9f8cbf26e._comment12
-rw-r--r--doc/bugs/Windows__58___Annex_can_not_get_files/comment_3_5039702d7676b4712bb2bf586a83e591._comment13
3 files changed, 37 insertions, 0 deletions
diff --git a/doc/bugs/Windows__58___Annex_can_not_get_files/comment_1_0d13792a92dc4cde6db73123eeb88218._comment b/doc/bugs/Windows__58___Annex_can_not_get_files/comment_1_0d13792a92dc4cde6db73123eeb88218._comment
new file mode 100644
index 000000000..baf8bed8e
--- /dev/null
+++ b/doc/bugs/Windows__58___Annex_can_not_get_files/comment_1_0d13792a92dc4cde6db73123eeb88218._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawlc-3pdibcizrdz4WmZooECL0k6AvM1cWc"
+ nickname="Joe"
+ subject="direct-mode to direct-mode perhaps?"
+ date="2015-03-09T17:40:59Z"
+ content="""
+It seems like the problem is when using a direct-mode repository on both sides of the copy.
+
+I can get and copy files to and from the USB stick when I'm dealing with my Linux-based (indirect mode) repository.
+
+Could it be that git-annex isn't properly noticing that c:\annex is in direct mode, and so it should copy from c:\annex\readme.txt instead of c:\annex\.git\annex\objects\... ?
+"""]]
diff --git a/doc/bugs/Windows__58___Annex_can_not_get_files/comment_2_66aff09094d593f1c95213b9f8cbf26e._comment b/doc/bugs/Windows__58___Annex_can_not_get_files/comment_2_66aff09094d593f1c95213b9f8cbf26e._comment
new file mode 100644
index 000000000..f16e09c0d
--- /dev/null
+++ b/doc/bugs/Windows__58___Annex_can_not_get_files/comment_2_66aff09094d593f1c95213b9f8cbf26e._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawlc-3pdibcizrdz4WmZooECL0k6AvM1cWc"
+ nickname="Joe"
+ subject="Ah, but I can directly overwrite the file"
+ date="2015-03-09T17:46:58Z"
+ content="""
+If I copy f:\annex\bin\s3.exe into c:\annex\bin\s3.exe, (overwriting the .git symlink record) git annex sync will properly record that the file is now in this replica.
+
+So I guess I have a workaround(ish)
+
+--Joe
+"""]]
diff --git a/doc/bugs/Windows__58___Annex_can_not_get_files/comment_3_5039702d7676b4712bb2bf586a83e591._comment b/doc/bugs/Windows__58___Annex_can_not_get_files/comment_3_5039702d7676b4712bb2bf586a83e591._comment
new file mode 100644
index 000000000..f5878a2ed
--- /dev/null
+++ b/doc/bugs/Windows__58___Annex_can_not_get_files/comment_3_5039702d7676b4712bb2bf586a83e591._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2015-04-14T17:28:11Z"
+ content="""
+There is quite a lot of unrelated noise in this bug report. For example,
+when you run "git annex init dir1", you're telling git-annex to refer to
+that repository as "dir1". It should thus be unsuprising when it does in
+whereis etc messages about that repository.
+
+This is a duplicate of
+<http://git-annex.branchable.com/bugs/Windows:_repo_located_on_different_drive_letter_unavailable/>
+"""]]