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

svn:ignore pattern syntax

From: Geoffrey Hoffman <ghoffman_at_emomem.com>
Date: 2007-12-18 18:03:12 CET

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.

TIA,
Geoffrey Hoffman

---------------------------------------------------------------------
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:03:46 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.