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

Re: [TSVN Bug]Cannot list *.so file

From: Simon Large <simon.tortoisesvn_at_googlemail.com>
Date: Fri, 23 Jan 2009 09:16:10 +0000

2009/1/23 jeffreyren <jeffreyren2002_at_gmail.com>:
> Dear all,
>
> I am using SVN v1.5.5 and TSVN v1.5.6 in Windows XP.
>
> I have found that the .so file will not be able to list in the submit dialog
> automatically, except that I have to add it manually.
>
> But in fact I don't ignore "*.so" at all.
>

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.

To prevent Subversion from using the default ignores, you can either put
something in the global ignores edit box in the TSVN settings dialog, or
edit the Subversion config file and set the global-ignores line like this:

global-ignores =

Simon

-- 
:       ___
:  oo  // \\      "De Chelonian Mobile"
: (_,\/ \_/ \     TortoiseSVN
:   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
:   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1044514
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-01-23 10:16:37 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.