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

Re: svn commit: r30931 - trunk/subversion/libsvn_client

From: David Glasser <glasser_at_davidglasser.net>
Date: Fri, 2 May 2008 10:26:45 -0700

On Fri, May 2, 2008 at 8:07 AM, Karl Fogel <kfogel_at_red-bean.com> wrote:
> kameshj_at_tigris.org writes:
> > Log:
> > Prior to this Fix,
> > '/tmp' *not* being a working copy, following command executed from '/tmp'
> > and /tmp/abc having some useful contents, would wipe off /tmp/abc.
> > $svn mkdir --parents abc
> >
> > As a part of this fix we delete '/tmp/abc' upon failure only if this command
> > has created it.
>
> Thanks, Kamesh, nice catch.
>
> I had to read the log message a couple of times to get it. A few ways
> to improve it:
>
> - Put all the conditions together. That is, the reproduction
> scenario involves two preconditions: "/tmp is not a working copy"
> and "/tmp/abc has some useful contents". State those two together,
> at the front of the recipe.
>
> - Don't bother to specify whether /tmp/abc's contents are "useful" or
> not. That's not relevant to the recipe; the point is that it will
> be deleted when it shouldn't be. Whether its contents were
> valuable to the user or not is independent of the Subversion bug.
>
> - State whether /tmp/abc is a file or directory :-).
>
> So, for example:
>
> Prior to this fix, if '/tmp' were *not* a working copy and
> /tmp/abc existed (as either a file or directory), then running
> 'svn mkdir --parents abc' from within '/tmp' would delete
> '/tmp/abc'. The fix is to delete '/tmp/abc' upon failure only if
> this command had created it in the first place.

Is your "(as either a file or a directory)" parenthetical accurate?
Ie, would it actually delete /tmp/abc if it were a file? If so, I
don't think this revision would fix that.

(And I echo "good catch, Kamesh"!)

--dave

-- 
David Glasser | glasser@davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-02 19:26:59 CEST

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.