You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/09/19 13:44:23 UTC

svn commit: r1626186 - /subversion/trunk/tools/server-side/svnpredumpfilter.py

Author: stsp
Date: Fri Sep 19 11:44:23 2014
New Revision: 1626186

URL: http://svn.apache.org/r1626186
Log:
Document the fact that svnpredumpfilter.py ignores mergeinfo,
unlike svndumpfilter.

* tools/server-side/svnpredumpfilter.py: In the help text, recommend
   svndumpfilter's --skip-missing-merge-sources option since filtering
   with the resulting path list may fail if the option isn't used.

Modified:
    subversion/trunk/tools/server-side/svnpredumpfilter.py

Modified: subversion/trunk/tools/server-side/svnpredumpfilter.py
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/server-side/svnpredumpfilter.py?rev=1626186&r1=1626185&r2=1626186&view=diff
==============================================================================
--- subversion/trunk/tools/server-side/svnpredumpfilter.py (original)
+++ subversion/trunk/tools/server-side/svnpredumpfilter.py Fri Sep 19 11:44:23 2014
@@ -38,6 +38,10 @@ Use the default ordering of revisions (t
 Return errorcode 0 if there are no additional dependencies found, 1 if
 there were; any other errorcode indicates a fatal error.
 
+Paths in mergeinfo are not considered as additional dependencies so the
+--skip-missing-merge-sources option of 'svndumpfilter' may be required
+for successful filtering with the resulting path list.
+
 Options:
 
    --help (-h)           Show this usage message and exit.