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

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

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2006-03-14 02:55:39 CET

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 14 02:55:58 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.