Edgewall Software

Changes between Initial Version and Version 1 of Ticket #1438


Ignore:
Timestamp:
Apr 18, 2005, 12:38:43 AM (19 years ago)
Author:
Christopher Lenz
Comment:

Description readablized.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1438 – Description

    initial v1  
    11Hitting "browse" gives the error:
    22
     3{{{
    34Traceback (most recent call last):
    45  File "C:\PYTHON23\lib\site-packages\trac\core.py", line 531, in cgi_start
     
    1314    rep = repos.svn_repos_open(repos_dir, pool)
    1415SystemError: null argument to internal routine
     16}}}
    1517
    16 Windows XP sp 2
    17 
    18 SVN 1.1.4
    19 
    20 svn-win32-1.1.4.py (for Python 2.3)
    21 
    22 docutils 0.3.7 (happens w/ 0.3.5, too -- Win install docs for trac say to use 0.3.7)
    23 
    24 Python 2.3
    25 
    26 sqlite 3.2.1
    27 
    28 clearserver-python-0.9.12-win32
    29 
    30 pysqlite version 1.1.6
     18 * Windows XP sp 2
     19 * SVN 1.1.4
     20 * svn-win32-1.1.4.py (for Python 2.3)
     21 * docutils 0.3.7 (happens w/ 0.3.5, too -- Win install docs for trac say to use 0.3.7)
     22 * Python 2.3
     23 * sqlite 3.2.1
     24 * clearserver-python-0.9.12-win32
     25 * pysqlite version 1.1.6
    3126
    3227The interesting thing is, if I add logging to trac\core.py before the call to repos.svn_repos_open() and do a repr() on the pool and the repos_dir vars, they're both set to seemingly valid values. However, the error still occurs. Furthermore, if I fire up the Python interpreter from the command line and do the *exact* same series of operations (minus the slash escaping, but set up my directory string the same as my logging output indicated it was done by core.py), I can open the repository just fine! (repr() on the returned object shows a valid p_repos_t object):
    33 
    3428
    3529{{{
     
    4842}}}
    4943
    50 
    51 
    5244Thanks,
    5345Dave