From: Evgeniy Ivanov <lolkaantimat@gmail.com>
To: git@vger.kernel.org
Cc: lolkaantimat@gmail.com
Subject: gitweb doesn't work with bare repositories
Date: Sun, 30 Nov 2008 02:37:30 +0300 [thread overview]
Message-ID: <4931D23A.10402@gmail.com> (raw)
Hi,
I have installed gitweb and can't make it work with bare repos.
I have such config:
$my_uri = "http://mysite.org:8000";
$projectroot = "/srv/www/gamekeeper/htdocs/projects";
In projects I have created bare repo:
mkdir some
cd some.git
git --bare init
cd /some_git_repo
git push /srv/www/gamekeeper/htdocs/projects master
Everything fine, but when I click the link on some.git I don't have a
page (just "Error 404").
But if I clone /some_git_repo with some in the projects, I have a link
"some/.git" and it works fine.
Permissions are ok, virtual host is ok since I get main page and have
access to cloned repo.
What can be wrong?
--
Cheers, Evgeniy.
Key fingerprint: F316 B5A1 F6D2 054F CD18 B74A 9540 0ABB 1FE5 67A3
next reply other threads:[~2008-11-29 23:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-29 23:37 Evgeniy Ivanov [this message]
2008-11-30 0:01 ` gitweb doesn't work with bare repositories Fredrik Skolmli
2008-11-30 0:24 ` J.H.
2008-11-30 0:25 ` Jakub Narebski
2008-11-30 14:52 ` Evgeniy Ivanov
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=4931D23A.10402@gmail.com \
--to=lolkaantimat@gmail.com \
--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;
as well as URLs for NNTP newsgroup(s).