[svk-commit] r3010 - trunk/lib/SVK/Mirror/Backend

nobody at bestpractical.com nobody at bestpractical.com
Thu Jul 24 11:23:53 EDT 2008


Author: clsung
Date: Thu Jul 24 11:23:49 2008
New Revision: 3010

Modified:
   trunk/lib/SVK/Mirror/Backend/SVNRa.pm

Log:
- to avoid the problem
  < trs> clkao: the progress bars in svk don't seem to show up correctly
  < jibsheet> the only weirdness I noticed was when it gets overwritten
  < jibsheet> Starting to synchronize //mirror/jifty.org### 100.0%

Modified: trunk/lib/SVK/Mirror/Backend/SVNRa.pm
==============================================================================
--- trunk/lib/SVK/Mirror/Backend/SVNRa.pm	(original)
+++ trunk/lib/SVK/Mirror/Backend/SVNRa.pm	Thu Jul 24 11:23:49 2008
@@ -805,6 +805,7 @@
         local $| = 1;
         print STDERR $progress->report( "%45b %p\r", ++$i ) if $progress;
     }
+    print STDERR "\n"; # forced newline
     $self->_ra_finished($ra);
 }
 


More information about the svk-commit mailing list