ra_dav and mod_dav_svn target problem
From: Chia-liang Kao <clkao_at_clkao.org>
Date: 2003-08-05 18:10:48 CEST
Hi,
I'm testing some ra api with my new perl bindings work.
my ($anchor, $target) = ('http://svn.collab.net/repos/svn/trunk',
my ($fromrev, $rev) = (6183, 6185);
my $editor = new SVN::Delta::Editor(_debug => 1);
my $ra = SVN::Ra->new(url => $anchor, pool => $pool);
my $reporter =
$reporter->set_path ('', $fromrev, 0, $pool);
the code sends out the expect report request:
<S:update-report xmlns:S="svn:"><S:src-path>http://svn.collab.net/repos/svn/trunk</S:src-path><S:target-revision>6185</S:target-revision><S:update-target>subversion/mod_authz_svn</S:update-target><S:ignore-ancestry>yes</S:ignore-ancestry><S:entry rev="6183"></S:entry></S:update-report>
but the server replies a 404 on
so it looks like that mod_dav_svn is ignoring the first part of the path
you might ask why i don't put the first component of the target in
so is this a problem in mod_dav_svn? or there is some way else to
Cheers,
---------------------------------------------------------------------
|
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.