On Wed, Jul 17, 2013 at 9:27 PM, Volker Braun <vbraun.n...@gmail.com> wrote:

> Thanks, looks great.
>
> Is there a way to attach a git branch to the ticket via the web interface
> or do you have to go through the XML-RPC? In other words, is there any
> other documentation than
>

Yes -- you have to push the git branch and then edit the branch field. The
ticket branch plugin just does some fancy rendering for of this field.

To push the git branch

1) go into your preferences in trac; there is a new tab for adding ssh keys
- add an ssh key
2) then do

  git remote add trac ssh://g...@trac.sagemath.org:2222/sage.git
  git push trac local/branch/name:u/TracUsername/remote/branch/name

https://github.com/sagemath/sage_trac/blob/master/plugins/ticket_branch.py
>

I should really upload the new one -- this is painfully out of date now.

-- 
Andrew

-- 
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 http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to