[webkit-dev] SVN trouble

Carlos Alberto Lopez Perez clopez at igalia.com
Fri Feb 24 09:50:08 PST 2017


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 <koivisto at iki.fi
>>> <mailto:koivisto at 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 at 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)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 883 bytes
Desc: OpenPGP digital signature
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20170224/f96eec10/attachment.sig>


More information about the webkit-dev mailing list