summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8 <Hamza@web>2013-08-10 13:32:51 +0000
committerGravatar admin <admin@branchable.com>2013-08-10 13:32:51 +0000
commitbbe4af469670f89e32ed5902897a5c6cf7729fcc (patch)
treeec1ad267136752584bb106aea561b39a36d734b9 /doc
parent2da27723d98cc6c4accf48085effd9fda30ab0c8 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Manual_Setup_of_a_Central_Repo.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/forum/Manual_Setup_of_a_Central_Repo.mdwn b/doc/forum/Manual_Setup_of_a_Central_Repo.mdwn
new file mode 100644
index 000000000..82a1c70ba
--- /dev/null
+++ b/doc/forum/Manual_Setup_of_a_Central_Repo.mdwn
@@ -0,0 +1 @@
+My current setup involves 3 computers, one desktop one laptop and a vps. In my current setup I have created annex repos on the server and cloned from it, both machines sync to the server. All three use non base repos. Now I have another annex folder on the desktop that I would like to sync between the three. Both machines are behind NAT so server can not communicate with the machines. In order to init the repo on the vps, I was thinking of setting up a temporary VPN/port forward between the desktop and the VPS then clone from the desktop finally remove the remote section in .git/config on the server so VPS becomes the master again. First of all is there an easier way to do this? if not is it safe to do this? or is it going to cause problems down the line.