http://bugs.uclibc.org/view.php?id=294
authorEric Andersen <andersen@codepoet.org>
Thu, 9 Jun 2005 09:50:11 +0000 (09:50 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 9 Jun 2005 09:50:11 +0000 (09:50 -0000)
There is a mistake in buildroot/Config.in

Config.in

index c0c38ff6fa981aa89c465b80c1ad37edb27fd449..6ead7cb3de623cf473fcc932b583835e33c361c5 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -100,8 +100,8 @@ config BR2_WGET
        default "wget --passive-ftp -nd"
 
 config BR2_SVN
-        string
-        default "Subversion (svn) checkout command"
+        string "Subversion (svn) checkout command"
+       default "svn co"
 
 config BR2_TAR_VERBOSITY
        bool "Tar verbose"