Hi, On Mon, Jun 10, 2019 at 9:20 PM 'J Cornily' via Trac Users <[email protected]> wrote: > # The main problem, no commits apppear in the repository > view---------------------------------------------------------------------------------------------------------------------- > > Here below is a log when i browse > http://vmtrac/uuuu/admin/versioncontrol/repository > > (140618003388544) Trac[uuuu:perm] DEBUG: DefaultPermissionPolicy allows admin > performing EMAIL_VIEW on None > (140618003388544) Trac[uuuu:perm] DEBUG: DefaultPermissionPolicy allows admin > performing WIKI_VIEW on <Resource u'wiki:WikiStart'> > (140618003388544) Trac[uuuu:perm] DEBUG: DefaultPermissionPolicy allows admin > performing WIKI_VIEW on <Resource u'wiki:TracGuide'> > (140618003388544) Trac[uuuu:perm] DEBUG: DefaultPermissionPolicy allows admin > performing TAGS_VIEW on None > (140618003388544) Trac[uuuu:PyGIT] DEBUG: Missing Git control file 'HEAD' in > '/srv/gtrac.git' > (140618003388544) Trac[uuuu:git_fs] ERROR: GitError: Git control files not > found in '/srv/gtrac.git' > (140618003388544) Trac[uuuu:main] DEBUG: Rendering response from handler > (140618003388544) Trac[uuuu:main] DEBUG: Dispatching <RequestWithSession "GET > '/wikiextras/dynamicboxes.css'"> > (140618003388544) Trac[uuuu:main] DEBUG: Chosen handler is <Component > tracwikiextras.boxes.Boxes> > (140618003388544) Trac[uuuu:session] DEBUG: Retrieving session for ID u'admin' > > It complains about the control file HEAD, despite it exists under > /srv/gtrac.git > ls -l /srv/gtrac.git > total 12 > drwxr-xr-x. 2 jdum apache 6 10 juin 13:52 branches > -rw-r--r--. 1 jdum apache 66 10 juin 13:52 config > -rw-r--r--. 1 jdum apache 73 10 juin 13:52 description > -rw-r--r--. 1 jdum apache 23 10 juin 13:52 HEAD > drwxr-xr-x. 2 jdum apache 281 10 juin 13:52 hooks > drwxr-xr-x. 2 jdum apache 21 10 juin 13:52 info > drwxr-xr-x. 9 jdum apache 80 10 juin 13:56 objects > drwxr-xr-x. 4 jdum apache 31 10 juin 13:52 refs
Are you using SELinux? If you're using SELinux, try to disable SELinux or configure SELinux security context of the git repository. > Could you tell me how i get access the trac database > to check the depot database directly ? Try to access /svr/uuuu/db/trac.db with /usr/bin/sqlite3 command if you're using SQLite. -- Jun Omae <[email protected]> (大前 潤) -- 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 https://groups.google.com/group/trac-users. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/CAEVLMagZQmMRSetnkh8_3kgr0TvVyz30Vdbz8%2BigcEcHY-cMxQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
