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

Re: svn diff problem

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-05-07 04:29:26 CEST

Garrett Rooney <rooneg@electricjellyfish.net> writes:

> On Mon, May 06, 2002 at 09:06:21PM -0500, Ben Collins-Sussman wrote:
> > Garrett Rooney <rooneg@electricjellyfish.net> writes:
> >
> > > +<html><head><title>/trunk/packages/freebsd/subversion</title></head>
> > > +<body>
> > > + <h2>/trunk/packages/freebsd/subversion</h2>
> > > + <ul>
> > > + <li>..</li>
> > > + <li>Makefile/</li>
> > > + <li>distinfo/</li>
> > > + <li>files/</li>
> > > + <li>pkg-comment/</li>
> > > + <li>pkg-descr/</li>
> > > + <li>pkg-plist/</li>
> > > + </ul>
> > > + <hr noshade><em>Powered by Subversion</em>
> > > +</body></html>
> >
> > Holy crap! Sorry for misunderstanding you!
>
> good to see i'm not insane ;-)
>

Aha! I think this is a different manifestation of the *same* bug that
we were seeing with 'svn merge -rX:Y PATH' earlier today. The one I
tried to fix.

That html above is what you'd see in the body of a GET on a
directory. Not a memory leak at all.

Here are the clues:

Both of these commands work fine, with an implicit dot target:

   'svn merge -rX:Y'
   'svn diff -rX:Y'

But these commands both cause wacky problems:

   'svn merge -rX:Y WCPATH' ==> adds local mods to '.' instead of wcpath
   'svn diff -rX:Y WCPATH' ==> does a direct GET on WCPATH's URL

As it turns out, the same repos-diff editor is being used in these
situations. I bet these are the same bug. And I bet it's still my
fault. :-)

   

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 7 04:36:49 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.