> On May 31, 2015, at 4:53 PM, Ryan Ollos <[email protected]> wrote: > > On Sun, May 31, 2015 at 7:32 PM, Josh Santangelo <[email protected] > <mailto:[email protected]>> wrote: > 2015-05-31 16:31:37,213 Trac[git_fs] DEBUG: disabled CachedRepository for > 'C:\Stimulant\Source\OWW.git' > > Could you try the following setting? > > [git] cached_repository = true
That seemed to have some effect. Now in the log… 2015-06-01 09:12:42,582 Trac[PyGIT] DEBUG: requested weak PyGIT.Storage instance 54848720 for 'C:\Stimulant\Source\GGR.git' 2015-06-01 09:12:42,582 Trac[git_fs] DEBUG: enabled CachedRepository for 'C:\Stimulant\Source\GGR.git' 2015-06-01 09:12:42,582 Trac[cache] INFO: Cleaning cache 2015-06-01 09:12:42,864 Trac[cache] INFO: Resetting "repository_dir": git:C:\Stimulant\Source\GGR.git 2015-06-01 09:12:43,986 Trac[PyGIT] DEBUG: triggered rebuild of commit tree db for 54848720 2015-06-01 09:12:44,081 Trac[PyGIT] DEBUG: rebuilt commit tree db for 54848720 with 141 entries (took 94.0 ms) 2015-06-01 09:12:44,081 Trac[cache] DEBUG: cache metadata undefined (youngest_rev=u'') 2015-06-01 09:12:44,081 Trac[cache] INFO: repos rev [70683e76f0ff18f657001e3a37d8893042097381] != cached rev [None] 2015-06-01 09:12:44,081 Trac[cache] INFO: Trying to sync revision [a913e49568551b329223a9f3f52fa5356572dd89] 2015-06-01 09:12:44,158 Trac[cache] DEBUG: Caching node change in [a913e49568551b329223a9f3f52fa5356572dd89]: (u'README.md', 'file', 'add', '', None) 2015-06-01 09:12:44,174 Trac[cache] INFO: Trying to sync revision [168d2105a8f21f9e4d697553f2349c57cb4c8bea] 2015-06-01 09:12:44,190 Trac[cache] DEBUG: Caching node change in [168d2105a8f21f9e4d697553f2349c57cb4c8bea]: (u'config.json', 'file', 'add', '', None) 2015-06-01 09:12:44,190 Trac[cache] DEBUG: Caching node change in [168d2105a8f21f9e4d697553f2349c57cb4c8bea]: (u'package/background.js', 'file', 'add', '', None) 2015-06-01 09:12:44,190 Trac[cache] DEBUG: Caching node change in [168d2105a8f21f9e4d697553f2349c57cb4c8bea]: (u'package/full.html', 'file', 'add', '', None) 2015-06-01 09:12:44,190 Trac[cache] DEBUG: Caching node change in [168d2105a8f21f9e4d697553f2349c57cb4c8bea]: (u'package/icon_128.png', 'file', 'add', '', None) 2015-06-01 09:12:44,206 Trac[cache] DEBUG: Caching node change in [168d2105a8f21f9e4d697553f2349c57cb4c8bea]: (u'package/index.html', 'file', 'add', '', None) 2015-06-01 09:12:44,206 Trac[cache] DEBUG: Caching node change in [168d2105a8f21f9e4d697553f2349c57cb4c8bea]: (u'package/js/app.js', 'file', 'add', '', None) 2015-06-01 09:12:44,206 Trac[cache] DEBUG: Caching node change in [168d2105a8f21f9e4d697553f2349c57cb4c8bea]: (u'package/libs/ampm.js', 'file', 'add', '', None) 2015-06-01 09:12:44,206 Trac[cache] DEBUG: Caching node change in [168d2105a8f21f9e4d697553f2349c57cb4c8bea]: (u'package/libs/backbone.js', 'file', 'add', '', None) 2015-06-01 09:12:44,206 Trac[cache] DEBUG: Caching node change in [168d2105a8f21f9e4d697553f2349c57cb4c8bea]: (u'package/libs/jquery-2.1.3.js', 'file', 'add', '', None) 2015-06-01 09:12:44,206 Trac[cache] DEBUG: Caching node change in [168d2105a8f21f9e4d697553f2349c57cb4c8bea]: (u'package/libs/socket.io.js', 'file', 'add', '', None) 2015-06-01 09:12:44,206 Trac[cache] DEBUG: Caching node change in [168d2105a8f21f9e4d697553f2349c57cb4c8bea]: (u'package/libs/underscore.js', 'file', 'add', '', None) 2015-06-01 09:12:44,206 Trac[cache] DEBUG: Caching node change in [168d2105a8f21f9e4d697553f2349c57cb4c8bea]: (u'package/manifest.json', 'file', 'add', '', None) 2015-06-01 09:12:44,206 Trac[cache] DEBUG: Caching node change in [168d2105a8f21f9e4d697553f2349c57cb4c8bea]: (u'sharedState.js', 'file', 'add', '', None) 2015-06-01 09:12:44,206 Trac[cache] INFO: Trying to sync revision [46200b3c74e3323299b61e83d05ef5845e47bce8] […lots more of those…] Didn’t seem to make any impact on the [changeset] tags in tickets, though. -- 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.
