Re: [FRIAM] 'Playing' Versioned Source Repositories

2015-07-19 Thread Russell Standish
Try gource. 

On Sat, Jul 18, 2015 at 08:52:33PM -0600, Arlo Barnes wrote:
 So Etherpad http://etherpad.org/ (that collaborative editing web-app that
 was closed source, got real popular at one point, closed shop, was cloned
 into 'PiratePad', then the original acquired and open-sourced by Apache)
 has this feature called 'Timeslider', which allows one to watch the
 progression of the document edit-by-edit from inception to the current
 state.
 
 Is there a way to do this for Git (for example, through Github) or other
 source control softwares? Of course, instead of 'document' it would be
 'repository'.
 
 -Arlo James Barnes

 
 FRIAM Applied Complexity Group listserv
 Meets Fridays 9a-11:30 at cafe at St. John's College
 to unsubscribe http://redfish.com/mailman/listinfo/friam_redfish.com


-- 


Prof Russell Standish  Phone 0425 253119 (mobile)
Principal, High Performance Coders
Visiting Professor of Mathematics  hpco...@hpcoders.com.au
University of New South Wales  http://www.hpcoders.com.au



FRIAM Applied Complexity Group listserv
Meets Fridays 9a-11:30 at cafe at St. John's College
to unsubscribe http://redfish.com/mailman/listinfo/friam_redfish.com


Re: [FRIAM] 'Playing' Versioned Source Repositories

2015-07-18 Thread Marcus Daniels
Magit for Emacs should come close to this.   It can control git to apply patch 
sets, e.g. in time order.   Of course, most developers will commit working code 
changes, not all the details of their edits.   The deltas will be  batch edits, 
not keystroke by keystroke, or line by line.   But it will highlight the diffs 
in context.

http://magit.vc/screenshotshttp://magit.vc/screenshots/
Magit! A Git Porcelain inside Emacs
Magit is an Emacs interace to it Git
Read more...http://magit.vc/screenshots/


FRIAM Applied Complexity Group listserv
Meets Fridays 9a-11:30 at cafe at St. John's College
to unsubscribe http://redfish.com/mailman/listinfo/friam_redfish.com

[FRIAM] 'Playing' Versioned Source Repositories

2015-07-18 Thread Arlo Barnes
So Etherpad http://etherpad.org/ (that collaborative editing web-app that
was closed source, got real popular at one point, closed shop, was cloned
into 'PiratePad', then the original acquired and open-sourced by Apache)
has this feature called 'Timeslider', which allows one to watch the
progression of the document edit-by-edit from inception to the current
state.

Is there a way to do this for Git (for example, through Github) or other
source control softwares? Of course, instead of 'document' it would be
'repository'.

-Arlo James Barnes

FRIAM Applied Complexity Group listserv
Meets Fridays 9a-11:30 at cafe at St. John's College
to unsubscribe http://redfish.com/mailman/listinfo/friam_redfish.com