Git development
 help / color / mirror / Atom feed
From: Alan Chandler <alan@chandlerfamily.org.uk>
To: git@vger.kernel.org
Subject: Re: problem with gitweb I don't understand
Date: Mon, 6 Feb 2006 22:47:49 +0000	[thread overview]
Message-ID: <200602062247.49690.alan@chandlerfamily.org.uk> (raw)
In-Reply-To: <200602062135.27652.alan@chandlerfamily.org.uk>

On Monday 06 February 2006 21:35, Alan Chandler wrote:
...>
> But gitweb is not displaying it (see http://www.chandlerfamily.org.uk/git).
>
> However if I do http://www.chandlerfamily.org.uk/git/?p=txpg.git;a=summary
>
> the error message I get is "403 Forbidden - No such project."  whereas if I
> had used any random characters for the project I would have got "403
> Forbidden - No such directory"

Cracked it.  I set repository permissions using the following (from the 
tutorial)

find repo.git -type d -print | xargs chmod ug+rwx,g+s

but directories need o+x as well so that the web server can read the refs


-- 
Alan Chandler
http://www.chandlerfamily.org.uk
Open Source. It's the difference between trust and antitrust.

      reply	other threads:[~2006-02-06 22:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-06 21:35 problem with gitweb I don't understand Alan Chandler
2006-02-06 22:47 ` Alan Chandler [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200602062247.49690.alan@chandlerfamily.org.uk \
    --to=alan@chandlerfamily.org.uk \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox