On Mon, 22 Feb 2010, C. Michael Pilato wrote:
> Martin Furter wrote:
>>
>> Hello
>>
>> In r910216 I committed a few link fixes in faq.html assuming it matches
>> the "obvious fix rule".
>>
>> The following commandline finds lots of old links in trunk/:
>> svn st -v . | awk '/^[^?]/{print substr($0,41)}' |
>> egrep -v 'subversion/po' |
>> while read F; do
>> egrep -H '(svn\.collab\.net|subversion\.tigris\.org)' "$F";
>> done |
>> egrep -v 'subversion.tigris.org/(issues|servlets|downloads)/'
>>
>> I tried to fix many of them but some may be inappropriate (I'm unsure
>> about those in CHANGES). There are still many broken links remaining
>> after the patch but they're harder to fix for various reasons (some
>> point to license.html, some point to documents which do not exist
>> anymore, some are used as examples, etc).
>>
>> Martin
>
> If you make the full contents of BUGS just be simply this:
>
> This document has been moved to
> http://subversion.apache.org/docs/community-guide/issues.html
Oops, missed that one, makes much more sense that way.
> then +1 to commit.
Thanks for the review.
Committed in r915036.
Martin
Received on 2010-02-22 20:50:21 CET