Re: [git-users] Help with git clone

2011-04-13 Thread Antony Male
On 11/04/2011 4:12 pm, Konstantin Khomoutov wrote: On Mon, 11 Apr 2011 13:43:25 +0100 Antony Male wrote: [...] When you clone (or fetch) a repository over the git protocol, a program on your computer (git-fetch-pack) and a similar one on the server (git-upload-pack) coordinate to figure out ex

Re: [git-users] Help with git clone

2011-04-12 Thread Mohith Thimmaiah
Acknowledged - they were the same soln. Thank you T On Wed, Apr 13, 2011 at 4:50 AM, Konstantin Khomoutov < flatw...@users.sourceforge.net> wrote: > On Tue, Apr 12, 2011 at 10:56:44AM +0530, Mohith Thimmaiah wrote: > > > > On Mon, 11 Apr 2011 13:43:25 +0100 > > > Antony Male wrote: > > > [...]

Re: [git-users] Help with git clone

2011-04-12 Thread Konstantin Khomoutov
On Tue, Apr 12, 2011 at 10:56:44AM +0530, Mohith Thimmaiah wrote: > > On Mon, 11 Apr 2011 13:43:25 +0100 > > Antony Male wrote: > > [...] > > > When you clone (or fetch) a repository over the git protocol, a > > > program on your computer (git-fetch-pack) and a similar one on the > > > server (gi

Re: [git-users] Help with git clone

2011-04-11 Thread Mohith Thimmaiah
Prefer to use the soln suggested by Antony [1]: http://progit.org/book/ch4-1.html#the_https_protocol [2]: http://progit.org/book/ch4-5.html This is onetime setup - no need to run after every push. Just so others who follow can see this On Mon, Apr 11, 2011 at 8:

Re: [git-users] Help with git clone

2011-04-11 Thread Konstantin Khomoutov
On Mon, 11 Apr 2011 13:43:25 +0100 Antony Male wrote: [...] > When you clone (or fetch) a repository over the git protocol, a > program on your computer (git-fetch-pack) and a similar one on the > server (git-upload-pack) coordinate to figure out exactly what > commits (roughly speaking) needs to

Re: [git-users] Help with git clone

2011-04-11 Thread Konstantin Khomoutov
On Mon, 11 Apr 2011 05:15:36 -0700 (PDT) Mohith Thimmaiah wrote: > Im new to git :) No need to repeat this in each first post. This list is not named "git-experts" and its sole reason is to discuss problems newbie users are facing. > I have a repo which I have exposed via http at careerinsight.o

Re: [git-users] Help with git clone

2011-04-11 Thread Antony Male
On 11/04/2011 1:15 pm, Mohith Thimmaiah wrote: Im new to git :) I have a repo which I have exposed via http at careerinsight.org/ git_repo/InAJiffy/ so that other who need to access it via http have a way to get to it Now I am able to clone the git repo locally (without http) and also via http