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

Re: file *.a ignored

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Tue, 26 Jan 2010 18:59:37 +0300

2010/1/26 Soft <soft_at_gmx.ch>:
> Thank you for your answer. Unfortunately it didn't help.
>
> I did remove the comment on the global-ignores line. It didn't help. *.a
> files are still marked as ignored.
> This is a snipped of the config file.
>
> [miscellany]
> ### Set global-ignores to a set of whitespace-delimited globs
> ### which Subversion will ignore in its 'status' output.
> global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
>

Note, that you have to do the above not only on the server, but on
every client computer.

Also on Windows the settings can also be stored in the Windows
registry, and AFAIK registry takes precedence over configuration files
(see README.txt in the configuration directory).

TortoiseSVN configuration dialog updates the registry setting. See
Settings > General > Global ignore pattern.

Best regards,
Konstantin Kolinko
Received on 2010-01-26 17:00:12 CET

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.