Re: svn commit: r39091 - in trunk/subversion: libsvn_client libsvn_wc
From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 3 Sep 2009 00:20:20 +0100
On Wed, Sep 02, 2009 at 03:28:46PM -0700, Bert Huijben wrote:
> @@ -730,43 +739,44 @@ is_external_path(apr_hash_t *externals,
> - svn_boolean_t ignore_me = svn_wc_match_ignore_list(name, patterns, pool);
> + ignore = svn_wc_match_ignore_list(svn_dirent_basename(local_abspath, NULL),
Is it correct to always match svn:ignore on the basename of a path?
Could the path not have been entered as a relative path with
Stefan
------------------------------------------------------
|
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.