Ticket #106 (closed defect: fixed)
Opened 8 years ago
Last modified 6 years ago
SVN python bindings 1.0
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.7 |
| Component: | version control/browser | Version: | 0.5.1 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Using svn-win32-1.0.0_py.zip on Windows:
Traceback (most recent call last):
File "d:\Program Files\Python\Lib\site-packages\trac\trac.py", line 203, in main
real_main()
File "d:\Program Files\Python\Lib\site-packages\trac\trac.py", line 155, in real_main
module.run()
File "d:\Program Files\Python\Lib\site-packages\trac\Module.py", line 37, in run
self.render()
File "d:\Program Files\Python\Lib\site-packages\trac\Browser.py", line 119, in render
info = self.get_info(self.path, rev)
File "d:\Program Files\Python\Lib\site-packages\trac\Browser.py", line 59, in get_info
self.pool) / 1000000
TypeError?: unsupported operand type(s) for /: 'NoneType?' and 'int'
Used to work before I updated the Python bindings.
Attachments
Change History
comment:1 Changed 8 years ago by jonas
- Milestone changed from 0.5.2 to 0.6
comment:2 Changed 8 years ago by wnicholls
There has been some comment to that effect (bindings broken in svn 1.0.0) on the Subversion dev mailing list.
comment:3 Changed 8 years ago by anonymous
Could you point me to an archived copy of those kind of messages? I was unsuccessful in finding them in the svn mail archives.
comment:4 Changed 8 years ago by wnicholls
It's a very long thread, you could start at http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=57849
Key comments are
"This bug has been fixed on trunk in revision 8834"
"wait until those patches are released with 1.0.1 and I build _those_ binaries, or else that same someone can buildthe current trunk and use that, if they wish"
So I guess we can expect it to be fixed sometime after March 12 (unless the release for 1.01 delays further)
comment:5 Changed 8 years ago by jonas
- Milestone changed from 0.6 to 0.7
As this doesn't look like a trac-bug we won't let this hold back the 0.6 release, but I let the ticket be open until it has been verified that upgrading to subversion 1.0.1 really fixes this.
comment:6 Changed 8 years ago by daniel
- Resolution set to fixed
- Status changed from new to closed
the 1.0.1 subversion binaries have now been released, and it's verified that Trac now works well on Windows.
Get the binaries at: http://subversion.tigris.org/
comment:7 Changed 6 years ago by anonymous
- Resolution fixed deleted
- Status changed from closed to reopened
comment:8 Changed 6 years ago by anonymous
- Resolution set to fixed
- Status changed from reopened to closed



I'm retargeting this bug to trac 0.6. I don't currently have access to any windows installation, but it sure looks like the python bindings are broken on windows.