#516 closed defect (fixed)
Subversion 1.0.4 python bindings on Windows
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | 0.8 |
Component: | timeline | Version: | 0.7.1 |
Severity: | major | Keywords: | subversion |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi,
I have trouble installing Trac on Windows XP + Apache2 + mod_python + Subversion 1.0.4. After having successfully struggle with the tricky ClearSilver 0.9.10 compilation, I finally managed to run Trac (Wiki, tickets etc.), except for the twos parts which use Subversion (Timeline and Browse Source). Both fail on the same stack trace :
Traceback (most recent call last): File "c:\apache\trac\trac\ModPythonHandler.py", line 174, in handler core.dispatch_request(mpr.path_info, args, mpr, env) File "c:\apache\trac\trac\core.py", line 378, in dispatch_request module = module_factory(args, env, database, req) File "c:\apache\trac\trac\core.py", line 157, in module_factory sync.sync(module.db, rep, fs_ptr, pool) File "c:/apache/trac\trac\sync.py", line 52, in sync date = util.svn_time_from_cstring(date, subpool) / 1000000 TypeError: unsupported operand type(s) for /: 'NoneType' and 'int'
Apparently, this is not a #106 dupe, since the stack trace differs and #106 is fixed…
The Subversion repository I used is brand new, with a single import operation of many files.
Regards, Nicolas
Attachments (0)
Change History (3)
comment:1 by , 20 years ago
Milestone: | → 0.8 |
---|---|
Summary: | Subversion 1.0.4 bindings (apparently not a #106 dupe) → Subversion 1.0.4 python bindings on Windows (apparently not a #106 dupe) |
comment:2 by , 20 years ago
Have you tried Subversion 1.0.6?
Particularly with the security advisory I would hope that people would upgrade.
Either way this seems to be a Subversion bug, so I would assume that this ticket should be closed.
comment:3 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | Subversion 1.0.4 python bindings on Windows (apparently not a #106 dupe) → Subversion 1.0.4 python bindings on Windows |
Are the python bindings for subversion screwed up in 1.0.4 (again)?