[sage-devel] Re: checkout from trac

2016-08-14 Thread Dima Pasechnik
IMHO you could just as well use plain git (unless you need to deal with heaps of Sage trac tickets or are not comfortable using git in general...) http://doc.sagemath.org/html/en/developer/manual_git.html#git-the-hard-way On Saturday, August 13, 2016 at 5:07:06 PM UTC+1, Bill Page wrote: > > It

[sage-devel] Re: checkout from trac

2016-08-13 Thread leif
leif wrote: > Bill Page wrote: >> BTW, is it normal to run 'make' after 'git trac checkout'? > > Sure you should, to make the changes take effect in your Sage > installation. (But that's not always necessary, really depends on what > you pull. In any case, running 'make' is safe, as when nothing

[sage-devel] Re: checkout from trac

2016-08-13 Thread leif
Bill Page wrote: > BTW, is it normal to run 'make' after 'git trac checkout'? Sure you should, to make the changes take effect in your Sage installation. (But that's not always necessary, really depends on what you pull. In any case, running 'make' is safe, as when nothing has to get rebuilt / u

Re: [sage-devel] Re: checkout from trac

2016-08-13 Thread Bill Page
BTW, is it normal to run 'make' after 'git trac checkout'? I just did that and 'make' seems to be re-building almost everything. On 13 August 2016 at 17:07, Bill Page wrote: > Yes indeed it does! Much appreciated. > > On 13 August 2016 at 17:05, Volker Braun wrote: >> I removed the leading slash

Re: [sage-devel] Re: checkout from trac

2016-08-13 Thread Bill Page
Yes indeed it does! Much appreciated. On 13 August 2016 at 17:05, Volker Braun wrote: > I removed the leading slash from the branch name on that ticket, works now. > > On Saturday, August 13, 2016 at 10:22:55 PM UTC+2, Bill Page wrote: >> >> OK, I thought that might be it (although all I really w

Re: [sage-devel] Re: checkout from trac

2016-08-13 Thread Volker Braun
I removed the leading slash from the branch name on that ticket, works now. On Saturday, August 13, 2016 at 10:22:55 PM UTC+2, Bill Page wrote: > > OK, I thought that might be it (although all I really wanted was > read-only access), so I ran 'git trac config', see below. But it still > fails.

Re: [sage-devel] Re: checkout from trac

2016-08-13 Thread Bill Page
OK, I thought that might be it (although all I really wanted was read-only access), so I ran 'git trac config', see below. But it still fails. I guess it's just not my day ... On 13 August 2016 at 16:13, Volker Braun wrote: > You missed "git trac config" > wspage@sarah ~/sage $ git trac config

Re: [sage-devel] Re: checkout from trac

2016-08-13 Thread Volker Braun
You missed "git trac config" On Saturday, August 13, 2016 at 8:50:35 PM UTC+2, Bill Page wrote: > > :( :{ :[ > > wspage@sarah ~ $ git clone > https://github.com/sagemath/git-trac-command.git > Cloning into 'git-trac-command'... > remote: Counting objects: 776, done. > remote: Total 776 (delta

Re: [sage-devel] Re: checkout from trac

2016-08-13 Thread Bill Page
:( :{ :[ wspage@sarah ~ $ git clone https://github.com/sagemath/git-trac-command.git Cloning into 'git-trac-command'... remote: Counting objects: 776, done. remote: Total 776 (delta 0), reused 0 (delta 0), pack-reused 776 Receiving objects: 100% (776/776), 380.53 KiB | 174.00 KiB/s, done. Resolvin

[sage-devel] Re: checkout from trac

2016-08-13 Thread leif
Volker Braun wrote: > http://combinat.sagemath.org/doc/developer/git_trac.html [Hello Google,] Canonical URLs: ;-) * http://doc.sagemath.org/html/en/developer/git_trac.html#installing-the-git-trac-command * http://doc.sagemath.org/html/en/developer/git_trac.html#check-out-an-existing-ticket

[sage-devel] Re: checkout from trac

2016-08-13 Thread leif
leif wrote: > Bill Page wrote: >> It seems like I am always confused when I try to use sagetrac, but I >> did not expect this: >> >> wspage@sarah ~/sage $ ./sage --dev checkout --ticket=21231 >> sage-run received unknown option: --dev >> usage: sage [options] >> Try 'sage -h' for more information.

Re: [sage-devel] Re: checkout from trac

2016-08-13 Thread Volker Braun
http://combinat.sagemath.org/doc/developer/git_trac.html In particular check out the sections on "Installing the Git-Trac Command" and then "Check out an Existing Ticket" On Saturday, August 13, 2016 at 6:55:10 PM UTC+2, Bill Page wrote: > > Sorry, I'm still confused. What exactly do I have to

Re: [sage-devel] Re: checkout from trac

2016-08-13 Thread Bill Page
Sorry, I'm still confused. What exactly do I have to do to checkout a trac ticket for testing and where is it documented? Google searches only seem to mention --dev. On Aug 13, 2016 12:19 PM, "leif" wrote: Bill Page wrote: > It seems like I am always confused when I try to use sagetrac, but I >

[sage-devel] Re: checkout from trac

2016-08-13 Thread leif
Bill Page wrote: > It seems like I am always confused when I try to use sagetrac, but I > did not expect this: > > wspage@sarah ~/sage $ ./sage --dev checkout --ticket=21231 > sage-run received unknown option: --dev > usage: sage [options] > Try 'sage -h' for more information. The "devscripts" ha