Hi there, first patch for fixing the webcheck bugs.
Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung Schulung Tel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz Marbaise ICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http://www.soebes.de
Index: publish/docs/release-notes/1.5.html =================================================================== --- publish/docs/release-notes/1.5.html (revision 917589) +++ publish/docs/release-notes/1.5.html (working copy) @@ -1249,7 +1249,7 @@ databases need to kept in sync via post-lock and post-unlock hooks on the master pushing the lock state to the slaves. (Username preservation is left as an exercise to the reader. Translation: <a -href="hacking.html#patches">patches to these notes are most +href="/docs/community-guide/mailing-lists.html#sending-patches">patches to these notes are most welcome</a>.) If the lock database is not propagated, users will not be able to accurately determine whether a lock is held — but locking will still work.</p> Index: publish/docs/release-notes/1.6.html =================================================================== --- publish/docs/release-notes/1.6.html (revision 917589) +++ publish/docs/release-notes/1.6.html (working copy) @@ -470,7 +470,7 @@ </h4> <p><!-- XXX -->Need to document possible incompatibilities (see -<a href="/ds/viewMessage.do?dsForumId=462&dsMessageId=86142">this +<a href="http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=86142">this thread</a>)</p> </div> <!-- shell-quoting-externals --> Index: publish/faq.html =================================================================== --- publish/faq.html (revision 917589) +++ publish/faq.html (working copy) @@ -1109,7 +1109,7 @@ the volume of renames used internally in Subversion when checking out files, some users have reported that 'subtree checking' should be disabled (it's enabled by default). Please see <a -href="http://nfs.sourceforge.net/nfs-howto/server.html" >NFS Howto +href="http://nfs.sourceforge.net/nfs-howto/ar01s03.html" >NFS Howto Server Guide</a> and <b>exports(5)</b> for more information on how to disable subtree checking.</p> @@ -1343,7 +1343,7 @@ title="Link to this section">¶</a> </h3> -<p>FIRST, read the <a href="hacking.html">Hacker's Guide to +<p>FIRST, read the <a href="/contributing.html">Hacker's Guide to Subversion</a>.</p> <p>Once you've digested that, send a mail to the dev list with the @@ -1367,7 +1367,7 @@ <p>Of course, the email you send should contain a nice long explanation about what the patch does, as per the -<a href="hacking.html">Hacker's Guide to Subversion</a>, but you +<a href="/contributing.html">Hacker's Guide to Subversion</a>, but you already know that, since you read and completely understood it <em>before</em> actually hacking the code, right? :)</p> @@ -3897,7 +3897,7 @@ </h3> <p>A careful examination of the Windows API documentation regarding <a -href="http://msdn2.microsoft.com/en-us/library/aa365247.aspx#maximum_path_length" +href="http://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx#maxpath" >Naming a File</a> reveals the most common reason why this happens. In short, you can address significantly longer path names when using the Unicode versions of the Windows path functions, and providing absolute

