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

Re: .a files getting ignored

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 10 Sep 2008 19:37:36 +0200

Madhu wrote:
> I tried this out with TSV 1.5.3.. In an existing working copy, if I
> add a file such as ddd.a, and then check for modifications, it shows
> up only in the "ignored" list.
>
> If I rename ddd.a to DDD.A (actually only the extension needs to be
> uppercase), it seems to find it ok in the "unversioned files" list. I
> don't have any global ignores, or any ignore: properties set up.. this
> seems to happen with a fresh install without changing any default
> settings. Anyone else see this?

Subversion has default ignores:
*.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ #*#
.#* .*.swp .DS_Store

which it automatically applies if no other global ignores are set.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net

Received on 2008-09-10 19:37:56 CEST

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.