Edgewall Software
Modify

Opened 20 years ago

Closed 18 years ago

#106 closed defect (fixed)

SVN python bindings 1.0

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone: 0.7
Component: version control/browser Version: 0.5.1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal 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 (0)

Change History (8)

comment:1 by Jonas Borgström, 20 years ago

Milestone: 0.5.20.6

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.

comment:2 by wnicholls, 20 years ago

There has been some comment to that effect (bindings broken in svn 1.0.0) on the Subversion dev mailing list.

comment:3 by anonymous, 20 years ago

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 by wnicholls, 20 years ago

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 by Jonas Borgström, 20 years ago

Milestone: 0.60.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 by daniel, 20 years ago

Resolution: fixed
Status: newclosed

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 by anonymous, 18 years ago

Resolution: fixed
Status: closedreopened

comment:8 by anonymous, 18 years ago

Resolution: fixed
Status: reopenedclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.