- add a SVN_UP command for updating an already checked-out tree

This commit is contained in:
Bernhard Reutner-Fischer
2007-09-19 20:22:58 +00:00
parent 7b0ad787d6
commit c76e2a97ec
2 changed files with 10 additions and 10 deletions

View File

@@ -672,10 +672,14 @@ config BR2_WGET
string "Wget command"
default "wget --passive-ftp -nd"
config BR2_SVN
config BR2_SVN_CO
string "Subversion (svn) command to download source tree"
default "svn co"
config BR2_SVN_UP
string "Subversion (svn) command to update source tree"
default "svn up"
config BR2_GIT
string "Git command to download source tree"
default "git clone"