Hi everyone, Actually I work with TRAC 1.2.2 and use this plugins: TicketImport-0.9.0-py2.7.egg TracTypedTicketWorkflow-0.2-py2.7.egg TracXMLRPC-1.1.7dev-py2.7.egg TracDynamicFields-2.3.0dev-py2.7.egg TracWorkflowAdmin-0.12.0.4-py2.7.egg TracSubTicketsPlugin-0.5.4dev-py2.7.egg TracWysiwyg-0.12.0.7-py2.7.egg
I made a migration from TRAC 0.11 to TRAC 1.2.2 I also made a Dump from the svn repository and changed from Sqlite to PostgreSQL. Everything works correctly (Browse source, timeline, etc.) but in the change history of the tickets does not refer to the revision and when I position on the rev number it says: "No default repository defined" This is part of my trac.ini [browser] color_scale = enabled downloadable_paths = /trunk,/branches/*,/tags/* hide_properties = svk:merge intermediate_color = intermediate_point = newest_color = (255, 136, 136) oldest_color = (136, 136, 255) oneliner_properties = trac:summary render_unsafe_content = disabled wiki_properties = trac:description [changeset] max_diff_bytes = 10000000 max_diff_files = 0 wiki_format_messages = enabled [components] dynfields.rules.* = enabled talm_importer.importer.* = enabled trac.admin.web_ui.* = enabled trac.versioncontrol.web_ui.browser.* = enabled tracopt.ticket.commit_updater.committicketreferencemacro = enabled tracopt.ticket.commit_updater.committicketupdater = enabled tracopt.ticket.deleter.ticketdeleter = enabled tracopt.versioncontrol.svn.* = enabled tracrpc.* = enabled tracsubtickets.api.* = enabled tracsubtickets.web_ui.* = enabled tracworkflowadmin.* = enabled tracwysiwyg.* = enabled typedworkflow.* = enabled [svn] authz_file = authz_module_name = branches = trunk,branches/* eol_style = native tags = tags/* [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 = postgres://postgres:postgres@localhost:5432/dbPrueba debug_sql = disabled default_charset = utf-8 default_date_format = iso8601 default_dateinfo_format = relative default_handler = WikiModule default_language = en_GB default_timezone = genshi_cache_size = 128 htdocs_location = ignore_auth_case = disabled jquery_location = jquery_ui_location = jquery_ui_theme_location = mysqldump_path = mysqldump never_obfuscate_mailto = disabled permission_policies = ReadonlyWikiPolicy,DefaultPermissionPolicy,LegacyAttachmentPolicy permission_store = DefaultPermissionStore pg_dump_path = pg_dump resizable_textareas = enabled secure_cookies = disabled show_email_addresses = disabled show_full_names = disabled show_ip_addresses = disabled timeout = 20 use_base_url_for_redirect = disabled use_chunked_encoding = disabled use_xsendfile = disabled wiki_toolbars = enabled xsendfile_header = X-Sendfile Any suggestions what's going on? -- 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/08c097b6-288f-4888-87b8-f1698b32d94c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
