--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -70,16 +70,20 @@
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://localhost: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://localhost:8022/scm-repo$path/trunk
scm.host.https.svn = https://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.ro.svn = svn checkout $source_url $dest_path
+scm.clone.https_anon.svn = svn checkout $source_url $dest_path
scm.clone.svn = svn checkout --username=$username $source_url $dest_path
gitweb.cgi = /usr/lib/cgi-bin/gitweb.cgi