[PATCH] Every time

Richard Cavell richardcavell at mail.com
Wed Sep 28 23:35:05 CDT 2011


It doesn't really result in mixed revisions *every* time you run svn ci.

 Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.red-bean.com/pipermail/svnbook-dev/attachments/20110929/939ec9d4/attachment.html>
-------------- next part --------------
Index: ch01-fundamental-concepts.xml
===================================================================
--- ch01-fundamental-concepts.xml	(revision 4096)
+++ ch01-fundamental-concepts.xml	(working copy)
@@ -1052,12 +1052,12 @@
         <sect4 id="svn.basic.in-action.mixedrevs.normal">
           <title>Mixed revisions are normal</title>
 
-          <para>The fact is, <emphasis>every time</emphasis> you run
-            <command>svn commit</command> your working copy ends up
+          <para>The fact is, <emphasis>most of the time</emphasis> you run
+            <command>svn commit</command> your working copy will end up
             with some mixture of revisions.  The things you just
             committed are marked as having larger working revisions than
             everything else.  After several commits (with no updates
-            in between), your working copy will contain a whole mixture
+            in between), your working copy might contain a whole mixture
             of revisions.  Even if you're the only person using the
             repository, you will still see this phenomenon.  To examine
             your mixture of working revisions, use the <command>svn


More information about the svnbook-dev mailing list