RE: Issue #2243 still exists with svn 1.6.17

2012-06-30 Thread Bert Huijben
ag 30 juni 2012 15:26 To: Bert Huijben Cc: users@subversion.apache.org Subject: Re: Issue #2243 still exists with svn 1.6.17 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

Re: Issue #2243 still exists with svn 1.6.17

2012-06-30 Thread Alan McGovern
on an already versioned directory. > > Bert > > From: Alan McGovern [mailto:a...@xamarin.com] > Sent: zaterdag 30 juni 2012 01:34 > To: users@subversion.apache.org > Subject: Issue #2243 still exists with svn 1.6.17 > > Hey, > > We use libsvn in our pr

RE: Issue #2243 still exists with svn 1.6.17

2012-06-30 Thread Bert Huijben
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:a...@xamarin.com] Sent: zaterdag 30 juni 2012 01:34 To: users@subversion.apache.org Subject:

Issue #2243 still exists with svn 1.6.17

2012-06-29 Thread Alan McGovern
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 command