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. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Tue Feb 07 09:48:15 2006
This archive was generated by hypermail 2.1.8 : 2006-02-07 09:48:29 EST