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

RE: svn 1.5.2 - does not want to import files of type .so or .a

From: Miller, Hugh <HughMiller_at_chevron.com>
Date: Mon, 3 Nov 2008 14:52:11 -0600

> -----Original Message-----
> From: Konstantin Kolinko [mailto:knst.kolinko_at_gmail.com]
> Sent: Monday, November 03, 2008 1:41 PM
> To: Hyrum K. Wright
> Cc: Ryan Schmidt; Miller, Hugh; users_at_subversion.tigris.org
> Subject: Re: svn 1.5.2 - does not want to import files of type .so or
> .a
>
> ...
>
> Maybe you are confusing the global-ignores setting with auto-props
one?
> The auto-props are empty be default, but global-ignores setting is
not.
>
> Well, I cited a snippet from the config file comment, because it is
> simpler to see them there, but if one wish to look into the sources,
> it is there:
>
> /subversion/include/svn_config.h
>
> #define SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_1 \
> "*.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo"
> #define SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_2 \
> "*.rej *~ #*# .#* .*.swp .DS_Store"
>
> #define SVN_CONFIG_DEFAULT_GLOBAL_IGNORES \
> SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_1 " " \
> SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_2
>
> and the value is read and used here:
> /subversion/libsvn_wc/status.c
>
>
> Also, besides my personal experience, I have already seen this
question
> several times at the TortoiseSVN mailing list E.g.,
> http://svn.haxx.se/tsvnusers/archive-2008-09/0579.shtml
>
> To get rid of the defaults, just explicitly define global-ignores
> setting
> in the config file to be empty.
>
> ...

Thanks all! I'll work with the config file.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-03 21:54:18 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.