#1451 Hosting request for kobo
Closed: Fixed None Opened 14 years ago by dmach.

Project name: kobo

Project short summary:[[BR]]
Kobo is set of python modules designed for rapid tools development.
It implements hub-worker-client architecture, plugins, enhanced option parser, etc...
It is originally an internal Red Hat project which is being opensourced.

SCM choice: git

Importing from another SCM?: no

Project admin Fedora Account System account name: dmach

Trac Instance?: Yes (but without tickets enabled, we'll use bugzilla)


I get "403 Forbidden - Unknown commit object" error on couple gitweb pages:
http://git.fedorahosted.org/git/kobo.git?p=kobo.git;a=commitdiff

When I uploaded my local .git dir to different gitweb, it worked as expected.
Please let me know if this can be fixed or whether you create a new git repo so I can import it once again.

Project description is: Unnamed repository; edit this file to name it for gitweb.
It should be: Python modules for tools development

It looks like somehow git got confused about whether it was working with a bare repository or not. A stray .git dir ended up in the repository. That's been deleted now. Daniel, if you want to try and push things again, it may fix things up. If not, let us know and we'll get it fixed up for you.

Now I'm getting this:
$ git clone ssh://git.fedorahosted.org/git/kobo.git [[BR]]
Initialized empty Git repository in /home/dmach/kobo-test/kobo/.git/ [[BR]]
fatal: no matching remote head [[BR]]
fetch-pack from 'ssh://git.fedorahosted.org/git/kobo.git' failed. [[BR]]

Remove current git repo and create new one, please.
There wasn't anything important, it was just an initial import of a new project.

A clean kobo.git repo has been created. Yell if you have any problems with it.

The problem was solved by upgrading git to latest version.
I use RHEL5 and git 1.5.x is not able to clone empty git repo. :(

Everything works as expected, thanks!

Login to comment on this ticket.

Metadata