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

Re: global-ignores

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 15 Apr 2011 16:09:43 -0400

On Fri, Apr 15, 2011 at 15:53, Shiyuan <gshy2014_at_gmail.com> wrote:
> Hi,
> I want svn to ignore a certain files and I set up
>
> global-ignores = *.s *.o *.lo *.la *.al .libs *.s *.so *.so.[0-9]* *.a *.pyc
> *.pyo  *.rej
>
> However, it doesn't seem to work. svn ci and svn update still check in or
> overwrite those files. What else do I need to setup?
>
> I also want svn to ignore all executable files. How can I specify it in
> global-ignores?

If the files are already in the repository, they will not be ignored.

If you explicitly add them, the ignores may be ignored.
Received on 2011-04-15 22:10:54 CEST

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.