|
a/Allura/development.ini |
|
b/Allura/development.ini |
|
... |
|
... |
82 |
scm.host.https_anon.git = https://localhost:8022/scm-repo$path
|
82 |
scm.host.https_anon.git = https://localhost:8022/scm-repo$path
|
83 |
scm.host.ro.hg = http://hg.localhost$path
|
83 |
scm.host.ro.hg = http://hg.localhost$path
|
84 |
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
|
84 |
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
|
85 |
scm.host.https.hg = https://$username@localhost:8022/scm-repo$path
|
85 |
scm.host.https.hg = https://$username@localhost:8022/scm-repo$path
|
86 |
scm.host.https_anon.hg = https://localhost:8022/scm-repo$path
|
86 |
scm.host.https_anon.hg = https://localhost:8022/scm-repo$path
|
87 |
scm.host.ro.svn = http://svn.localhost$path/trunk
|
87 |
scm.host.ro.svn = http://svn.localhost$path/
|
88 |
scm.host.rw.svn = svn+ssh://localhost:8022/scm-repo$path/trunk
|
88 |
scm.host.rw.svn = svn+ssh://localhost:8022/scm-repo$path/
|
89 |
scm.host.https.svn = https://localhost:8022/scm-repo$path/trunk
|
89 |
scm.host.https.svn = https://localhost:8022/scm-repo$path/
|
90 |
scm.host.https_anon.svn = https://localhost:8022/scm-repo$path/trunk
|
90 |
scm.host.https_anon.svn = https://localhost:8022/scm-repo$path/
|
91 |
|
91 |
|
92 |
scm.clone.git = git clone $source_url $dest_path
|
92 |
scm.clone.git = git clone $source_url $dest_path
|
93 |
scm.clone.hg = hg clone $source_url $dest_path
|
93 |
scm.clone.hg = hg clone $source_url $dest_path
|
94 |
scm.clone.ro.svn = svn checkout $source_url $dest_path
|
94 |
scm.clone.ro.svn = svn checkout $source_url $dest_path
|
95 |
scm.clone.https_anon.svn = svn checkout $source_url $dest_path
|
95 |
scm.clone.https_anon.svn = svn checkout $source_url $dest_path
|