diff --git a/doc/bugs/Adding_a_repository_as_a___34__remote_server__34___creates_a_bare_repository_next_to_the_existing_one.mdwn b/doc/bugs/Adding_a_repository_as_a___34__remote_server__34___creates_a_bare_repository_next_to_the_existing_one.mdwn new file mode 100644 index 0000000000..2b8bbb70d2 --- /dev/null +++ b/doc/bugs/Adding_a_repository_as_a___34__remote_server__34___creates_a_bare_repository_next_to_the_existing_one.mdwn @@ -0,0 +1,15 @@ +**What steps will reproduce the problem?** + +I generated repositories on two machines an then tried to sync them via ssh (by adding a "Remote server") but I ended up with a third (bare) repository next to my data on the remote server. + +**What is the expected output? What do you see instead?** + +The assistant should recognize the existing repository (especially the .git directory) and then start syncing only the needed files. + +**What version of git-annex are you using? On what operating system?** + +git-annex version: 4.20130324, Ubuntu 11.04 + +**Please provide any additional information below.** + +