Re: [PATCH] checksums for text bases (early review opportunity)
From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-04-12 20:55:29 CEST
cmpilato@collab.net writes:
Oh, that's kind of surprising. When is it not APR_ENOTDIR and yet
We're essentially using svn_wc__open_adm_file as a path test:
err = svn_wc__open_adm_file (&log_fp, log_parent, SVN_WC__ADM_LOG,
if (err) /* versus (err && (err->apr_err == APR_ENOTDIR)) */
If we are to interpret an error as meaning `path' is a file, then the
/home/fuzzbat/src/myproject/foo.c
then when we try to open
/home/fuzzbat/src/myproject/foo.c/.svn/log
we should get the specific error APR_ENOTDIR, which is the errno
[I know you're already aware of that example, it's more for others who
If we get some error other than APR_ENOTDIR, that may mean something
I could see how there might be one or two other error codes we should
?,
---------------------------------------------------------------------
|
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.