You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2012/08/30 20:56:15 UTC

svn commit: r1379063 - /subversion/trunk/tools/server-side/svnpubsub/README.txt

Author: danielsh
Date: Thu Aug 30 18:56:15 2012
New Revision: 1379063

URL: http://svn.apache.org/viewvc?rev=1379063&view=rev
Log:
[in tools/server-side/svnpubsub/]

* README.txt: Fix thinko.

Found by: rhuijben

Modified:
    subversion/trunk/tools/server-side/svnpubsub/README.txt

Modified: subversion/trunk/tools/server-side/svnpubsub/README.txt
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/server-side/svnpubsub/README.txt?rev=1379063&r1=1379062&r2=1379063&view=diff
==============================================================================
--- subversion/trunk/tools/server-side/svnpubsub/README.txt (original)
+++ subversion/trunk/tools/server-side/svnpubsub/README.txt Thu Aug 30 18:56:15 2012
@@ -45,4 +45,5 @@ Installation instructions:
 Other notes:
 
 - svnwcsub.py will create a file called ".revision" in the root of the working
-  copy it updates.  That file will contain `svn info | sed -ne s/^URL:.//p`.
+  copy it updates.  That file will contain
+  `svn info ./ | sed -ne s/^Revision:.//p`.