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

Re: Exclude/Ignore pattern

From: Simon Large <simon_at_skirridsystems.co.uk>
Date: 2005-10-13 12:08:40 CEST

Stuart Celarier wrote:
> If you'd like to help, please tell me how to interpret ".*~" and ".#*"
> from the sample in Subversion's config file. Thanks!

You have probably worked this out by now, but:

.*~ matches anything beginning with '.' and ending with '~'
.htconfig~
.anythingyoulike~

.#* matches anything beginning with .#
.#fred
.#bert
.#blargettywoomph

'.' '#' and '~' have no special significance, so they have to match
literally.

Simon

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Oct 13 12:09:07 2005

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

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