You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/08/15 17:47:37 UTC

svn commit: r1373482 - /cxf/trunk/bin/DoMerges.java

Author: dkulp
Date: Wed Aug 15 15:47:37 2012
New Revision: 1373482

URL: http://svn.apache.org/viewvc?rev=1373482&view=rev
Log:
Don't need the full log on blocks either... just pollutes the tabs in JIRA

Modified:
    cxf/trunk/bin/DoMerges.java

Modified: cxf/trunk/bin/DoMerges.java
URL: http://svn.apache.org/viewvc/cxf/trunk/bin/DoMerges.java?rev=1373482&r1=1373481&r2=1373482&view=diff
==============================================================================
--- cxf/trunk/bin/DoMerges.java (original)
+++ cxf/trunk/bin/DoMerges.java Wed Aug 15 15:47:37 2012
@@ -522,7 +522,8 @@ public class DoMerges {
                 blocked.addRange(new Range(s.ver));
             }
             System.out.println("Blocking " + ver);
-            File logF = getLogFile("Blocking", ver.toString(), blocks);
+            //File logF = getLogFile("Blocking", ver.toString(), blocks);
+            File logF = getLogFile("Blocking", ver.toString(), new ArrayList<VerLog>());
             p = Runtime.getRuntime().exec(getCommandLine(new String[] {"svn", "propset",
                                                                        "svnmerge-blocked",
                                                                        blocked.toProperty(),