Re: [sage-devel] Re: sage -dev diff

2014-04-23 Thread Ralf Stephan
On Wed, Apr 23, 2014 at 4:06 PM, Kannappan Sampath wrote: > Thank you all for suggesting that I take a look at GIT. I think I feel > better now. But, still I have gotten some questions. I am trying to review > 16091. > > I have checked out the ncohen's 16091 branch and have it as a local > branch.

Re: [sage-devel] Re: sage -dev diff

2014-04-23 Thread Volker Braun
>From the preview of the updated docs in the already-mentioned ticket #16030: http://boxen.math.washington.edu/home/vbraun/doc/developer/walk_through.html#rebuilding-sage On Wednesday, April 23, 2014 3:06:44 PM UTC+1, KnS wrote: > > Thank you all for suggesting that I take a look at GIT. I think

Re: [sage-devel] Re: sage -dev diff

2014-04-23 Thread Kannappan Sampath
Thank you all for suggesting that I take a look at GIT. I think I feel better now. But, still I have gotten some questions. I am trying to review 16091. I have checked out the ncohen's 16091 branch and have it as a local branch. I would like to now let sage now that there has been a change in its

Re: [sage-devel] Re: sage -dev diff

2014-04-22 Thread Ralf Stephan
After reading a bit about SCM and git I would advise against use of sage -dev. I had used sage -dev the last weeks but now I exclusively do 'git trac' which does all I need but much better than sage -dev. Documentation is in http://trac.sagemath.org/ticket/16030 Regards, -- You received this

Re: [sage-devel] Re: sage -dev diff

2014-04-22 Thread Vincent Delecroix
2014-04-23 7:10 UTC+02:00, William Stein : > On Tue, Apr 22, 2014 at 8:07 PM, Kannappan Sampath > wrote: >> I also need more git hand holding: I am trying to attach some code from >> my >> local branch to a ticket. I did the following: >> >> Apples-MacBook-Pro:combinat apple$ sage -dev checkout --

Re: [sage-devel] Re: sage -dev diff

2014-04-22 Thread William Stein
On Tue, Apr 22, 2014 at 8:07 PM, Kannappan Sampath wrote: > I also need more git hand holding: I am trying to attach some code from my > local branch to a ticket. I did the following: > > Apples-MacBook-Pro:combinat apple$ sage -dev checkout --ticket 16211 > On ticket #16211 with associated local

Re: [sage-devel] Re: sage -dev diff

2014-04-22 Thread Kannappan Sampath
I also need more git hand holding: I am trying to attach some code from my local branch to a ticket. I did the following: Apples-MacBook-Pro:combinat apple$ sage -dev checkout --ticket 16211 On ticket #16211 with associated local branch "ticket/16211". # Use "sage --dev merge" to include anoth

Re: [sage-devel] Re: sage -dev diff

2014-04-22 Thread Kannappan Sampath
I get a whole bunch of edits, nothing relevant to the changes made by this ticket... :-( Probably master is not the right thing? I tried develop too... -Kannappan. On Apr 23, 2014, at 7:33 AM, kcrisman wrote: > See https://groups.google.com/forum/#!topic/sage-support/gIet3_kQNzo for what >

[sage-devel] Re: sage -dev diff

2014-04-22 Thread kcrisman
See https://groups.google.com/forum/#!topic/sage-support/gIet3_kQNzo for what to do - e.g. sage -dev diff --base master might work. On Tuesday, April 22, 2014 7:02:25 PM UTC-4, KnS wrote: > > Hello group, > > I am trying to review the ticket 16091. I did > > sage -dev checkout --ticket 16091 >