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

Re: [PATCH] Re: .svnignore functionality

From: Branko Èibej <brane_at_xbc.nu>
Date: 2001-10-18 22:50:57 CEST

Ben Collins-Sussman wrote:

>>+ if (list != NULL)
>>+ {
>>+ char *walk = list->data;
>>+ do {
>>+ char *p = strchr (walk, '\n');
>>
>
>Maybe we should be more flexible here. Can we allow the patterns to
>be separated by any amount of whitespace?
>
>Personally, I'd like to see this someday:
>
> % svn proplist dir/
> svn:ignore : *.so *.o *~
>
>...rather than see a bunch of newline-separated patterns.
>
No. If you do that, you have to parse shell-like quotes, so that people
can use spaces in the patterns. That's a mess. I'd prefer to keep things
simple.

-- 
Brane �ibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:45 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.