[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: Thomas Lohmueller <thomas_at_lohmueller.ch>
Date: 2003-07-18 13:23:41 CEST

Hi

I think what you are looking for is a global ignore.

Just add the following lines to (or uncomment them in) ~/.subversion/config.
This will ignore every .*.swp in every subversion-directory.

[miscellany]
global-ignores =.*.swp

There are examples in this file.

Thomas

On Friday 18 July 2003 02:02, 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
>
> Thanks,

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