summaryrefslogtreecommitdiff
path: root/doc/forum/Dealing_with_long_filenames.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/forum/Dealing_with_long_filenames.mdwn')
-rw-r--r--doc/forum/Dealing_with_long_filenames.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/Dealing_with_long_filenames.mdwn b/doc/forum/Dealing_with_long_filenames.mdwn
new file mode 100644
index 000000000..5411c3215
--- /dev/null
+++ b/doc/forum/Dealing_with_long_filenames.mdwn
@@ -0,0 +1,8 @@
+- External HD A: annex (contains files with long paths)
+- External HD B: annex (synced with A, doesn't have the contents for files with long paths)
+- laptop HD: annex (*syncing with B fails*: paths too long)
+
+How should I resolve this?
+
+- Can I rename the broken symlinks on B to shorten the paths, and then sync to the laptop? Would this be propagated to A when it's connected again?
+- Can I `git rm too/long/paths` on B and then sync?