On Sunday, August 14, 2016 at 9:17:27 PM UTC+1, Justin C. Walker wrote:
>
> Hi, all, 
>
> I admit to being a total novice in the New World of Sage development 
> (post-git). 
>
post-git??? Hopefully not...

You know how to use git, right? Then:
http://doc.sagemath.org/html/en/developer/manual_git.html#git-the-hard-way
might be your thing.

There is indeed a git trac extension, written by Volker, which you are 
using.
And probably you are either using an outdated version, or you have not set 
it up correctly.



> 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 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