[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: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-12-18 18:11:15 CET

On Dec 18, 2007 12:03 PM, Geoffrey Hoffman <ghoffman@emomem.com> wrote:
> Google search suggested that * and/or ? are wildcards in the
> svn:status pattern matching algorthm...
> but (Mac OS X Terminal):
>
>
> jetfire:/Volumes/WORKGROUP\;WEBSERVER/www/my_wc ghoffman$ svn status
> M Scripts
> ! Scripts/._AC_RunActiveContent.js
> M site/dsp_nav.php
> M site/circuit.xml.php
>
> jetfire:/Volumes/WORKGROUP\;WEBSERVER/www/my_wc ghoffman$ svn propset
> svn:ignore ._* Scripts
> property 'svn:ignore' set on 'Scripts'
>
> jetfire:/Volumes/WORKGROUP\;WEBSERVER/www/my_wc ghoffman$ svn status
> M Scripts
> ! Scripts/._AC_RunActiveContent.js
> M site/dsp_nav.php
> M site/circuit.xml.php
>
>
> I was expecting to not see this on the second svn status...
>
> ! Scripts/._AC_RunActiveContent.js
>
> Am I doing something wrong? What pattern syntax does svn:ignore use?
> I put an
> svn:ignore .* .
>
> but that doesn't seem to work either.

You can't svn:ignore items which are already versioned AFAIK.
Scripts/._AC_RunActiveContent.js is versioned, but has been deleted or
renamed by non-svn methods (thus the ! status)

---------------------------------------------------------------------
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:57 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.