[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH]: Update lots of links

From: Martin Furter <mf_at_rola.ch>
Date: Mon, 22 Feb 2010 20:49:29 +0100 (CET)

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.