Ryan..thanks for the quick response. Here ya go. [trac] auth_cookie_lifetime = 0 auth_cookie_path = auto_preview_timeout = 2.0 auto_reload = disabled backup_dir = db base_url = check_auth_ip = disabled database = sqlite:db/trac.db debug_sql = disabled default_charset = iso-8859-15 genshi_cache_size = 128 htdocs_location = ignore_auth_case = disabled mysqldump_path = mysqldump never_obfuscate_mailto = enabled permission_policies = ReadonlyWikiPolicy,DefaultPermissionPolicy,LegacyAttachmentPolicy permission_store = DefaultPermissionStore pg_dump_path = pg_dump resizable_textareas = enabled secure_cookies = disabled show_email_addresses = enabled show_ip_addresses = disabled timeout = 20 use_base_url_for_redirect = disabled
[repositories] .dir = /svn/repositories/my-project .type = svn .sync_per_request = false my-project.sync_per_request = false On Monday, June 5, 2017 at 7:52:25 AM UTC-4, RjOllos wrote: > > > > On Mon, Jun 5, 2017 at 7:45 AM, JST <[email protected] <javascript:>> > wrote: > >> Everything seems to be working fine except when I do an "SVN commit" and >> add "#<ticketNumber>"(or refs,see,etc..) nothing seems to be linked to the >> corresponding ticket. >> >> But if I check the "timeline" or "browse source" everything is as it >> should be. >> >> My Hooks are setup the same-way that I have always set them up (same as >> working configuration on other machines). >> >> Any ideas where I should start? Any help would be greatly appreciated. >> > > Which Trac versions? > > It sounds like you are probably using the "sync per request" option, but > haven't enabled explicit synchronization. > > https://trac.edgewall.org/wiki/TracRepositoryAdmin#ExplicitSync > > Could you please share your [trac] and [repositories] sections from > trac.ini? > > - Ryan > > -- 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. For more options, visit https://groups.google.com/d/optout.
