|
a/Allura/test.ini |
|
b/Allura/test.ini |
|
... |
|
... |
55 |
scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
|
55 |
scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
|
56 |
scm.host.https.git = https://$username@localhost:8022/scm-repo$path
|
56 |
scm.host.https.git = https://$username@localhost:8022/scm-repo$path
|
57 |
scm.host.ro.hg = http://hg.localhost$path
|
57 |
scm.host.ro.hg = http://hg.localhost$path
|
58 |
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
|
58 |
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
|
59 |
scm.host.https.hg = https://$username@localhost:8022/scm-repo$path
|
59 |
scm.host.https.hg = https://$username@localhost:8022/scm-repo$path
|
60 |
scm.host.ro.svn = http://svn.localhost$path
|
60 |
scm.host.ro.svn = http://svn.localhost$path/trunk
|
61 |
scm.host.rw.svn = svn+ssh://$username@localhost:8022/scm-repo$path
|
61 |
scm.host.rw.svn = svn+ssh://$username@localhost:8022/scm-repo$path/trunk
|
62 |
scm.host.https.svn = https://$username@localhost:8022/scm-repo$path
|
62 |
scm.host.https.svn = https://$username@localhost:8022/scm-repo$path/trunk
|
|
|
63 |
|
|
|
64 |
scm.clone.git = git clone $source_url $dest_path
|
|
|
65 |
scm.clone.hg = hg clone $source_url $dest_path
|
|
|
66 |
scm.clone.ro.svn = svn checkout $source_url $dest_path
|
|
|
67 |
scm.clone.svn = svn checkout --user=$username $source_url $dest_path
|
63 |
|
68 |
|
64 |
scm.repos.root = /tmp
|
69 |
scm.repos.root = /tmp
|
65 |
|
70 |
|
66 |
stats.sample_rate=0
|
71 |
stats.sample_rate=0
|
67 |
|
72 |
|