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

RA interface questions about copy history

From: Chia-liang Kao <clkao_at_clkao.org>
Date: 2003-08-01 10:01:22 CEST

Hi,

i'm playing more with perl bindings and discovering the svn
api more. now i have a simple script at
http://svn.elixus.org/member/clkao/svn-perl/bin/mirror.pl,
which glues dir_delta and commit_editor to replication a
repository via fs interface.

as you might see there's some tricks in the perl editor
inhieranting commit editor, which checks if a directory
has copy history. and it works fine, it's about twice
the time to svnadmin dump | svnadmin load.

now i want to access the source repository via RA so I could
mirror remote repository. ra->do_diff drives the commit_editor
quite well, just that i'm unable to access copy history
information to hijack the tree delta for copy with history.

am I missing something or it's simply designed not have such
api?

Cheers,
CLK

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 1 10:01:56 2003

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.