summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2013-12-29 17:57:36 +0000
committerGravatar admin <admin@branchable.com>2013-12-29 17:57:36 +0000
commit27f125e4d259e51a140ccd4df97b5df06bc0bfa0 (patch)
tree59be967f7a9bac938c4c4c40da01cce6779dce30
parent94d554c919f4cdaee97d1b47209b75eb04704519 (diff)
Added a comment: separation of concerns
-rw-r--r--doc/forum/confused_about_external_drives/comment_1_8340e5ff17a4846b41789e4966fed70c._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/confused_about_external_drives/comment_1_8340e5ff17a4846b41789e4966fed70c._comment b/doc/forum/confused_about_external_drives/comment_1_8340e5ff17a4846b41789e4966fed70c._comment
new file mode 100644
index 000000000..5b7ca0114
--- /dev/null
+++ b/doc/forum/confused_about_external_drives/comment_1_8340e5ff17a4846b41789e4966fed70c._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="209.250.56.227"
+ subject="separation of concerns"
+ date="2013-12-29T17:57:36Z"
+ content="""
+It doesn't make sense for the git-annex assistant to try to somehow detect and mount drives. Every OS has its own way to do that.
+
+The assistant simply detects drives that have been mounted by the OS.
+
+There is absolutely no problem with manually setting up a git repository on a removable drive and using it with the assistant. This is identical to what the assistant would set up for an external drive (except perhaps being a non-bare repository). The assistant simply detects if any git remote whose url is a directory is inside a mount point when it sees a new device be mounted.
+"""]]