[svnbook] r4079 committed - Finish Issue #150 ("1.7 change: 'svn info' now displays 'Working Copy...

svnbook at googlecode.com svnbook at googlecode.com
Thu Sep 8 13:56:02 CDT 2011


Revision: 4079
Author:   cmpilato at gmail.com
Date:     Thu Sep  8 11:55:17 2011
Log:      Finish Issue #150 ("1.7 change: 'svn info' now displays 'Working  
Copy
Root Path'") and issue #151 ("svn info' examples should show
'Repository Root' data.").

* en/book/ch03-advanced-topics.xml,
* en/book/ch09-reference.xml
   Add missing 'Working Copy Root Path' and 'Repository Root' items in
   'svn info' output examples.

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

Modified:
  /trunk/en/book/ch03-advanced-topics.xml
  /trunk/en/book/ch09-reference.xml

=======================================
--- /trunk/en/book/ch03-advanced-topics.xml	Thu Sep  8 11:48:49 2011
+++ /trunk/en/book/ch03-advanced-topics.xml	Thu Sep  8 11:55:17 2011
@@ -3872,7 +3872,9 @@
  $ svn info www/green.html
  Path: www/green.html
  Name: green.html
+Working Copy Root Path: /home/harry/projects/my-project
  URL: http://svn.example.com/projects/my-project/trunk/bikeshed/blue.html
+Repository Root: http://svn.example.com/projects/my-project
  Repository UUID: b2a368dc-7564-11de-bb2b-113435390e17
  Revision: 40
  Node kind: file
=======================================
--- /trunk/en/book/ch09-reference.xml	Thu Sep  8 09:38:06 2011
+++ /trunk/en/book/ch09-reference.xml	Thu Sep  8 11:55:17 2011
@@ -2640,6 +2640,7 @@
  $ svn info foo.c
  Path: foo.c
  Name: foo.c
+Working Copy Root Path: /home/sally/projects/test
  URL: http://svn.red-bean.com/repos/test/foo.c
  Repository Root: http://svn.red-bean.com/repos/test
  Repository UUID: 5e7d134a-54fb-0310-bd04-b611643e5c25
@@ -2661,6 +2662,7 @@
              <screen>
  $ svn info vendors
  Path: vendors
+Working Copy Root Path: /home/sally/projects/test
  URL: http://svn.red-bean.com/repos/test/vendors
  Repository Root: http://svn.red-bean.com/repos/test
  Repository UUID: 5e7d134a-54fb-0310-bd04-b611643e5c25




More information about the svnbook-dev mailing list