[svnbook commit] r3523 - * src/en/book/ch07-customizing-svn.xml

codesite-noreply at google.com codesite-noreply at google.com
Tue May 26 09:27:21 CDT 2009


Author: stsp at elego.de
Date: Tue May 26 07:26:48 2009
New Revision: 3523

Modified:
    trunk/src/en/book/ch07-customizing-svn.xml

Log:
* src/en/book/ch07-customizing-svn.xml
   (svn.advanced.confarea.opts.config): Update default value of
    global-ignores config variable.

Found by: Konstantin Kolinko <knst.kolinko at gmail.com>


Modified: trunk/src/en/book/ch07-customizing-svn.xml
==============================================================================
--- trunk/src/en/book/ch07-customizing-svn.xml	(original)
+++ trunk/src/en/book/ch07-customizing-svn.xml	Tue May 26 07:26:48 2009
@@ -616,8 +616,9 @@
                  whitespace-delimited globs that describe the names of
                  files and directories that Subversion should not
                  display unless they are versioned.  The default value
-                is <literal>*.o *.lo *.la #*# .*.rej *.rej .*~ *~
-                .#* .DS_Store</literal>.</para>
+                is <literal>*.o *.lo *.la *.al .libs *.so *.so.[0-9]*
+                *.a *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store
+                </literal>.</para>

                <para>As well as <command>svn status</command>, the
                  <command>svn add</command> and <command>svn  
import</command>




More information about the svnbook-dev mailing list