You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2014/04/11 14:30:38 UTC

svn commit: r1586631 - /subversion/trunk/doc/user/svn-best-practices.html

Author: julianfoad
Date: Fri Apr 11 12:30:37 2014
New Revision: 1586631

URL: http://svn.apache.org/r1586631
Log:
* doc/user/svn-best-practices.html
  Update some links to point to the latest (nightly build) version of the
  book instead of the 1.0 version. (I'm leaving the 'merge manually' links
  as they are, for now, because that recommendation is obsolete and needs to
  be removed or completely rewritten.)

Suggested by: Mayuresh Rajwadkar <m.m.rajwadkar{_AT_}ieee.org>

Modified:
    subversion/trunk/doc/user/svn-best-practices.html

Modified: subversion/trunk/doc/user/svn-best-practices.html
URL: http://svn.apache.org/viewvc/subversion/trunk/doc/user/svn-best-practices.html?rev=1586631&r1=1586630&r2=1586631&view=diff
==============================================================================
--- subversion/trunk/doc/user/svn-best-practices.html (original)
+++ subversion/trunk/doc/user/svn-best-practices.html Fri Apr 11 12:30:37 2014
@@ -53,7 +53,7 @@ root" contains exactly three subdirector
 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
+        href="http://svnbook.red-bean.com/nightly/en/svn.reposadmin.planning.html#svn.reposadmin.projects.chooselayout">Choosing
         a Repository Layout</a>.</p>
 
 
@@ -70,10 +70,8 @@ change.  You can mention this revision n
 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> <a
+        href="http://svnbook.red-bean.com/nightly/en/svn.branchmerge.basicmerging.html#svn.branchmerge.changesets">Changesets</a>.</p>
 
 <!-- =================================================== -->
 
@@ -134,8 +132,7 @@ revision, and everything else is at an o
 </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>
+        href="http://svnbook.red-bean.com/nightly/en/svn.basic.in-action.html#svn.basic.in-action.mixedrevs">Mixed-revision working copies</a>.</p>
 
 
 <!-- =================================================== -->