[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: Duncan Booth <duncan.booth_at_suttoncourtenay.org.uk>
Date: 2005-10-13 13:58:02 CEST

 wrote:

> *~ should match anything ending in a tilde - and I don't know why
> you'd need both *~ and .*~ but I'm not too clueful on *nix matters.
>
In *nixland wildcard file patterns usually ignore all files beginning with
'.' unless the pattern itself begines with '.', so assuming that SVN
follows the same rules you need to specify both cases to ignore backups of
ordinary files and backups of hidden files.

The same would apply to the '.*.rej *.rej' patterns as a .rej file could
conceivably be created from a hidden file, but you don't need to duplicate
patterns like '*.o' as you don't normally compile hidden files.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Oct 13 14:07:59 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.