You need the latest version of git-trac-command, e.g. by checking 
out https://github.com/sagemath/git-trac-command



On Monday, July 4, 2016 at 10:36:16 AM UTC+2, Jori Mäntysalo wrote:
>
> Is it just me, or is trac broken? 
>
> $ git trac checkout 20918 
> Loading ticket #20918... 
> Traceback (most recent call last): 
>    File "/home/jm58660/bin/git-trac", line 18, in <module> 
>      cmdline.launch() 
>    File "/home/jm58660/git-trac-command/git_trac/cmdline.py", line 209, in 
> launch 
>      app.checkout(args.ticket_or_branch, args.branch_name) 
>    File "/home/jm58660/git-trac-command/git_trac/app.py", line 116, in 
> checkout 
>      self._checkout_ticket(int(ticket_or_branch), branch_name) 
>    File "/home/jm58660/git-trac-command/git_trac/app.py", line 123, in 
> _checkout_ticket 
>      ticket = self.trac.load(ticket_number) 
>    File "/home/jm58660/git-trac-command/git_trac/trac_server.py", line 
> 101, 
> in load 
>      ticket = TracTicket(ticket_number, self.anonymous_proxy) 
>    File "/home/jm58660/git-trac-command/git_trac/trac_ticket.py", line 
> 155, 
> in TracTicket 
>      change_log = server_proxy.ticket.changeLog(ticket_number) 
>    File "/usr/lib/python2.7/xmlrpclib.py", line 1240, in __call__ 
>      return self.__send(self.__name, args) 
>    File "/usr/lib/python2.7/xmlrpclib.py", line 1599, in __request 
>      verbose=self.__verbose 
>    File "/usr/lib/python2.7/xmlrpclib.py", line 1280, in request 
>      return self.single_request(host, handler, request_body, verbose) 
>    File "/home/jm58660/git-trac-command/git_trac/digest_transport_py2.py", 
> line 129, in single_request 
>      return self.parse_response(response) 
>    File "/usr/lib/python2.7/xmlrpclib.py", line 1490, in parse_response 
>      return u.close() 
>    File "/usr/lib/python2.7/xmlrpclib.py", line 797, in close 
>      raise ResponseError() 
> xmlrpclib.ResponseError: ResponseError() 
>
> -- 
> Jori Mäntysalo 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to