hi

I support subversion at my workplace and would usually like users to follow

http://svn.apache.org/repos/asf/subversion/trunk/doc/user/svn-best-practices.html

The file however is outdated and points to Subversion 1.0 documentation...

Attached here is a patch, which would make the trunk point to the nightly
instead of
Subversion 1.0. Yes it probably needs more information, however at least
this fixes the subversion links to point to a more appropriate nightly
version of the documentation instead of a really old one...

Mayuresh

$ svn info svn-best-practices.html
Path: svn-best-practices.html
Name: svn-best-practices.html
Working Copy Root Path:
/nobackup/mayuresh/projects/apache-svn/subversion-trunk
URL:
http://svn.apache.org/repos/asf/subversion/trunk/doc/user/svn-best-practices.html
Repository Root: http://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1586321
Node Kind: file
Schedule: normal
Last Changed Author: dongsheng
Last Changed Rev: 887954
Last Changed Date: 2009-12-07 10:33:55 -0500 (Mon, 07 Dec 2009)
Text Last Updated: 2014-04-10 11:02:56 -0400 (Thu, 10 Apr 2014)
Checksum: d6de0d2d58a006ff2ee98ba4e0bba051bc5f9443
Index: svn-best-practices.html
===================================================================
--- svn-best-practices.html	(revision 1586321)
+++ svn-best-practices.html	(working copy)
@@ -52,9 +52,7 @@
 <tt>/branches</tt>, and <tt>/tags</tt>.  A repository may contain
 only one project root, or it may contain a number of them.</p>
 
-<p><em>Book reference:</em> <a
-        href="http://svnbook.red-bean.com/svnbook/ch05s04.html#svn-ch-5-sect-6.1";>Choosing
-        a Repository Layout</a>.</p>
+<p><em>Book reference:</em> <a href="http://svnbook.red-bean.com/nightly/en/svn.reposadmin.planning.html#svn.reposadmin.projects.chooselayout";> Choosing a Repository Layout</a>.</p>
 
 
 
@@ -70,10 +68,7 @@
 it as an argument to <tt>svn merge</tt> should you want to undo the
 change or port it to another branch.</p>
 
-<p><em>Book reference:</em> "Subversion and Changesets" sidebar,
-        within <a
-        href="http://svnbook.red-bean.com/svnbook/ch04s03.html";>chapter
-        4</a>.</p>
+<p><em>Book reference:</em> Barnching and Merging <a href="http://svnbook.red-bean.com/nightly/en/svn.branchmerge.html";>chapter 4</a>.</p>
 
 <!-- =================================================== -->
 
@@ -99,10 +94,8 @@
 
   <pre>Merged revisions 3490:4120 of /branches/foobranch to /trunk.</pre>
 
-<p><em>Book reference:</em> <a
-        href="http://svnbook.red-bean.com/svnbook/ch04s03.html#svn-ch-4-sect-3.2";>Tracking
-        merges manually</a>, and <a
-        href="http://svnbook.red-bean.com/svnbook/ch04s04.html#svn-ch-4-sect-4.1";>Merging a whole branch to another</a>.</p>
+<p><em>Book reference:</em> 
+<a href="http://svnbook.red-bean.com/nightly/en/svn.branchmerge.advanced.html#svn.branchmerge.advanced.logblame";> Merge-Sensitive Logs and Annotations</a>
 
 <!-- =================================================== -->
 
@@ -133,9 +126,8 @@
             problems mentioned in point #2.</li>
 </ol>
 
-<p><em>Book reference:</em> <a
-href="http://svnbook.red-bean.com/svnbook/ch02s03.html#svn-ch-2-sect-3.4";>The
-            limitation of mixed revisions</a>.</p>
+<p><em>Book reference:</em> 
+<a href="http://svnbook.red-bean.com/nightly/en/svn.basic.in-action.html#svn.basic.in-action.wc";>Subversion Working Copies</a>.</p>
 
 
 <!-- =================================================== -->

Reply via email to