Hyrum K Wright wrote:
> On Wed, Jul 20, 2011 at 7:14 AM, Gavin "Beau" Baumanis
> <[email protected]> wrote:
> > When you create a repository, (with 1.6.16) - in the root directory
> is a README.TXT that contains the following text;
> >
> > Visit http://subversion.tigris.org/ for more information.
>
> 1.7.x gives the correct URL.
It's the same using 1.6.17. The same text is also in the file
'conf/svnserve.conf'.
It was fixed in trunk in r915036 ("Fix many of the links pointing to
subversion.tigris.org or svn.collab.net."), but not back-ported to
1.6.x.
I guess that would be a good candidate for back-port. I'll nominate it.
BTW, both of these files are created by code in
'subversion/libsvn_repos/repos.c' which contains the text as C strings.
- Julian