[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: Soft <soft_at_gmx.ch>
Date: Tue, 26 Jan 2010 14:28:29 +0100

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

Best Regards

From: "Ryan Schmidt" Sent: Tuesday, January 26, 2010 2:00 PM
Subject: Re: file *.a ignored

On Jan 26, 2010, at 06:05, Soft wrote:

> I use an subversion 1.5 server on Linux system with Linux and Windows
> clients. On Windows we use Tortoise 1.5.9 and Subclipse in Eclipse. Some
> projects need to add *.a files to the repository. These files are ignored
> by default if not explicit added. Is this intended or a bug?
>
> Lets say I move a file to a working copy with the extension *.a. It gets
> immediately marked as ignored. I don't have the "global ignored" parameter
> set. This is very annoying since my projects have many *.a files in
> different folders.

This is the intended behavior. *.a is in the default global-ignores. If you
don't want to ignore .a files, set a global-ignores line that does not
mention .a files.
Received on 2010-01-26 14:29:06 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.