[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-10-18 22:24:22 CEST

Mark Benedetto King <bking@answerfriend.com> writes:

> Okay, here's a second try.

This looks great. Smaller too. :-)

> + 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.

---------------------------------------------------------------------
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.