[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 2949 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/libsvn_client trunk/subversion/clients/cmdline

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-08-13 17:32:05 CEST

"Sander Striker" <striker@apache.org> writes:
> This patch should do the trick.
>
> We can probably safely set STRICT to FALSE in svn_client_status,
> since STRICT didn't do anything before the changes.

?

It was not entirely without effect before rev 2949, I think. The code
in assemble_status() used to look like this:

      /* If we're in strict mode and we encounter a path that doesn't
         exist in the wc, then we return an error*/
      if (strict && (path_kind == svn_node_none))
        return svn_error_createf (APR_ENOENT, 0, NULL, pool,
                                  "assemble_status: "
                                  "%s: No such file or directory",
                                  path);

Do we know that this was an impossible condition, and that therefore
the `strict' flag was actually useless? (I realize this question is
more about rev 2949 than about the follow-up patch you just posted.)

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 13 17:48:57 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.