summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar fmarier <fmarier@web>2011-04-04 07:40:43 +0000
committerGravatar admin <admin@branchable.com>2011-04-04 07:40:43 +0000
commit81ae895aeb054bc9efbad15732046b182cda9d19 (patch)
tree60545d43248b219f1dc8add1e2a81ecae7e9a1c2 /doc/bugs
parent6ee8c9ecaa7b6a3567b3d225db041c3832b4f977 (diff)
Added a comment: Exporting to a FAT filesystem?
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/fat_support/comment_1_04bcc4795d431e8cb32293aab29bbfe2._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/fat_support/comment_1_04bcc4795d431e8cb32293aab29bbfe2._comment b/doc/bugs/fat_support/comment_1_04bcc4795d431e8cb32293aab29bbfe2._comment
new file mode 100644
index 000000000..510e44984
--- /dev/null
+++ b/doc/bugs/fat_support/comment_1_04bcc4795d431e8cb32293aab29bbfe2._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="fmarier"
+ ip="121.73.248.43"
+ subject="Exporting to a FAT filesystem?"
+ date="2011-04-04T07:40:41Z"
+ content="""
+I'm using git-annex to keep my music in sync between all of my different machines. What I'd love to be able to do is to also keep it in sync with my iRiver player. Unfortunately, the firmware, Rockbox, doesn't support ext3, so I'm stuck with a FAT filesystem.
+
+I can see how the design of git-annex makes it rather difficult to get rid of the symlinks, so how about taking a different approach: something like a \"git annex export DEST\" which would take a destination (not a git remote) and rsync the content over to there as regular files.
+
+Maybe \"git annex sync DEST\" or \"git annex rsync DEST\" would be better names if we want to convey the idea that the destination will be made to look like the source repo, including performing the necessary deletions.
+"""]]