|
a/Allura/test.ini |
|
b/Allura/test.ini |
|
... |
|
... |
53 |
static.url_base = /nf/_static_/
|
53 |
static.url_base = /nf/_static_/
|
54 |
|
54 |
|
55 |
scm.host.ro.git = git://git.localhost$path
|
55 |
scm.host.ro.git = git://git.localhost$path
|
56 |
scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
|
56 |
scm.host.rw.git = ssh://$username@localhost:8022/scm-repo$path
|
57 |
scm.host.https.git = https://$username@localhost:8022/scm-repo$path
|
57 |
scm.host.https.git = https://$username@localhost:8022/scm-repo$path
|
|
|
58 |
scm.host.https_anon.git = https://ocalhost:8022/scm-repo$path
|
58 |
scm.host.ro.hg = http://hg.localhost$path
|
59 |
scm.host.ro.hg = http://hg.localhost$path
|
59 |
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
|
60 |
scm.host.rw.hg = ssh://$username@localhost:8022/scm-repo$path
|
60 |
scm.host.https.hg = https://$username@localhost:8022/scm-repo$path
|
61 |
scm.host.https.hg = https://$username@localhost:8022/scm-repo$path
|
|
|
62 |
scm.host.https_anon.hg = https://localhost:8022/scm-repo$path
|
61 |
scm.host.ro.svn = http://svn.localhost$path/trunk
|
63 |
scm.host.ro.svn = http://svn.localhost$path/trunk
|
62 |
scm.host.rw.svn = svn+ssh://$username@localhost:8022/scm-repo$path/trunk
|
64 |
scm.host.rw.svn = svn+ssh://$username@localhost:8022/scm-repo$path/trunk
|
63 |
scm.host.https.svn = https://$username@localhost:8022/scm-repo$path/trunk
|
65 |
scm.host.https.svn = https://$username@localhost:8022/scm-repo$path/trunk
|
|
|
66 |
scm.host.https_anon.svn = https://localhost:8022/scm-repo$path/trunk
|
64 |
|
67 |
|
65 |
scm.clone.git = git clone $source_url $dest_path
|
68 |
scm.clone.git = git clone $source_url $dest_path
|
66 |
scm.clone.hg = hg clone $source_url $dest_path
|
69 |
scm.clone.hg = hg clone $source_url $dest_path
|
|
|
70 |
scm.clone.https_anon.svn = svn checkout $source_url $dest_path
|
67 |
scm.clone.ro.svn = svn checkout $source_url $dest_path
|
71 |
scm.clone.ro.svn = svn checkout $source_url $dest_path
|
68 |
scm.clone.svn = svn checkout --username=$username $source_url $dest_path
|
72 |
scm.clone.svn = svn checkout --username=$username $source_url $dest_path
|
69 |
|
73 |
|
70 |
scm.repos.root = /tmp
|
74 |
scm.repos.root = /tmp
|
71 |
|
75 |
|