svn commit: r202688 - in projects/suj/8: . contrib/top
lib/libufs lib/libusb sbin/fsck_ffs sbin/fsdb sbin/mount
sbin/tunefs share/man/man4 sys/kern sys/sys sys/ufs/ffs
sys/ufs/ufs tools/regression/...
Max Laier
max at love2party.net
Wed Jan 20 13:03:49 UTC 2010
On Wednesday 20 January 2010 10:57:48 Jeff Roberson wrote:
> On Wed, 20 Jan 2010, Jeff Roberson wrote:
> > Author: jeff
> > Date: Wed Jan 20 09:49:53 2010
> > New Revision: 202688
> > URL: http://svn.freebsd.org/changeset/base/202688
> >
> > Log:
> > - Merge SUJ from the private head branch to the private 8 branch.
>
> Can someone tell me what's up with all the property changes? Is it
> because I didn't do one merge for each top level directory I care about?
When in doubt, just believe that subversion DTRT. It does here. The
mergeinfo changes you are seeing are just to update already existing mergeinfo
properties in your branched tree. Since you merged at root, every place that
has mergeinfo needs to be updated.
The copied mergeinfo is helpful, too. This way you can check for merged and
eligible revisions from head in you project branch. E.g. to find out if there
are missing patches to fsck_ffs:
cd $wcbase/projects/suj/8/sbin/fsck_ffs
svn mergeinfo --show-revs eligible $repo/head/sbin/fsck_ffs
now if you merge missing patches in your branch and later merge your branch to
stable/8, this info will also be propagated.
--
Max
More information about the svn-src-projects
mailing list