Re: Introduction - Mailing list pgadmin-hackers

From John McCawley
Subject Re: Introduction
Date
Msg-id 3D4FF4AA.4090108@worleyco.com
Whole thread Raw
In response to Re: Introduction  ("Andy Kelk" <andy@venda.com>)
List pgadmin-hackers
Andy Kelk wrote:

>I only made modifications to one file: frmSQLInput.frm
>I have attached this file so you can see the changes. If this is not the
>way to go about sending modifications, give me a friendly nudge.
>
>

Typically you would send a patch file, which is a file that only
contains the differences between the CVS version and your version.
 Generating these from command line CVS requires you to actually
remember a command, so I don't do it ;)

On Windows I use Tortoise CVS:
http://www.tortoisecvs.org/index.shtml

It is, without a doubt, the coolest source control program I've ever
used.  It works as a Windows shell extension, and once you've installed
it you barely have to understand anything about CVS.  In *all* windows
file browsers, files under CVS show up with a green tint, and any files
you've modified show up with a red tint.  To create a patch file, simply
right click on a red file and from the cvs menu choose "make patch".
 This generates a patch file that Dave can use to apply your changes to
the main CVS tree.

Hopefully one day there will be a Konquerer extension that will work as
well as this :P

John



pgadmin-hackers by date:

Previous
From: "Andy Kelk"
Date:
Subject: Re: Introduction
Next
From: "Dave Page"
Date:
Subject: Re: Introduction