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

RE: Issue #2243 still exists with svn 1.6.17

From: Bert Huijben <bert_at_qqmail.nl>
Date: Sat, 30 Jun 2012 14:27:53 +0200

The 'no_ignore' flag is only used for recursive targets.

 

Explicitly passed targets (such as via 'svn add *') are always processed.

 

If you would like to use the ignore feature you should call 'svn add --force
.', or the api equivalent of that. This adds the directory and everything
below that ignoring the case that with proper ignore handling. The --force
allows calling it on an already versioned directory.

 

                Bert

 

From: Alan McGovern [mailto:alan_at_xamarin.com]
Sent: zaterdag 30 juni 2012 01:34
To: users_at_subversion.apache.org
Subject: Issue #2243 still exists with svn 1.6.17

 

Hey,

 

We use libsvn in our project and have hit an issue [0] which appears to be a
recurrence of libsvn bug #2243 [1]. Essentially we invoke 'svn_client_add3'
and pass false for no_ignore but files in the ignore list are still added to
the repository. Invoking "svn add thatfile" from the commandline results in
the file being added too.

 

Alan

 

 

[0] https://bugzilla.xamarin.com/show_bug.cgi?id=5069

[1] http://subversion.tigris.org/issues/show_bug.cgi?id=2243
Received on 2012-06-30 14:28:30 CEST

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.