'Playing' Versioned Source Repositories

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

'Playing' Versioned Source Repositories

Arlo Barnes
So Etherpad (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
Reply | Threaded
Open this post in threaded view
|

Re: [WedTech] 'Playing' Versioned Source Repositories

Roger Critchlow-2
Look at gitk, unless you're actually looking for an animation of the tree of files and directories over time.  Though tk might be a good choice for doing that, too, if Ben Bederson's Pad++ is still working.

-- rec --


On Sat, Jul 18, 2015 at 8:52 PM, Arlo Barnes <[hidden email]> wrote:
So Etherpad (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

_______________________________________________
Wedtech mailing list
[hidden email]
http://redfish.com/mailman/listinfo/wedtech_redfish.com



============================================================
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
Reply | Threaded
Open this post in threaded view
|

Re: 'Playing' Versioned Source Repositories

Marcus G. Daniels
In reply to this post by Arlo Barnes
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/screenshots
Magit! A Git Porcelain inside Emacs
Magit is an Emacs interace to it Git

============================================================
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
Reply | Threaded
Open this post in threaded view
|

Re: 'Playing' Versioned Source Repositories

Russell Standish-2
In reply to this post by Arlo Barnes
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      [hidden email]
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