On 24/02/17 18:46, Carlos Alberto Lopez Perez wrote: > On 24/02/17 18:08, Alexey Proskuryakov wrote: >> >>> 24 февр. 2017 г., в 7:48, Antti Koivisto <koivi...@iki.fi >>> <mailto:koivi...@iki.fi>> написал(а): >>> >>> Hi, >>> >>> Looks like https://bugs.webkit.org/show_bug.cgi?id=168774 caused some >>> sort of SVN problem. Please hold commits until this is resolved. >> >> I deleted the remaining PDF file from resources, so svn checkout now >> works. There is almost certainly more cleanup that needs to be done - I >> can see that trac.webkit.org <http://trac.webkit.org> is broken. Please >> reply to the thread about what else you see not working. >> >> - Alexey >> >> >> >> >> >> _______________________________________________ >> webkit-dev mailing list >> webkit-dev@lists.webkit.org >> https://lists.webkit.org/mailman/listinfo/webkit-dev >> > > Any svn mirror will be unable to sync beyond r212950 [1]. > > And I think we can seize that to fix this as follows: > > * Create a svn mirror of the webkit repository up to r212950 > * Replace the current repository with that mirror. > > That would effectively reset the WebKit repository to r212950, > like if r212951/r212952 never happened. > > Something like this would do the trick: > > $ svnadmin create webkit-svn-clone > $ cd webkit-svn-clone/ > $ echo '#!/bin/true' > hooks/pre-revprop-change > $ chmod +x hooks/pre-revprop-change > $ svnsync init file://$(pwd) https://svn.webkit.org/repository/webkit/
^ The command below was missing after the svnsync init: $ svnsync --non-interactive sync file://$(pwd)
signature.asc
Description: OpenPGP digital signature
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev