Re: Issue #2243 still exists with svn 1.6.17
From: Alan McGovern <alan_at_xamarin.com>
Date: Sat, 30 Jun 2012 09:25:51 -0400
This leaves me with a bit of a conundrum. Our IDE would normally automatically call "svn add" when you add a new file to the solution. It is possible that this file could be in the svn ignore list. The result is that by attempting to make the developers life easy we will instead always add files which should be ignored. Is there any API for me to check if a file would normally be ignored so i can filter those paths out before calling svn_add to avoid this issue?
My only other alternative would be to call something like svn add . --force and then see what files have been added and revert all of them except for the one I actually wanted. Or is there another way to achieve what I want?
Alan
> The ‘no_ignore’ flag is only used for recursive targets.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.