Gui front-end to version control program

Neal Becker ndbecker2 at gmail.com
Sat Jan 19 21:00:43 EST 2008


David Delony wrote:

> I spoke with Eric S. Raymond at a Linux user's group meeting a few days
> ago about the need for version control for end users.
> I thought that Python might be a good candidate for this.
> 
> Luckily, Guido was there as well. I talked this over with him and he
> suggested using Google Documents sinceI usually collborate on text
> documents.
> 
> I want something that can work with any file, as Subversion does. I can't
> think of any
> GUI wrappers written in Python off the top of my head. I would like to use
> one as a model and get my feet wet by contributing to it. I don't feel
> proficient enough to lead a project yet.
> 
> 

For some dvcs, qct is coming along well.  A nice commit tool.
http://qct.sourceforge.net/

For merge, kdiff3 is great (and integrates with hg and qct).

There is an early version of pmpu (pushmepullyou) that I think looks good.
http://xenbits.xensource.com/maw/pmpu.hg




More information about the Python-list mailing list