I currently am experimenting with setting up a GIT repository server so we can switch from SVN to GIT. I\'ve got almost everything covered, but am left with an issue.
I tried setting up gitweb, but when I load the page, it comes out weird... Edit: In case people misunderstood, this is what it should look like:
I have pointed $projectroot to directory which is of 400GB contains n number of git projects. earlier we had only few project and gitweb started very fast, once project number started growing it is ta
Hi I have recently set up a git server for my stuff. and it is working ok, I have installed gitweb which is also working fine.
I want to download (via curl or AJAX) the HEAD revision of a file in a Git repository. GitWeb is already installed.
We are running git v1.7.1 and have gitweb configured.We also use gitolite for administration, but I do not believe that is germane to this issue.From time to time we get an error in the Apache log lik
I use gitolite to host my source code, and setup a web开发者_StackOverflow中文版site using gitweb to display all my projects. At the beginning, all projects are shown correctly via gitweb, however, af
For a build script, I need to work with source packages of a certain version. In order to not having to include big source archives, the scripts just stores their checksums (SHA1) and downloads them a
Installed GitWeb and CGit to tryout web interfaces to my Git/Gitosis repositories.Runing on Fedora 13 and my Gitosis is working great.I installed gitweb and cgit and setup the configs to point to my r
I recently installed my开发者_如何学Python git in my shared hosting now I want to install gitweb but I don\'t know how to install and configure it.