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

Re: [Patch] OS/2 configuration changes - svn-config.diff [1/1]

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 25 Jun 2010 10:25:54 +0100

"Paul Smedley" <pauldespam_at_despamsmedley.id.au> writes:

> Index: subversion/include/svn_config.h
> ===================================================================
> --- subversion/include/svn_config.h (revision 957722)
> +++ subversion/include/svn_config.h (working copy)
> @@ -138,8 +138,14 @@
> */
> #define SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_1 \
> "*.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo"
> +#ifndef __OS2__
> #define SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_2 \
> "*.rej *~ #*# .#* .*.swp .DS_Store"
> +#else
> +/* Extend the list of ignores to include '*.obj *.map *.lib *.exe *.dll *.res *.bak' */
> +#define SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_2 \
> + "*.obj *.map *.lib *.exe *.dll *.res *.bak *.rej *~ #*# .#* .*.swp .DS_Store"
> +#endif

Everyone has their own preferred list for default-global-ignores :)

Why should things like *.exe and *.dll be OS2 specific?

>
> #define SVN_CONFIG_DEFAULT_GLOBAL_IGNORES \
> SVN_CONFIG__DEFAULT_GLOBAL_IGNORES_LINE_1 " " \

-- 
Philip
Received on 2010-06-25 11:26:42 CEST

This is an archived mail posted to the Subversion Dev mailing list.

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