Switch to unified view

a/Allura/test.ini b/Allura/test.ini
...
...
79
scm.clone.https_anon.svn = svn checkout $source_url $dest_path
79
scm.clone.https_anon.svn = svn checkout $source_url $dest_path
80
scm.clone.ro.svn = svn checkout $source_url $dest_path
80
scm.clone.ro.svn = svn checkout $source_url $dest_path
81
scm.clone.svn = svn checkout --username=$username $source_url $dest_path
81
scm.clone.svn = svn checkout --username=$username $source_url $dest_path
82
82
83
scm.repos.root = /tmp
83
scm.repos.root = /tmp
84
scm.repos.tarball.enable = true
85
scm.repos.tarball.root = /tmp/tarball
86
scm.repos.tarball.url_prefix = file://
84
87
85
#stats.sample_rate = 0
88
#stats.sample_rate = 0
86
89
87
disable_csrf_protection=1
90
disable_csrf_protection=1
88
91