"Justin Erenkrantz" <justin@erenkrantz.com> writes:
> While trying to figure out why ra_serf was bailing on a diff case, I
> found out that ra_dav has the same problem (aha!):
>
> % svn diff -r17500:17525
> http://svn.collab.net/repos/svn/trunk/www/inconveniences.html
> svn: REPORT request failed on
> '/repos/svn/!svn/bc/18880/trunk/www/inconveniences.html'
> svn: '/repos/svn/!svn/bc/18880/trunk/www/inconveniences.html' path not found
>
> Is this a known issue? This is with trunk. ra_dav and ra_serf are
> both bailing because we can't resolve the latest repository revision -
> aka svn_ra_dav__get_latest_revnum - from that path - which returns a
> 404 when we try to issue the PROPFINDs to discover the VCC. -- justin
Isn't this just an instance where you need to use a peg rev, e.g.,
inconveniences.html@17500?
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 14 03:19:42 2006