[svnbook] r4183 committed - * en/book/ch04-branching-and-merging.xml...

svnbook at googlecode.com svnbook at googlecode.com
Tue Nov 8 14:23:10 CST 2011


Revision: 4183
Author:   ptburba at gmail.com
Date:     Tue Nov  8 12:22:54 2011
Log:      * en/book/ch04-branching-and-merging.xml
   (svn.branchmerge.tags.mkcomplex): Account for the current state
    of the art in 'svn diff' and 'svn patch'.


http://code.google.com/p/svnbook/source/detail?r=4183

Modified:
  /trunk/en/book/ch04-branching-and-merging.xml

=======================================
--- /trunk/en/book/ch04-branching-and-merging.xml	Tue Nov  8 12:11:50 2011
+++ /trunk/en/book/ch04-branching-and-merging.xml	Tue Nov  8 12:22:54 2011
@@ -3199,7 +3199,7 @@
          changes made to your working copy, and you'd like a
          collaborator to see them.  Instead of running <command>svn
          diff</command> and sending a patch file (which won't capture
-        directory, symlink, or property changes), you can
+        directory or symlink changes), you can
          use <command>svn copy</command> to <quote>upload</quote> your
          working copy to a private area of the repository.  Your
          collaborator can then either check out a verbatim copy of your




More information about the svnbook-dev mailing list