summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar tomekwi <tomekwi@web>2015-08-10 18:22:22 +0000
committerGravatar admin <admin@branchable.com>2015-08-10 18:22:22 +0000
commitb12f70e8d56e042dbf903df5882bd90cc860f18f (patch)
tree769d4257a21d1c29feef9180b985c6b6d4857fe4
parent0117749bc365af110cfe4c7ea584e2ab6ac1ecd7 (diff)
Added a comment: Linux-Windows repo
-rw-r--r--doc/todo/windows_support/comment_13_4dfb65242280c2e28796f1ab8f022dea._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/todo/windows_support/comment_13_4dfb65242280c2e28796f1ab8f022dea._comment b/doc/todo/windows_support/comment_13_4dfb65242280c2e28796f1ab8f022dea._comment
new file mode 100644
index 000000000..65b24f25f
--- /dev/null
+++ b/doc/todo/windows_support/comment_13_4dfb65242280c2e28796f1ab8f022dea._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="tomekwi"
+ subject="Linux-Windows repo"
+ date="2015-08-10T18:22:22Z"
+ content="""
+Hi, what’s the recommended way to manage a repo accessed from both a Linux and a Windows box? Has anyone had success with that?
+
+I’m dual-booting Fedora 22 and Windows 8.1. I do most of my work on Linux, but I need Windows programs to edit some of my files. I’ve had a go at two approaches:
+
+1) Have a “central” repo on an NTFS external drive which also holds the contents of files. This fails because Windows fails to check out the contents of most files. It isn’t random – specific files at specific points of the commit history fail to check out. Perhaps it has something to do with filenames? Characters in filenames?
+
+2) Keep a “direct” clone of my repo on a Windows NTFS partition. I do my work on Windows, and after rebooting to Linux I mount the partition and commit my changes directly in the repo. Here Windows seems to outsmart me. git-annex sometimes takes many files without content as modified – and commits them as empty.
+"""]]