hey guys,

I just intitialized a new trac environment for another product here at HTP.

For some reason, the trac instance cannot find the repository.

trac.ini
---------

[trac]
default_charset = iso-8859-15
ignore_auth_case = false
permission_store = DefaultPermissionStore
check_auth_ip = true
templates_dir = c:\Python23\share\trac\templates
repository_dir = C:\htptrac\svn\repo2
database = sqlite:db/trac.db
default_handler = WikiModule
metanav = login,logout,settings,help,about
mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search


My other Trac instance on this server has the same setup with the exception that it is hitting the repository at c:\htptrac\svn\repo1 and it works.

Traceback from Browse Source link
---------------------------------------------------
Traceback (most recent call last):
File "C:\Python23\Lib\site-packages\trac\web\standalone.py", line 303, in _do_trac_req
dispatch_request(path_info, req, env)
File "C:\Python23\Lib\site-packages\trac\web\main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "C:\Python23\Lib\site-packages\trac\web\main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "C:\Python23\Lib\site-packages\trac\versioncontrol\web_ui\browser.py", line 78, in process_request
repos = self.env.get_repository(req.authname )
File "C:\Python23\Lib\site-packages\trac\env.py", line 162, in get_repository
repos = SubversionRepository(repos_dir, authz, self.log)
File "C:\Python23\Lib\site-packages\trac\versioncontrol\svn_fs.py", line 192, in __init__
self.repos = repos.svn_repos_open(self.path, self.pool())
SystemError: null argument to internal routine

As you would expect, the same error from trac-admin resync.
----------------------------------------------------------------------------------------
Trac [c:\htptrac\svn\sentinelconnect]> resync
Resyncing repository history...
Command failed: null argument to internal routine
Exception exceptions.AttributeError: "'SubversionRepository' object has no attribute 'log'" in <bound method SubversionRepository.__del__ of < trac.versioncontrol.svn_fs.SubversionRepository object at 0x00B94E90>> ignored

Any ideas?  This is a brand new repository with trunk, branches, tags directories and on README.txt file in the trunk at HEAD (rev. 2)

0.9.4
Win2K Pro

Thanks.

Ken
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to