You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Dongsheng Song <do...@gmail.com> on 2010/12/26 04:20:57 UTC

Re: [PATCH]: Update lots of links

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@subversion.tigris.org \
+    --msgid-bugs-address=dev@subversion.apache.org \

--
Dongsheng

On Tue, Feb 23, 2010 at 03:49, Martin Furter <mf...@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
>