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

Re: *.a files are ignored while adding them into SVN

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Tue, 28 Oct 2008 18:34:07 +0300

2008/10/28 <adam.ruberti_at_selectron.ch>:
>
> I try to add a folder with couple "*.a" files into SVN. These files are not
> listed in the add window.
> Is Tortoise ignoring this type of files.
> My ignore list and trunk properties are empty.
>
> Any idea?
> Thanks in advance
>
> ps. This problem I have since version 1.4.x. Now I'm using pretty new
> version -> TortoiseSVN 1.5.5, Build 14361 - 32 Bit , 2008/10/24 18:06:34

The default value of the global ignore pattern is not empty. E.g. in
svn 1.5.0 it is

# global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo
# *.rej *~ #*# .#* .*.swp .DS_Store

Just set your ignore list to anything instead of being empty, e.g. mine includes
"Thumbs.db", and you will see your *.a files

See, e.g.
http://svn.haxx.se/tsvnusers/archive-2008-09/0579.shtml

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-10-28 16:34:18 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.