Hello fellow Trac users, Trac ver: 1.0.1
I recently installed CodeReviewer plugin: https://trac-hacks.org/wiki/CodeReviewerPlugin After step 4 - "sudo trac-admin /path/to/projenv upgrade" , the install was a success. I can login into our test Trac environment mysql db and can see the new tables added by this plugin - "codereviewer" and "codereviewer_map". Both of the new tables are empty, the instructions state: "In order for the Reviewer <https://trac-hacks.org/browser/codereviewerplugin/0.12/coderev/util/reviewer.py> <https://trac-hacks.org/export/HEAD/codereviewerplugin/0.12/coderev/util/reviewer.py> to know all changesets that reference a given ticket, it needs a reliable ticket-changeset map. The built-in revision table is unfortunately not sufficiently reliable for some version control systems, eg Git. This is a known issue. So this plugin comes with its own changeset listener that manages a new codereviewer_map table. For existing changesets, you can run a provided sync.py <https://trac-hacks.org/browser/codereviewerplugin/0.12/coderev/util/sync.py> utility once to populate the table, but should not need it after that." I ran Sync.py so it can populate the new tables ... which requires "usage: sync.py <db_path> <repo_dir>" After running the command "*python sync.py /var/lib/location_to_mysql /var/public/repositories/test_repo"* I get the following error: File "sync.py", line 78, in <module> sync(db_path, repo_dir) File "sync.py", line 22, in sync db = sqlite3.connect(db_path) sqlite3.OperationalError: unable to open database file Please advice. I did run the command under root user. Thanks! -- 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.
