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

RE: svn:ignore pattern reference?

From: Jiho Han <jhan_at_InfinityInfo.com>
Date: 2006-09-15 20:42:54 CEST

I found what I was looking for in a perl doc:

  \ Quote the next metacharacter
  [] Character class
  {} Multiple pattern
  * Match any string of characters
  ? Match any single character
  ~ User name home directory

Do all of these work?

-----Original Message-----
From: Erik Huelsmann [mailto:ehuels@gmail.com]
Sent: Friday, September 15, 2006 2:17 PM
To: Jiho Han
Cc: users@subversion.tigris.org
Subject: Re: svn:ignore pattern reference?

On 9/15/06, Jiho Han <jhan@infinityinfo.com> wrote:
> I can guess at what those might be but is there a comprehensive list
> of the patterns documented anywhere?
> I could not find it in the book.

If you mean the global svn:ignores list (aka global ignores):

$ cat ~/.subversion/config
[snip]
### Section for configuring miscelleneous Subversion options.
# [miscellany]
### Set global-ignores to a set of whitespace-delimited globs ### which
Subversion will ignore in its 'status' output.
# global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
[snip]

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 15 20:42:07 2006

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

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