subst_translate_stream inefficiency
From: Chia-liang Kao <clkao_at_clkao.org>
Date: 2003-08-21 22:02:23 CEST
Hi,
During my development of SVN::Stream (bidirectional svn_stream
So I found this happends when svn:keyword or eol-style is set
Attached is a script using the perl bindings to do some statistics
client.pl http://svn.collab.net/repos/svn/trunk/subversion/mod_authz_svn/mod_autz_svn.c
Cheers,
#!/usr/bin/perl
use strict;
my $write_cnt;
sub WRITE {
END {
1;
package main;
use SVN::Core;
my $ctx = SVN::_Client::new_svn_client_ctx_t;
open( my $out,'>:via(count)','/dev/null' );
---------------------------------------------------------------------
|
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.