Re: [PATCH] Re: should .subversion/config hint to ignore .DS_Store?
From: <cmpilato_at_collab.net>
Date: 2003-08-09 06:34:58 CEST
cmpilato@collab.net writes:
> Jack Repenning <jrepenning@collab.net> writes:
And here's a refined patch based on the latest codebase.
-- * subversion/include/svn_config.h (SVN_CONFIG_DEFAULT_GLOBAL_IGNORES): Add ".DS_Store" to the list. Index: subversion/include/svn_config.h =================================================================== --- subversion/include/svn_config.h (revision 6685) +++ subversion/include/svn_config.h (working copy) @@ -88,7 +88,7 @@ /*** Configuration Default Values ***/ #define SVN_CONFIG_DEFAULT_GLOBAL_IGNORES \ - "*.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#*" + "*.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store" /** Read configuration information from the standard sources and merge --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Aug 9 06:37:18 2003 |
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.