This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libgcj-classpath-0_92-branch-point merge


Mark Wielaard wrote:
On Sun, 2006-07-30 at 15:52 +0200, Mark Wielaard wrote:
Since I am still mystified how to trick svn into creating proper patch
files even for new things merged in from a branch I have split up the
patch again in two files:

The diff against the existing files on the trunk:
http://www.klomp.org/mark/classpath/libgcj-classpath-0_92-branch-point.patch.bz2
Created by:
svn status | grep -v ^A | cut -c8- | xargs svn diff >
libgcj-classpath-0_92-branch-point.patch

The new files added to the trunk through the merge or by hand:
http://www.klomp.org/mark/classpath/libgcj-classpath-0_92-branch-point-new.tar.bz2
Created by:
tar jcvf libgcj-classpath-0_92-branch-point-new.tar.bz2 $(for i in `svn
status | grep ^A | cut -c8-`; do if test -f $i; then echo $i; fi; done)

And as was pointed out you also need a list of files to remove since it is in neither of the above patches... So here it is:

Ok, didn't help here. Did it by hand.


Built on powerpc-darwin, sparc-solaris8 (32 and 64-bit), linux-ppc and hpux-pa. No problems so far.

I covered gtk, xlib and qt-peers. Not on every arch, but I built it on at least one of them.

Basic tests completed ok, hpux-pa outstanding, but I do not expect anything problematic.

Thanks Mark for this work.

Regards,
Andreas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]