From e608ab620aa4963a6e122b1eba2f54f58e86eb38 Mon Sep 17 00:00:00 2001 From: orb Date: Thu, 25 Jul 2013 13:27:54 +0000 Subject: [PATCH] --- doc/forum/central_non-bare_and_git_push.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/forum/central_non-bare_and_git_push.txt diff --git a/doc/forum/central_non-bare_and_git_push.txt b/doc/forum/central_non-bare_and_git_push.txt new file mode 100644 index 0000000000..ecc81096ed --- /dev/null +++ b/doc/forum/central_non-bare_and_git_push.txt @@ -0,0 +1,9 @@ +hi, + +i have a usecase that i think many people have. a cental server which should be non-bare to be able to browse the files also via webdav. +multiple clients behind nat so only pushes via xmpp are possible. + +i set everything up without xmpp, it works but if files are updated, none of the clients gets a git push of course because ssh works only unidirectional. +i couldnt figure out how to set up xmpp push and have a non-bare central repo at the same time because i have to choose between ssh and xmpp git remote on the clients to the server. + +thanks!