> > The output of > ls /srv/git/myrepo branches config description HEAD hooks info objects refs
a bit more information: ls -a -Z /srv/git/myrepo drwxrwsr-x. git git unconfined_u:object_r:var_t:s0 . drwxr-xr-x. root root unconfined_u:object_r:var_t:s0 .. drwxrwsr-x. git git unconfined_u:object_r:var_t:s0 branches -rw-rw-r--. git git unconfined_u:object_r:var_t:s0 config -rw-rw-r--. git git unconfined_u:object_r:var_t:s0 description -rw-rw-r--. git git unconfined_u:object_r:var_t:s0 HEAD drwxrwsr-x. git git unconfined_u:object_r:var_t:s0 hooks drwxrwsr-x. git git unconfined_u:object_r:var_t:s0 info drwxrwsr-x. git git unconfined_u:object_r:var_t:s0 objects drwxrwsr-x. git git unconfined_u:object_r:var_t:s0 refs maybe SELinux is making some trouble? Like you asked on SO, here my logging section from the trac.ini [logging] log_file = trac.log log_level = DEBUG log_type = file --- Deleting and typing the repo path didnt work. I also tried to config the repository in the trac.ini in the repositories section like this: [repositories] project.dir = /srv/git/myrepo project.description = This should be my repo. project.type = git I get the same error... 2014-08-21 23:37:34,623 Trac[PyGIT] ERROR: GIT control files missing in '/srv/git/myrepo' -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
