You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Bernd Ruehlicke <BR...@lgc.com> on 2005/03/14 20:46:40 UTC

Any example workflow how to submit a patch to the Trunk ? DERBY-147

I want to submit my changes with regards to DERBY-147
 
Any examples how to do it ?
 
1) I have installed svn
2) I have checked out all of 10.0.2.1
3) I have successfully build it
 
I now assume have to 
 
A) Compare teh file I changed with the current version in the Trunk -
how ?
B) Get the Current version from the Trunk - how ?
C) Update that version - OK.
D) Submit the change - how ?
E) Add some JUnit test - OK (if it is easy to ADD a new file to the
Trunk)
 
 
Sorry - but the info on
http://incubator.apache.org/derby/derby_downloads.html is not enought.
Or maybe I have not found the info yet. Please advise.
 
Thanx
Bernd

Re: Any example workflow how to submit a patch to the Trunk ? DERBY-147

Posted by Mamta Satoor <ms...@gmail.com>.
On Mon, 14 Mar 2005 13:46:40 -0600, Bernd Ruehlicke <BR...@lgc.com> wrote:
> I want to submit my changes with regards to DERBY-147
>  
> Any examples how to do it ?
>  
> 1) I have installed svn
> 2) I have checked out all of 10.0.2.1
> 3) I have successfully build it
>  
> I now assume have to 
>  
> A) Compare teh file I changed with the current version in the Trunk - how ?
> B) Get the Current version from the Trunk - how ?
> C) Update that version - OK.
> D) Submit the change - how ?
> E) Add some JUnit test - OK (if it is easy to ADD a new file to the Trunk)
>  
>  
> Sorry - but the info on
> http://incubator.apache.org/derby/derby_downloads.html is not enought. Or
> maybe I have not found the info yet. Please advise.
>  
> Thanx
> Bernd

Hi Bernd,

The following webpage
http://incubator.apache.org/derby/derby_comm.html might be useful for
some of your questions if you haven't already checked there.

Mamta