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

Re: Moves in FSFS

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Mon, 30 Sep 2013 11:21:31 +0100 (BST)

Stefan Fuhrmann wrote:
> Bert Huijben <bert_at_qqmail.nl> wrote:
>> Are you sure there are no behavior changes by changing this?
>
> Reasonably sure. Previously, it read
>
>  noderev->copyfrom_path = copy_something();
>
>  noderev->copyfrom_path = NULL;  /* result of copy_something() is gone now */

No it didn't.  The code quoted in the email read:

  noderev->copyROOT_path = copy_something();
---------------^^^^
  noderev->copyfrom_path = NULL;  /* result of copy_something() is gone now */

> Now, it just reads
>  noderev->copyfrom_path = NULL;
>
> Did I miss something?

Looks like it.

- Julian
Received on 2013-09-30 12:22:14 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.