summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8 <Jon_Ander@web>2013-03-11 11:40:06 +0000
committerGravatar admin <admin@branchable.com>2013-03-11 11:40:06 +0000
commitd0dba122151e206924edb06842a853b73677d202 (patch)
treeefe66690a4d5bf35eb93267ee9e42e339520b67a /doc
parentcccffb5419a3f42ccef79d2f8c502726ab2bd6b2 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Centralized_repository_with_webapp.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/Centralized_repository_with_webapp.mdwn b/doc/forum/Centralized_repository_with_webapp.mdwn
new file mode 100644
index 000000000..6a9fb285d
--- /dev/null
+++ b/doc/forum/Centralized_repository_with_webapp.mdwn
@@ -0,0 +1,13 @@
+Hi,
+
+I'm kind of new to git-annex, I've been following it for a while and tried small task, but never used it in a real situation.
+I'm now trying to sync various computers through a central server and I'm having some problems, so I think I might be doing something wrong.
+
+I have a remote server that I want to use as central server. I use the webapp to configure client 1 to use that server as remote server and using git (so I assume it stores the files and the tree). I then create the client 2 in another computer and doing the exact same steps.
+Initially everything seams to work, but after a few modifications in the clients weird things start to happen, files only in one client, some files don't get updated, etc.
+
+I guess I'm doing something wrong (maybe I need to clone the repo in client 2 instead of creating a new one?) but I can't figure out how to solve it.
+
+Any tip that could help me?
+
+Thanks!