Is this plain stupid: GIT Sharing Via DropBox?
Posted
by yar
on Stack Overflow
See other posts from Stack Overflow
or by yar
Published on 2010-02-04T12:34:57Z
Indexed on
2010/03/31
12:53 UTC
Read the original article
Hit count: 155
I realize that there are similar questions, but my question is slightly different. I'm wondering whether sharing a bare repository
via a synchronized DropBox folder on multiple computers would work for sharing code via GIT. Really what I want to know is: is sharing a GIT repo via DropBox (the repo gets updated on each person's local drive) the same as sharing it from one centralized location, e.g., via SSH, git or HTTP?
Is this the same or different from sharing a GIT repo via a shared network drive?
Note: This is not an empirical question: it seems to work fine. I'm asking whether the way a GIT repo is structured is compatible with this way of sharing.
EDIT To clarify/repeat, I'm talking about keeping the GIT repository on DropBox as a bare repository. I'm not talking about keeping the actual files that are under source control in DropBox.
© Stack Overflow or respective owner