You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Chia-liang Kao <cl...@clkao.org> on 2003/08/01 08:01:22 UTC

RA interface questions about copy history

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