I am finding myself unable to fetch the positively reviewed ticket 
TRAC#21135 :

charpent@asus16-ec:/usr/local/sage-7$ git trac checkout 21135
Loading ticket #21135...
Checking out Trac #21135 remote branch public/21135 -> local branch 
t/21135/public/21135...
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 215, 
in launch
    app.checkout(args.ticket_or_branch, args.branch_name)
  File "/home/charpent/Dev/git-trac-command/git_trac/app.py", line 116, in 
checkout
    self._checkout_ticket(int(ticket_or_branch), branch_name)
  File "/home/charpent/Dev/git-trac-command/git_trac/app.py", line 144, 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: git returned with non-zero exit code (128) 
when executing "git fetch trac public/21135"
    STDERR: fatal: Couldn't find remote ref public/21135

I do not understand this error. This never happened to me before.

Ideas ?

--
Emmanuel Charpentier

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