--- a/Allura/test.ini
+++ b/Allura/test.ini
@@ -55,15 +55,19 @@
scm.host.ro.git = git://git.localhost$path
scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
scm.host.https.git = https://$username@localhost:8022/scm-repo$path
+scm.host.https_anon.git = https://ocalhost:8022/scm-repo$path
scm.host.ro.hg = http://hg.localhost$path
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
scm.host.https.hg = https://$username@localhost:8022/scm-repo$path
+scm.host.https_anon.hg = https://localhost:8022/scm-repo$path
scm.host.ro.svn = http://svn.localhost$path/trunk
scm.host.rw.svn = svn+ssh://$username@localhost:8022/scm-repo$path/trunk
scm.host.https.svn = https://$username@localhost:8022/scm-repo$path/trunk
+scm.host.https_anon.svn = https://localhost:8022/scm-repo$path/trunk
scm.clone.git = git clone $source_url $dest_path
scm.clone.hg = hg clone $source_url $dest_path
+scm.clone.https_anon.svn = svn checkout $source_url $dest_path
scm.clone.ro.svn = svn checkout $source_url $dest_path
scm.clone.svn = svn checkout --username=$username $source_url $dest_path