From e30cf26cff3bec272f94b2afd116a50db72a96cc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 23 Jan 2005 11:20:30 +0000 Subject: Patch from scott: http://bugs.uclibc.org/view.php?id=42 0000042: add subversion (svn) support to buildroot This patch adds support for subversion to checkout files, much like how CVS already works. It uses 'SVN' macro in makefiles. --- Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 2b335e68b..34ab2359a 100644 --- a/Config.in +++ b/Config.in @@ -76,6 +76,10 @@ config BR2_WGET string "Wget command" default "wget --passive-ftp -nd" +config BR2_SVN + string + default "Subversion (svn) checkout command" + config BR2_TAR_VERBOSITY bool "Tar verbose" default n -- cgit v1.2.3-55-g7522