Gui front-end to version control program

Grant Edwards grante at visi.com
Sat Jan 19 21:04:05 EST 2008


On 2008-01-20, Gabriel Genellina <gagsl-py2 at yahoo.com.ar> wrote:
> En Sat, 19 Jan 2008 17:15:21 -0200, David Delony <ickyelf at gmail.com>  
> escribi?:
>
>> 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
>
> There exist TortoiseCVS and TortoiseSVN. They are very intuitive and easy  
> to use front ends, but being Explorer extensions, they're tied to Windows.  
> They're not written in Python, but in C++.

Meld is written in Python, and it's a limited frontend for both
CVS and SVN.  There are probably almost a dozen GUI front ends
for SVN (ones that come to mind are meld, esvn, rapidsvn, ksvn,
smartsvn, qsvn, gsvn).  There's also a web-based frontend for
both SVN (and CVS).

I don't really see any need for yet another GUI frontend for SVN.

-- 
Grant




More information about the Python-list mailing list