From 308f3ecf66ef6725a2333d1cab1d712025551444 Mon Sep 17 00:00:00 2001 From: "gnusosa@2538fbd05a723a8f83b066e159f5d5f83b9f400d" Date: Fri, 16 Mar 2018 03:50:47 +0000 Subject: [PATCH] --- doc/forum/One_repo_with_multiple_remotes.mdwn | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/forum/One_repo_with_multiple_remotes.mdwn diff --git a/doc/forum/One_repo_with_multiple_remotes.mdwn b/doc/forum/One_repo_with_multiple_remotes.mdwn new file mode 100644 index 0000000000..a9d306cb16 --- /dev/null +++ b/doc/forum/One_repo_with_multiple_remotes.mdwn @@ -0,0 +1,20 @@ +I have three machines with the same repository in all of the machines. + + - cat-laptop:~/personal + - dog:~/personal + - turtle:~/personal + +All of them are connected to each other in `client mode`, and were +paired via the `Assistant` as `Local Computers`. + +`dog:~/personal` is accessible through the LAN and externally to the +internet. + +Will there be a problem if I add `dog:~/personal` as a `Remote Server` +through the assistant with a different hostname and port to +`cat-laptop:~/personal`? And does git-annex know what remote to use if +`cat-laptop` is connected to the same LAN as `dog`? + +My worries are file collisions, missing commits, or any lose of +updates because of one repository treated as multiple remotes in other +client repositories.