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

Re: Diff against a file that doesn't exist in HEAD?

From: <kfogel_at_collab.net>
Date: 2006-03-14 01:31:03 CET

"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

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.