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

Re: svn diff question

From: <cmpilato_at_collab.net>
Date: 2002-11-22 20:12:34 CET

Andrew P McCulloch <amccullo@truelink.com> writes:

> I am new to subversion so this may not be an issue but...
>
> svn diff 'http://<server>/svn/trunk_at_1' 'http://<server>/svn/trunk_at_2'
> produces a proper diff, however adding a trailing slash to the URLs
> (shown below) produces an error.

Barring a server-related problem, I think this is a bug in the
client's argument parsing code. I'm checking a theory right now. I
think that we are failing to canonicalize the URL after parsing out
the @REV portion, which leaves a URL with a trailing slash, something
disallowed by our public APIs.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 22 20:15:02 2002

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.