[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-06-05 21:47:45 CEST

v4 with the suggested changes.

Log:

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

* subversion/include/svn_wc.h
    (svn_wc_get_ignores): New function.

* subversion/libsvn_wc/status.c
    (svn_wc_get_ignores): New function.
    (collect_ignore_patterns): Allocate patterns in pool.
    (get_dir_status): Stop allocating patterns.

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

* subversion/libsvn_client/clients/cmdline/basic_tests.py
    (basic_add_local_ignores): New test.
    (test_list): Run it.

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

Received on Sun Jun 5 21:53:11 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.