Hi, all,

I admit to being a total novice in the New World of Sage development (post-git).

Using OS X, 10.11.6, I attempted just now to “git” the code from a trac ticket 
(which has every indication of being more-or-less up-to-date, git-wise), and 
got this in response (on a freshly-built 7.3):

% git trac checkout 4120
Loading ticket #4120...
Traceback (most recent call last):
  File "/Users/justin/bin/git-trac", line 18, in <module>
    cmdline.launch()
  File "/Users/justin/bin/git-trac-command/git_trac/cmdline.py", line 214, in 
launch
    app.checkout(args.ticket_or_branch, args.branch_name)
  File "/Users/justin/bin/git-trac-command/git_trac/app.py", line 116, in 
checkout
    self._checkout_ticket(int(ticket_or_branch), branch_name)
  File "/Users/justin/bin/git-trac-command/git_trac/app.py", line 123, in 
_checkout_ticket
    ticket = self.trac.load(ticket_number)
  File "/Users/justin/bin/git-trac-command/git_trac/trac_server.py", line 110, 
in load
    ticket = TracTicket(ticket_number, self.anonymous_proxy)
  File "/Users/justin/bin/git-trac-command/git_trac/trac_ticket.py", line 155, 
in TracTicket
    change_log = server_proxy.ticket.changeLog(ticket_number)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py",
 line 1240, in __call__
    return self.__send(self.__name, args)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py",
 line 1599, in __request
    verbose=self.__verbose
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py",
 line 1280, in request
    return self.single_request(host, handler, request_body, verbose)
  File "/Users/justin/bin/git-trac-command/git_trac/digest_transport_py2.py", 
line 129, in single_request
    return self.parse_response(response)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py",
 line 1490, in parse_response
    return u.close()
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py",
 line 797, in close
    raise ResponseError()
xmlrpclib.ResponseError: ResponseError()

Any thoughts?  Pointers to doc that I might have missed?

Justin

--
Justin C. Walker, Curmudgeon-At-Large, Director
Institute for the Enhancement of the Director's Income
--------
The path of least resistance:
it's not just for electricity any more.
--------



-- 
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 [email protected].
To post to this group, send email to [email protected].
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