From 37a89cca436a352a887c1167ab1e65a7e39f646a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 29 Feb 2016 11:52:20 -0400 Subject: [PATCH] comment --- ...1_78f2d8e3906c11ba5753478d08973bd2._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/forum/Multiple_remotes_with_the_same_path/comment_1_78f2d8e3906c11ba5753478d08973bd2._comment diff --git a/doc/forum/Multiple_remotes_with_the_same_path/comment_1_78f2d8e3906c11ba5753478d08973bd2._comment b/doc/forum/Multiple_remotes_with_the_same_path/comment_1_78f2d8e3906c11ba5753478d08973bd2._comment new file mode 100644 index 0000000000..5f9f7426ae --- /dev/null +++ b/doc/forum/Multiple_remotes_with_the_same_path/comment_1_78f2d8e3906c11ba5753478d08973bd2._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2016-02-29T15:47:39Z" + content=""" +git-annex is not getting confused; it's looking at the current content of +the remote and using that uuid. Failing to do so would constitute +confusion. + +If you want the remote to only work when the drive is plugged into a single +host, you need to make the remote path only reach a repository on that +host. One way would be a symlink, eg `/home/grawity/Attic/rain-Software -> +Software` on rain. + +Or, just use the repository description, eg +`--in grawity@rain:~/Attic/Software`. Note that the description can be +changed to something easier to type. +"""]]