Ticket #2651 (closed defect: worksforme)
null argument to internal routine in Browse Source
| Reported by: | c.unfried@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | version control | Version: | 0.9.3 |
| Severity: | major | Keywords: | svn mount share |
| Cc: |
Description
I get
null argument to internal routine
when i click on Browse Source and Timeline.
Here is the Traceback:
Traceback (most recent call last):
File "C:\Python23\Lib\site-packages\trac\web\modpython_frontend.py", line 206, in handler
dispatch_request(mpr.path_info, mpr, 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 92, 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
I run trac 0.9.3 on python 2.3.5 on a windows 2003 server. Subversion is installed on another machine and i use a fileshare to access the repository path.
Here is how i installed SVN for python:
- SVN 1.2.3 for Python
- unpacked svn-win32-1.2.3_py.zip
- copied libsvn and svn to C:\python23\lib\site-packages
- copied all *.dll from the Subversion bin Directory (from the other server) into libsvn
initenv succeeded with the fileshare.
Thanks for your support.
Regards,
Christoph
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


