Any way to set it up to not ignore .a files?
On Sep 10, 12:37 pm, Stefan Küng <tortoise..._at_gmail.com> wrote:
> 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
>
> signature.asc
> < 1KViewDownload
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-09-10 20:48:36 CEST