Thomas Amsler wrote: > Thank you for your information. > > I have just tried that but the repository doesn't show up in gitweb > > - added to /etc/gitweb.conf > -- $export_ok = "gitweb-export-ok" > - touched the "gitweb-export-ok" file in the repository > -- touch /path-to-repo/repository/authz.git/gitweb-export-ok > > Then gitweb reports: > > 404 - No projects found > > Does the gitweb-export-ok file need to be part of the repo so that it is > tracked? No, gitweb-export-ok file has to be in $GIT_DIR (like description file), not part of repo. As to "No projects found" error: what is your $projectroot? Is it either "/path-to-repo/repository" or "/path-to-repo"? Is repository readable and searchable for the web server user (does it have correct permissions)? -- Jakub Narebski Poland -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html