Kathey Marsden wrote:
Ravinder Reddy wrote:

    hi,
         I am converting the declareGlobalTempTableJava.java to junit.
Now I want to Submit my first patch. How to create a patch.I have checked out
    the source (trunk) using eclipse when I build derby.can we create
    a patch using eclipse.?

I usually do it from the commandline. From the top of the source tree type :

svn diff > derby-xxxx_diff.txt and also
svn stat > derby-xxxx_diff.txt
oops should have been
svn stat -q > derby-xxxx_stat.txt


Reply via email to