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

Re: ra_dav and mod_dav_svn target problem

From: <cmpilato_at_collab.net>
Date: 2003-08-05 18:57:18 CEST

Chia-liang Kao <clkao@clkao.org> writes:

> Hi,
>
> I'm testing some ra api with my new perl bindings work.
> below is a chunk of code that people with knowledge of the api
> should be able to understand easily:
>
> my ($anchor, $target) = ('http://svn.collab.net/repos/svn/trunk',
> 'subversion/mod_authz_svn');

Targets have to be single path components. This should be:

   my ($anchor, $target) = ('http://svn.collab.net/repos/svn/trunk/subversion',
                            'mod_authz_svn');

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 5 19:00:48 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.