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

diff_file_diff3 spins

From: Chia-liang Kao <clkao_at_clkao.org>
Date: 2005-04-25 10:40:48 CEST

Hi,

Doing merge on with the following files:

$ ab -clkao- [~] wc /tmp/bad-*
       0 0 0 /tmp/bad-empty.csv
   62946 62946 880992 /tmp/bad-local.csv
   68633 68633 1029132 /tmp/bad-new.csv
  131579 131579 1910124 total

causes diff_file_diff3 to spin.

I'm testing with Perl:

use SVN::Core;
    my $diff = SVN::Core::diff_file_diff3
('/tmp/bad-empty.csv', '/tmp/bad-local.csv', '/tmp/bad-new.csv');
warn $diff;

the files are in http://wagner.elixus.org/~clkao/diff_file_diff3.tgz

Cheers,
CLK

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 25 10:50:08 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.