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

Re: svn:ignore Question

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-07-22 16:58:08 CEST

Paul Lussier <pll@lanminds.com> writes:

> Great. So, APR supports character classes. Does it also support
> ranges? My cursory look at that file seems to indicate that it does.
> If so, then why doesn't '[0-9]*' work in my svn:ignore ?

$ svnadmin create repo
$ svn co file://`pwd`/repo wc
$ touch wc/1 wc/2foo wc/bar wc/zig3zag
$ svn st wc
? wc/1
? wc/2foo
? wc/bar
? wc/zig3zag
$ svn ps svn:ignore '[0-9]*' wc
$ svn st wc
 M wc
? wc/bar
? wc/zig3zag

That appears to work. Do you get different behaviour? What do you
expect '[0-9]*' to match?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 22 17:00:51 2003

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.