Ticket #2440 (closed defect: fixed)
Error using initenv with 0.9.1 on Win32
| Reported by: | alasdair@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | high | Milestone: | 0.9.3 |
| Component: | version control | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by cboos) (diff)
After building the wiki pages, I get the following error while running initenv in trac-admin (trying to index the repository). This is on a Python 2.3, Win32 install (following the wiki pages on how to install on Windows). This problem disappears if I revert the "Lib\site-packages\trac\versioncontrol" folder back to the files which came with version 0.9b2
Indexing repository Failed to initialize environment. null argument to internal routine Traceback (most recent call last): File "C:\Python23\Lib\site-packages\trac\scripts\admin.py", line 610, in do_initenv repos.sync() File "C:\Python23\Lib\site-packages\trac\versioncontrol\cache.py", line 83, in sync for path,kind,action,base_path,base_rev in changeset.get_changes(): File "C:\Python23\Lib\site-packages\trac\versioncontrol\svn_fs.py", line 488, in get_changes change.base_path, pool()) SystemError: null argument to internal routine
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


