> On May 31, 2015, at 3:14 PM, RjOllos <[email protected]> wrote: > > On Sunday, May 31, 2015 at 5:52:24 PM UTC-4, Josh Santangelo wrote: > >> On May 26, 2015, at 2:56 PM, RjOllos <[email protected] <>> wrote: >>> >>> Do you have "tracopt.ticket.commit_updater.* = enabled" in your >>> [components] section? >> >> Yes, that’s in there. My understanding is that’s what causes the commit >> comments to be added to the tickets. That’s working correctly, it’s just >> that the text in the comment doesn’t link to anything. >> >> Good point. With that in mind, the next things I would do are: >> - Confirm there is a repository or alias named "OWW" >> - Resync the repository > > /admin/versioncontrol/repository does show it: > OWW (default) C:\Stimulant\Source\OWW.git [58651e6] > > resync: > > C:\Users\trac>trac-admin c:\trac\stimulant repository resync "OWW" > Resyncing repository history for OWW... > 0 revisions cached. > Done. > > > Should that have changed anything? > > Yes, I think it should have cached all revisions in the repository. > > What are your settings for?: > - [trac] default_repository_type
I don’t see anything for that in trac.ini, but the admin UI shows a default of git: https://www.dropbox.com/s/ynvbwve2m39j3fe/Screenshot%202015-05-31%2016.21.29.png?dl=0 > - [git] persistent_cache > - [git] cached_repository My [git] section shows only git_bin and projects_base… [git] git_bin = C:\Progra~2\Git\cmd\git.exe projects_base = c:\stimulant\source > - [trac] repository_sync_per_request I found… repository_dir = repository_sync_per_request = repository_type = git > Could you resync again with log level set to DEBUG and post the output? The last bits of the log when doing that… 2015-05-31 16:31:37,167 Trac[environmentSetup] DEBUG: SimpleMultiProject database schema version: 6 (should be 6) 2015-05-31 16:31:37,167 Trac[api] DEBUG: T&E BEGIN Reports need an upgrade check 2015-05-31 16:31:37,167 Trac[reportmanager] DEBUG: T&E Checking for custom_report upgrade 2015-05-31 16:31:37,183 Trac[reportmanager] DEBUG: T&E END Checking for custom_report upgrade 2015-05-31 16:31:37,183 Trac[api] DEBUG: T&E END Reports need an upgrade check 2015-05-31 16:31:37,183 Trac[api] DEBUG: T&E NEEDS UP?: sys:False, rep:False, stats:False, fields:False, man:False 2015-05-31 16:31:37,213 Trac[git_fs] INFO: detected GIT version 1.8.5.2.msysgit.0 2015-05-31 16:31:37,213 Trac[PyGIT] DEBUG: PyGIT.Storage instance 53996720 constructed 2015-05-31 16:31:37,213 Trac[PyGIT] DEBUG: requested weak PyGIT.Storage instance 53996720 for 'C:\Stimulant\Source\OWW.git' 2015-05-31 16:31:37,213 Trac[git_fs] DEBUG: disabled CachedRepository for 'C:\Stimulant\Source\OWW.git' 2015-05-31 16:31:37,213 Trac[PyGIT] DEBUG: triggered rebuild of commit tree db for 53996720 2015-05-31 16:31:37,308 Trac[PyGIT] DEBUG: rebuilt commit tree db for 53996720 with 223 entries (took 94.0 ms) -- 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.
