[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: Dongsheng Song <dongsheng.song_at_gmail.com>
Date: Sun, 26 Dec 2010 12:20:57 +0800

Hi,

I don't know if this should changed to 1.6.x, but I suggest you at least change

1.6.x/tools/po/po-update.sh

Because this file is very useful for translators, and it can produce invalid
msgid-bugs-address:

- --msgid-bugs-address=dev_at_subversion.tigris.org \
+ --msgid-bugs-address=dev_at_subversion.apache.org \

--
Dongsheng
On Tue, Feb 23, 2010 at 03:49, Martin Furter <mf_at_rola.ch> wrote:
>
>
> 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-12-26 05:21:56 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.