On 13.12.2013 14:43, Eitan Adler wrote:
On Fri, Dec 13, 2013 at 2:32 PM, Pedro F. Giffuni <p...@freebsd.org> wrote:
Author: pfg
Date: Fri Dec 13 19:32:02 2013
New Revision: 259326
URL: http://svnweb.freebsd.org/changeset/base/259326

Log:
   MFV r258571:

   Removes strict-aliasing warnings from newer GCC in tcpdump.

   Corresponds to MFC r258573, but for some reason our new pre-commit hooks
   will not let us merge it from there.
How did you attempt to do this merge?  What were the exact commands?

(Standing on my local stable/10 dir)

svn merge -c r258573 ^/head .

Attempt to commit there fired the pre-commit hook.
I then tried:

svn merge  --ignore-ancestry -c r258573 ^/head .

(failed)

Next attempt was:
svn merge -c r258571 ^/vendor/tcpdump/dist contrib/tcpdump

(also failed)

finally this worked:

svn merge --ignore-ancestry -c r258571 ^/vendor/tcpdump/dist contrib/tcpdump

Hope that helps someone with the same issue ;).

Pedro.

_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to