Hi everyone,
As the subject of the post suggests I have a problem with trac 0.12
with mysql. The repository argument from the trac-admin commands is
not passed to SQL. Below is the command the the corresponding logs.
Please suggest how to debug from here.
# trac-admin /fs/www/trac/proj/ repository resync "rev1"
2011-08-05 07:39:49,509 Trac[util] DEBUG: SQL: "SELECT id,name,value
FROM repository WHERE name IN
('alias','description','dir','hidden','name','type','url')"
2011-08-05 07:39:49,509 Trac[util] DEBUG: SQL: "SELECT id FROM
repository WHERE name='name' AND value=%s"
2011-08-05 07:39:49,509 Trac[util] DEBUG: args: ('',)
# trac-admin /fs/www/trac/proj changeset added "rep1" "11"
2011-08-05 07:41:08,792 Trac[api] DEBUG: Event changeset_added on rep1
for changesets (u'11',)
2011-08-05 07:41:08,796 Trac[util] DEBUG: SQL: "SELECT id,name,value
FROM repository WHERE name IN
('alias','description','dir','hidden','name','type','url')"
2011-08-05 07:41:08,797 Trac[util] DEBUG: SQL: "SELECT id FROM
repository WHERE name='name' AND value=%s"
2011-08-05 07:41:08,797 Trac[util] DEBUG: args: ('',)
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.