Re: mark .svn folders to not get indexed

2011-02-07 Thread Stefan Küng
On 07.02.2011 19:23, C. Michael Pilato wrote: On 02/07/2011 12:31 PM, Stefan Küng wrote: On 07.02.2011 16:28, C. Michael Pilato wrote: Is there at least some attribution that needs to happen if we add it to our codebase? Actually, it's a copy of the function utf8_to_unicode_path() that's part

Re: mark .svn folders to not get indexed

2011-02-07 Thread C. Michael Pilato
On 02/07/2011 12:31 PM, Stefan Küng wrote: > On 07.02.2011 16:28, C. Michael Pilato wrote: >> Is there at least some attribution that needs to happen if we add it to our >> codebase? > > Actually, it's a copy of the function utf8_to_unicode_path() that's part of > apr, but apr doesn't export that

Re: mark .svn folders to not get indexed

2011-02-07 Thread Stefan Küng
On 07.02.2011 16:28, C. Michael Pilato wrote: On 02/06/2011 09:27 AM, Stefan Küng wrote: On 06.02.2011 11:43, Bert Huijben wrote: Note that this patch is not really what you want: It doesn't handle UTF-8, nor long path names (which apr's version would do for us). We need to support both when w

Re: mark .svn folders to not get indexed

2011-02-07 Thread C. Michael Pilato
On 02/06/2011 09:27 AM, Stefan Küng wrote: > On 06.02.2011 11:43, Bert Huijben wrote: > >> Note that this patch is not really what you want: It doesn't handle UTF-8, >> nor long path names (which apr's version would do for us). We need to >> support both when we don't want to introduce a regressio

Re: mark .svn folders to not get indexed

2011-02-06 Thread Branko Čibej
+1, this is a great idea. On 06.02.2011 10:42, Stefan Küng wrote: > Hi, > > For some time now I've been looking for a way to configure the windows > indexing service to not index the .svn folders. I wanted to do that in > my installer for TSVN, but after countless hours of searching the web > and

Re: mark .svn folders to not get indexed

2011-02-06 Thread Stefan Küng
On 06.02.2011 11:43, Bert Huijben wrote: Note that this patch is not really what you want: It doesn't handle UTF-8, nor long path names (which apr's version would do for us). We need to support both when we don't want to introduce a regression. In 1.7 we usually only have one .svn directory per

Re: mark .svn folders to not get indexed

2011-02-06 Thread Stefan Küng
On 06.02.2011 11:43, Bert Huijben wrote: Note that this patch is not really what you want: It doesn't handle UTF-8, nor long path names (which apr's version would do for us). We need to support both when we don't want to introduce a regression. Yes, of course. How about adding this to dir_mak

RE: mark .svn folders to not get indexed

2011-02-06 Thread Bert Huijben
> -Original Message- > From: Stefan Küng [mailto:tortoise...@gmail.com] > Sent: zondag 6 februari 2011 10:43 > To: Subversion Development > Subject: mark .svn folders to not get indexed > > Hi, > > For some time now I've been looking for a way to configure the windows > indexing service

Re: mark .svn folders to not get indexed

2011-02-06 Thread Ivan Zhakov
On Sun, Feb 6, 2011 at 12:42, Stefan Küng wrote: > Hi, > > For some time now I've been looking for a way to configure the windows > indexing service to not index the .svn folders. I wanted to do that in my > installer for TSVN, but after countless hours of searching the web and > reading up even o