Re: Problem setting up a shared git repository

2013-09-06 Thread Konstantin Khomoutov
On Thu, 5 Sep 2013 14:43:52 -0700 (PDT) Eyal Zinder wrote: [...] > The problem I faced later on was in parallel development, when > changes were made to a file in one repository, and at the same time > other changes made to the same file in another repository..  I > couldh't push changes from the

Re: Problem setting up a shared git repository

2013-09-06 Thread Johannes Sixt
Am 9/5/2013 23:43, schrieb Eyal Zinder: > I'm trying to setup a distributed development repository with a central > repository acting as the production copy. I'm doing so on a Windows > file share with no SSH / HTTP accessibility. Basically each developer > will have their own copy of the project

Problem setting up a shared git repository

2013-09-05 Thread Eyal Zinder
I hope it's not too inappropriate to send a random question your way, but I've exhausted all other means and am quite lost at the moment..  I'm trying to setup a distributed development repository with a central repository acting as the production copy.  I'm doing so on a Windows file share wit