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

Re: [PATCH] Issue #2243 - 'svn add' command not keying off svn:ignore

From: S.Ramaswamy <ramaswamy_at_collab.net>
Date: 2005-05-12 09:29:42 CEST

"svn_wc_get_ignores" now uses collect_ignore_patterns. v3 of the patch:

Changelog:

Fix issue #2243. Make 'svn add' honor svn:ignore property.

* subversion/include/svn_wc.h
    (svn_wc_get_ignores) : Added function prototype and doc string for
       new function 'svn_wc_get_ignores'.

* subversion/libsvn_wc/status.c
    (svn_wc_get_ignores) : New function to return the default and local
      svn:ignore patterns.

* subversion/libsvn_client/add.c
    (add_dir_recursive) : Use the new function 'svn_wc_get_ignores' to
      get the default and local svn:ignore patterns.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Thu May 12 09:32:22 2005

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.