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

Re: svn:ignore Question

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-07-18 02:40:39 CEST

Ben Collins-Sussman <sussman@collab.net> writes:

> Doug Gorley <douggorley@shaw.ca> writes:
>>
>> (/home/www/temp/irmconference_website) $ svn proplist --verbose .
>> Properties on '':
>> svn:ignore : .*.swp
>>
>> (/home/www/temp/irmconference_website) $ svn status
>> ? branches/page_header_redesign/cgi-bin/.process_registration.cgi.swp

Huh? Did you really type 'svn status' with no path and get a path
with several directories in the output? Perhaps you really ran
'svn status branches/page_header_redesign/cgi-bin', in which case you
need to set svn:ignore on that directory.

> Try '*.swp' instead? Maybe you've found a bug in APR's regex matcher...

'.*.swp' works as expected on my system. Doug, if the answer is not
the path issue above, then perhaps you have trailing white-space in
the property. Try

$ svn pg svn:ignore | od -c

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 18 02:41:33 2003

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

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