On Thu, Jul 17, 2014 at 12:56 PM, Matthew Jordan <[email protected]> wrote: > As an FYI, I'm going to start the process of merging menuselect into trunk: > > https://reviewboard.asterisk.org/r/3773/ > > This will include removing the svn:externals property from trunk, as > well as the merged menuselect (as Sean Bright has a subsequent patch > that makes menuselect use libxml2, removing the need for the external > mxml library). > > As a result, for a short period of time today, I expect trunk to be a > bit rocky: for at least one or two commits, menuselect won't compile > properly. I should have everything done in an hour or two. >
This work is now done. If you have an existing check out of trunk, then running an 'svn update' will produce the following error: svn: UUID mismatch: existing directory 'menuselect' was checked out from a different repository To fix this, simply remove the menuselect directory in your existing checkout: rm -fr menuselect Then re-run 'svn update'. menuselect will be pulled from its new location in the Asterisk repository. -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
