Hydra/26: Go back to using "svn export" as default for svn, added svn-checkout type for jobset which need .svn dirs. export is much more efficient

This commit is contained in:
Rob Vermaas
2010-05-11 11:37:30 +00:00
parent 001113f7f9
commit 56f05f2bdf
3 changed files with 11 additions and 6 deletions

View File

@ -4,7 +4,8 @@
[% inputTypes =
{ "svn" = "Subversion checkout"
{ "svn" = "Subversion export"
, "svn-checkout" = "Subversion checkout"
, "git" = "Git checkout"
, "tarball" = "Download of a tarball"
, "string" = "String value"