Re: The big svn:ignore commit

2011-12-03 Thread Daniel Kulp
On Saturday, December 03, 2011 8:36:49 AM Claus Ibsen wrote: > Hi > > Unfortunately the big svn:ignore commit made it worse. Now all the > IDEA files is not ignored. > > ? components/camel-ahc/camel-ahc.ipr > ? components/camel-ahc/camel-ahc.iml > ? components/camel-ahc/camel-ah

Re: The big svn:ignore commit

2011-12-03 Thread bvahdat
Hi, For me the issue on eclipse was actually already resolved through your svn:ignore commit on the trunk even before this commit, see [1]. Completely another point: IMHO I assume because of the same regular expression inspiration by svn, we used to have the issue [2] caused by maven. I think the

Re: The big svn:ignore commit

2011-12-03 Thread Jean-Baptiste Onofré
Yeah, just tested, it works directly in svn:ignore :) Regards JB On 12/03/2011 09:16 AM, Claus Ibsen wrote: On Sat, Dec 3, 2011 at 8:59 AM, Jean-Baptiste Onofré wrote: Hi Claus, AFAIR, *.i?? is valid for git, but doesn't work for svn (you can use *.ipr, *.iws). Maybe it's now possible with

Re: The big svn:ignore commit

2011-12-03 Thread Claus Ibsen
On Sat, Dec 3, 2011 at 8:59 AM, Jean-Baptiste Onofré wrote: > Hi Claus, > > AFAIR, > > *.i?? is valid for git, but doesn't work for svn (you can use *.ipr, *.iws). > Maybe it's now possible with latest svn version. > We used *.i?? before, so I guess it works with svn. My laptop has this version:

Re: The big svn:ignore commit

2011-12-03 Thread Jean-Baptiste Onofré
Hi Claus, AFAIR, *.i?? is valid for git, but doesn't work for svn (you can use *.ipr, *.iws). Maybe it's now possible with latest svn version. Regards JB On 12/03/2011 08:36 AM, Claus Ibsen wrote: Hi Unfortunately the big svn:ignore commit made it worse. Now all the IDEA files is not ignor