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

Broken link to Tigris file-download page

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-11-21 18:45:35 CET

Arild Fines wrote (in "Help needed with Subversion build on Win32" on "users" list):
> Rusk, Patrick wrote:
>
>>The INSTALL file says the following in talking about Berkeley DB as a build
>>requirement:
>>
>>******
>> If you are on the Windows platform and want to build Subversion,
>> a precompiled version of the Berkeley DB library is available for
>> download at the Subversion web site:
>>
>> http://subversion.tigris.org/servlets/ProjectDownloadList
>>
>> [and later on]
>>
>> If you want to build the (local) server components, you'll also
>> need a copy of Berkeley DB, version 4.0.14 or newer. Details are
>> in Section I.6. For your convenience, there is also a binary
>> distribution on the Subversion downloads page
>>
>> http://subversion.tigris.org/ProjectDownloadList
>>
>> The file there is named
>>
>> db-4.0.14-win32.zip
>>
>> Unpack the distribution into the root directory of the Subversion
>> source tree as <SVN>\db4-win32. [...]
>>******
>>
>>Well, that particular piece of information seems to be obsolete, because no
>>files are available at that URL.
>
> The zip file in question can be found at
> http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=688

Perhaps the attached patch "tigris-download-folder.diff" should be applied to give the correct, full folder addresses; or, more likely, we should just give the address as "http://subversion.tigris.org/servlets/ProjectDocumentList" and let the user navigate below that, as in the attached patch "tigris-download-list.diff".

The only essential change is that line 607 of INSTALL needs "servlets/" inserted in the URL.

Log message (delete parts as applicable):
[[[
Fix and update references to Tigris web site download pages.

* INSTALL
* www/getting_subversion.html
  Fix a broken link by inserting "servlets/" where it was missing.
  Update "ProjectDownloadList" to the new name "ProjectDocumentList",
    to avoid a redirection and possible future obsolescence.
  Link to the appropriate sub-folder in each case.
[OR]
  Link to the root of the tree, as the addresses of sub-folders may change.
]]]

What combination of these possible changes do we want?

- Julian

Index: INSTALL
===================================================================
--- INSTALL (revision 7821)
+++ INSTALL (working copy)
@@ -222,7 +222,7 @@
       a precompiled version of the Berkeley DB library is available for
       download at the Subversion web site:
 
- http://subversion.tigris.org/servlets/ProjectDownloadList
+ http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=688
 
 
       7. Apache Web Server 2.0.48 or newer
@@ -357,7 +357,7 @@
 
       Download the most recent distribution tarball from:
 
- http://subversion.tigris.org/servlets/ProjectDownloadList
+ http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260
 
       Unpack it, and use the standard GNU procedure to compile:
 
@@ -604,7 +604,7 @@
       in Section I.6. For your convenience, there is also a binary
       distribution on the Subversion downloads page
 
- http://subversion.tigris.org/ProjectDownloadList
+ http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=688
 
       The file there is named
 
Index: www/getting_subversion.html
===================================================================
--- www/getting_subversion.html (revision 7821)
+++ www/getting_subversion.html (working copy)
@@ -23,7 +23,7 @@
 <ol>
 
    <li><p>Download the latest tarball distribution from the <a
- href="http://subversion.tigris.org/servlets/ProjectDownloadList?folderID=260">Source Releases Area</a>.</p></li>
+ href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260">Source Releases Area</a>.</p></li>
 
    <li><p>Build and install it according to the instructions in the
    <a href="http://svn.collab.net/repos/svn/trunk/INSTALL">INSTALL</a>

Index: INSTALL
===================================================================
--- INSTALL (revision 7821)
+++ INSTALL (working copy)
@@ -222,7 +222,7 @@
       a precompiled version of the Berkeley DB library is available for
       download at the Subversion web site:
 
- http://subversion.tigris.org/servlets/ProjectDownloadList
+ http://subversion.tigris.org/servlets/ProjectDocumentList
 
 
       7. Apache Web Server 2.0.48 or newer
@@ -357,7 +357,7 @@
 
       Download the most recent distribution tarball from:
 
- http://subversion.tigris.org/servlets/ProjectDownloadList
+ http://subversion.tigris.org/servlets/ProjectDocumentList
 
       Unpack it, and use the standard GNU procedure to compile:
 
@@ -604,7 +604,7 @@
       in Section I.6. For your convenience, there is also a binary
       distribution on the Subversion downloads page
 
- http://subversion.tigris.org/ProjectDownloadList
+ http://subversion.tigris.org/servlets/ProjectDocumentList
 
       The file there is named
 
Index: www/getting_subversion.html
===================================================================
--- www/getting_subversion.html (revision 7821)
+++ www/getting_subversion.html (working copy)
@@ -23,7 +23,7 @@
 <ol>
 
    <li><p>Download the latest tarball distribution from the <a
- href="http://subversion.tigris.org/servlets/ProjectDownloadList?folderID=260">Source Releases Area</a>.</p></li>
+ href="http://subversion.tigris.org/servlets/ProjectDocumentList">Source Releases Area</a>.</p></li>
 
    <li><p>Build and install it according to the instructions in the
    <a href="http://svn.collab.net/repos/svn/trunk/INSTALL">INSTALL</a>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 21 18:43:25 2003

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.