[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: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-09-15 20:16:46 CEST

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:17:25 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.