From: Sylvain Petreolle
 The script works as expected,
 but the url  pointing to the files on ViewVC still link to
 the old 
svn.reactos.org repository.
 The following line should read :
 my $url = "http://svn.reactos.org/viewcvs/trunk/reactos/$path";
 as
 my $url = "http://svn.reactos.ru/svn/reactos/trunk/reactos/$path"; 
Thanks, fixed in r21762. I used 
svn.reactos.org since I think that's still
the preferred hostname (svn.reactos.ru and 
svn.reactos.org point to the same
host).
GvG