[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] - Mistake in 1.2 Release Notes

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-04-05 22:48:16 CEST

I assume that this was a mistake. I believe that svnlook diff
--no-diff-deleted was already an option. So presumaly, it is
--no-diff-added that is the new feature.

I can commit this if you would like, but feel free to just do it yourself.

Thanks

[[[
Correct new command line switch for svnlook diff.

* www/svn_1.2_releasenotes.html
  Flipped references to --no-diff-deleted and --no-diff-added
]]]
Index: svn_1.2_releasenotes.html
===================================================================
--- svn_1.2_releasenotes.html (revision 13955)
+++ svn_1.2_releasenotes.html (working copy)
@@ -323,9 +323,9 @@
       <dt><tt>svnversion --help</tt></dt>
       <dd>Show help on <tt>svnversion</tt>.</dd>
 
- <dt><tt>svnlook diff --no-diff-deleted</tt></dt>
+ <dt><tt>svnlook diff --no-diff-added</tt></dt>
       <dd>Don't show deleted files in the diffs. Companion to
- <tt>--no-diff-added</tt>.</dd>
+ <tt>--no-diff-deleted</tt>.</dd>
 
       <dt><tt>svnlook propget/proplist --revprop</tt></dt>
       <dd>Examine revision props, instead of normal versioned
properties.</dd>

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 6 19:06:22 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.