How do a begginer should submit a patch?

Bill Baxter wbaxter at gmail.com
Fri Jul 6 10:05:06 PDT 2007


On 7/7/07, wxNewbie <frares at gmail.com> wrote:
>
>
> Hi
>
> I did not found a matching information on how to submit a patch:
>
> In a place (http://www.wxwidgets.org/docs/technote/patches.htm) it
> shows how to use CVS to create patches;



I think the same procedure works for svn, just replace 'cvs' with 'svn':

   svn diff -u > thePatch.patch

I usually use TortoiseSVN, though, which is nice if you're on Windows.  Just
right click on the file and select "Make patch" under the TortoiseSVN menu.


In another one (http://www.wxwindows.org/develop/svn.htm) it says that
> wxWidgets now use Subversion.
>
> How do a beginner should submit a patch?


They did just convert over to SVN a few days ago.  The web pages are still
being updated.

--bb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20070707/b93=
9bbcb/attachment.htm


More information about the wx-users mailing list