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

Re: svn commit: rev 1024 - trunk/subversion/libsvn_client trunk/subversion/tests/clients/cmdline

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-01-23 03:46:30 CET

On Tue, Jan 22, 2002 at 08:49:10PM -0600, Karl Fogel wrote:
> philip@tigris.org writes:
> > + if (anchor)
> > + {
> > + /* Closing and reopening the first session, forcing the anchor to
> > + null, is required. Otherwise the ra_dav server will send
> > + differences between the working copy and end_revision instead
> > + of between start_revision and end_revision. This in itself is
> > + not a problem, the editor could be modified to handle it, but
> > + ra_local doesn't do this and there is no way to distinguish
> > + which we are using. */
> > + SVN_ERR (ra_lib->close (session));
> > + SVN_ERR (svn_client__open_ra_session (&session, ra_lib, URL, NULL,
> > + FALSE, FALSE, TRUE,
> > + auth_baton, pool));
>
> This kind of worries me. Here we have the two RA layers behaving in a
> way that a caller of the RA interface can distinguish. That seems
> like badness -- a sign that something deeper is wrong here. If the RA
> layer is behaving inconsistently, then people can't just use it based
> on the docs in svn_ra.h, they have to know more.

See gstein's message today, with the subject:

Re: server diffs and svn diff -rREV1:REV2

It's an issue with either mod_dav_svn or ra_dav (can't recall which),
and it will be fixed, at which point this can be changed and all will
be right with the world again...

-garrett

-- 
garrett rooney                     Unix was not designed to stop you from 
rooneg@electricjellyfish.net       doing stupid things, because that would  
http://electricjellyfish.net/      stop you from doing clever things.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36: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.