Tobias Hunger writes:

> Qt Creator has a gitorious project wizard that grabs a list of projects
> from gitorious, offers the user to select one, pick a repository for that
> and then proceed to check it out. That is pretty convenient for our users
> to get started with projects hosted on gitorious...

I didn't know that, cool!

> But I just noticed that this has stopped working. We grab the list of
> projects from gitorious using http://gitorious.org/projects?format=xml and
> parse that. This does get the list of projects we need and it used to
> include the repositories used for each project in the <repositories> tags
> (nicely split into mainline repos and clones). That area is still there,
> but empty. Is there any way to get that information again or do I need to
> drop the gitorious wizard?

I'm not sure when this stopped working; we would have set up tests for
it if we knew it was being used. One way to get a list of the
repositories is to hit the XML representation of the project with all
its repositories after a project has been been selected. If, for
example, the user selects the "gitorious" project, a list of
repositories within that project can be fetched from the URL

  http://gitorious.org/gitorious.xml

This requires an additional HTTP request + XML parser round, but it does
mean that the project XML payload will be smaller. If this is
cumbersome, please add a ticket to our bug tracker:

  http://issues.gitorious.org/

and we'll handle it from there. The fact that others rely on this
feature means we should keep it working, so I really want your opinion
on this.

Cheers,
- Marius

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to