Werner, On Fri, 1 Feb 2008 02:56:11 -0300 Werner Almesberger <[EMAIL PROTECTED]> wrote:
> 2) make a client-side copy and get all the the differences in the > changelog. > > I did a diff on the two patchsets and 2) would yield about 10'000 > lines or 320kB. Since there is quite a bit of useful information in > these diffs (besides copious amount of noise, as one would expect), > I'd lean towards option 2). > > Does this sound good ? > > I think 2) can be adequately implemented by > > ( cd trunk/src/target/kernel/patches && svn remove *) > cp branches/src/target/kernel/2.6.24.x/patches/* \ > trunk/src/target/kernel/patches svn cp would be better here because that way svn knows the history of the file and keeps track of the changes even before it was copied there. I think in the past we have done something along the lines: svn mv trunk/src/target/kernel/patches branches/src/target/kernel/2.6.22.5 && svn mv branches/src/target/kernel/2.6.24.x/patches trunk/src/target/kernel/patches Maybe it would even make sense to just have the patches living in /branches and not copy/move the current patchset to /trunk and back again. Regards, Daniel Willmann
signature.asc
Description: PGP signature

