Re: Gui front-end to version control program

2008-01-19 Thread Grant Edwards
On 2008-01-20, Gabriel Genellina <[EMAIL PROTECTED]> wrote: > En Sat, 19 Jan 2008 17:15:21 -0200, David Delony <[EMAIL PROTECTED]> > 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

Re: Gui front-end to version control program

2008-01-19 Thread Neal Becker
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 us

Re: Gui front-end to version control program

2008-01-19 Thread Gabriel Genellina
En Sat, 19 Jan 2008 17:15:21 -0200, David Delony <[EMAIL PROTECTED]> 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 ve

Re: Gui front-end to version control program

2008-01-19 Thread Paul Rubin
David Delony <[EMAIL PROTECTED]> writes: > 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

Gui front-end to version control program

2008-01-19 Thread David Delony
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 usu