On Thu, Nov 29, 2018 at 10:43 PM Emmanuel Charpentier
<emanuel.charpent...@gmail.com> wrote:
>
> The problem might be on trac : git branch --remote | grep 26791 diesn't 
> return anything...
Why?

git repo itself does not know anything about trac tickets. It's git
trac extension that tries to match tickets to branches somehow.



>
> Le jeudi 29 novembre 2018 23:27:04 UTC+1, Emmanuel Charpentier a écrit :
>>
>> Trying to test Trac#26791 :
>>
>> charpent@zen-book-flip:/usr/local/sage-8$ git trac checkout  26791
>> Loading ticket #26791...
>> Checking out Trac #26791 remote branch u/gh-timokau/rpy2-build-typo -> local 
>> branch t/26791/rpy2-build-typo...
>> Traceback (most recent call last):
>>   File "/usr/local/bin/git-trac", line 18, in <module>
>>     cmdline.launch()
>>   File "/home/charpent/Dev/git-trac-command/git_trac/cmdline.py", line 220, 
>> in launch
>>     app.checkout(args.ticket_or_branch, args.branch_name)
>>   File "/home/charpent/Dev/git-trac-command/git_trac/app.py", line 118, in 
>> checkout
>>     self._checkout_ticket(int(ticket_or_branch), branch_name)
>>   File "/home/charpent/Dev/git-trac-command/git_trac/app.py", line 146, in 
>> _checkout_ticket
>>     self.repo.checkout_new_branch(ticket.branch, branch)
>>   File "/home/charpent/Dev/git-trac-command/git_trac/git_repository.py", 
>> line 136, in checkout_new_branch
>>     self.git.fetch('trac', remote)
>>   File "/home/charpent/Dev/git-trac-command/git_trac/git_interface.py", line 
>> 341, in meth
>>     return self.execute(git_cmd, *args, **kwds)
>>   File "/home/charpent/Dev/git-trac-command/git_trac/git_interface.py", line 
>> 328, in execute
>>     popen_stderr=subprocess.PIPE)
>>   File "/home/charpent/Dev/git-trac-command/git_trac/git_interface.py", line 
>> 263, in _run
>>     raise GitError(result)
>> git_trac.git_error.GitError: <exception str() failed>
>>
>> Suggestions ?
>
> --
> 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.

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