Re: [savannah-help-public] [task #12752] Submission of Blog Comment

2013-08-10 Thread Karl Berry
So, I can do a chown -R Yeah, that doesn't sound right at all. Does no one else use receivepack with savannah? Maybe other git users on this list (I know there are some) could speak up? Thanks, K

Re: [savannah-help-public] [task #12752] Submission of Blog Comment

2013-08-09 Thread Nico Cesar
On 09/08/13 17:05, John Schmidt wrote: > Nico, > > Are you still having this problem? yes. and no, see below. (..) > But I agree with Nico's point: why doesn't every package that enables > git run into this? I don't get it. There are hundreds of packages > using git and I don't rec

Re: [savannah-help-public] [task #12752] Submission of Blog Comment

2013-08-09 Thread John Schmidt
Nico, Are you still having this problem? Thanks, John Schmidt On Fri, Aug 9, 2013 at 2:01 PM, Karl Berry wrote: > What about a more specific change: > > But I agree with Nico's point: why doesn't every package that enables > git run into this? I don't get it. There are hundreds of packa

Re: [savannah-help-public] [task #12752] Submission of Blog Comment

2013-08-09 Thread John Schmidt
Shouldn't you be able to execute the following on their repo? cd /srv/git/blogcomment.git GIT_DIR=/srv/git/blogcomment.git git daemon --reuseaddr --base-path=. --export-all --verbose --enable=receive-pack GIT_DIR=/srv/git/blogcomment.git git reset --hard Correct me if I am wrong. Thanks, John Sc

Re: [savannah-help-public] [task #12752] Submission of Blog Comment

2013-08-09 Thread John Schmidt
What about a more specific change: cd /srv/git/blogcomment.git GIT_DIR=/srv/git/blogcomment.git git config --file config http.receivepack true On Fri, Aug 9, 2013 at 12:24 PM, Nico Cesar wrote: > On 09/08/13 14:51, John Schmidt wrote: > > Shouldn't you be able to execute the following on the

Re: [savannah-help-public] [task #12752] Submission of Blog Comment

2013-08-09 Thread Nico Cesar
On 09/08/13 14:51, John Schmidt wrote: > Shouldn't you be able to execute the following on their repo? > > cd /srv/git/blogcomment.git > GIT_DIR=/srv/git/blogcomment.git git daemon --reuseaddr --base-path=. > --export-all --verbose --enable=receive-pack > GIT_DIR=/srv/git/blogcomment.git git reset

Re: [savannah-help-public] [task #12752] Submission of Blog Comment

2013-08-09 Thread Karl Berry
What about a more specific change: But I agree with Nico's point: why doesn't every package that enables git run into this? I don't get it. There are hundreds of packages using git and I don't recall ever seeing a request involving "receivepack" before. Anyway, please do whatever is needf

Re: [savannah-help-public] [task #12752] Submission of Blog Comment

2013-08-06 Thread Karl Berry
Hi Nico, So receive-pack should be enabled, Sadly, I know very little about git and can't debug it on either the sv side or the client side. All I can report is that a whole lot of projects have enabled git without any problem, which is not helpful ... Since the sv people most likely to loo