Thanks for the translation of the error messages, with your suggestion about 
the nil in repository_id I did the following

mysql> select repository_id from committerships c where repository_id not in 
(
select id from repositories );
+---------------+
| repository_id |
+---------------+
|           139 |
|           143 |
|           152 |
|           176 |

.. snipped about 43 entries.

once I deleted those I was able to uncomment that line and that team page 
started working again.

Now my new question is, are those repositories that were not in the 
repositories table, orphaned on my disk?

-- 
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