hello...
i am having trouble with the connection to our SVN repository. i have
one trac and SVN repository that is working perfectly on the same
physical machine. i have added a new trac project to the trac instance
running on this box, which is functioning correctly. however, when i
try to connect to the new associated SVN repos, i get the following
error. note the following bug reference (http://trac.edgewall.org/
ticket/2651):
Python Traceback
Traceback (most recent call last):
File "C:\Python23\lib\site-packages\trac\web\main.py", line 356, in
dispatch_request
dispatcher.dispatch(req)
File "C:\Python23\lib\site-packages\trac\web\main.py", line 224, in
dispatch
resp = chosen_handler.process_request(req)
File "C:\Python23\lib\site-packages\trac\versioncontrol\web_ui
\browser.py", line 95, in process_request
repos = self.env.get_repository(req.authname)
File "C:\Python23\lib\site-packages\trac\env.py", line 194, in
get_repository
return RepositoryManager(self).get_repository(authname)
File "C:\Python23\lib\site-packages\trac\versioncontrol\api.py",
line 73, in get_repository
self.repository_dir, authname)
File "C:\Python23\lib\site-packages\trac\versioncontrol\svn_fs.py",
line 262, in get_repository
repos = SubversionRepository(dir, authz, self.log)
File "C:\Python23\lib\site-packages\trac\versioncontrol\svn_fs.py",
line 290, in __init__
self.repos = repos.svn_repos_open(self.path, self.pool())
SystemError: null argument to internal routine
ADDITIONAL INFORMATION:
trac.ini -
repository_dir = C:\svnrepository\fleet\trunk repository_type = svn
running trac .10, apache 2.0, python 2.3 and subversion 1.43
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---