Edgewall Software

Opened 18 years ago

Last modified 18 years ago

#2440 closed defect

Error using initenv with 0.9.1 on Win32 — at Initial Version

Reported by: alasdair@… Owned by: Jonas Borgström
Priority: high Milestone: 0.9.3
Component: version control Version: 0.9
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

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

Change History (0)

Note: See TracTickets for help on using tickets.