[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: Max Bowsher <maxb_at_ukf.net>
Date: 2003-07-18 08:59:08 CEST

Doug Gorley wrote:
> G'day list,
>
> Possibly newbie question: Can someone tell me why this file is not being
> ignored?
>
> (/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

svn:ignore properties are NOT recursive. Examine the property value on
"branches/page_header_redesign/cgi-bin", not on ".".

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 18 09:00:20 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.