[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 syntax

From: Matthieu Moy <Matthieu.Moy_at_imag.fr>
Date: 2007-12-18 18:09:53 CET

Geoffrey Hoffman <ghoffman@emomem.com> writes:

> Google search suggested that * and/or ? are wildcards in the
> svn:status pattern matching algorthm...

svn:ignore, I suppose.

The ignore pattern is applied to _untracked_ files, to know whether
SVN should warn you with a "? foo" line or not.

svn:ignore is just here to tell subversion "these files can be in my
working tree, they're not versionned, don't worry about them".

> jetfire:/Volumes/WORKGROUP\;WEBSERVER/www/my_wc ghoffman$ svn status
> M Scripts
> ! Scripts/._AC_RunActiveContent.js

I suppose ._AC_RunActiveContent.js used to be versionned, and you
deleted it from your local copy. svn:ignore does nothing about that.

-- 
Matthieu
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 18 18:11:22 2007

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.