|
a/Allura/test.ini |
|
b/Allura/test.ini |
|
... |
|
... |
62 |
scm.host.https.svn = https://$username@localhost:8022/scm-repo$path/trunk
|
62 |
scm.host.https.svn = https://$username@localhost:8022/scm-repo$path/trunk
|
63 |
|
63 |
|
64 |
scm.clone.git = git clone $source_url $dest_path
|
64 |
scm.clone.git = git clone $source_url $dest_path
|
65 |
scm.clone.hg = hg 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
|
66 |
scm.clone.ro.svn = svn checkout $source_url $dest_path
|
67 |
scm.clone.svn = svn checkout --user=$username $source_url $dest_path
|
67 |
scm.clone.svn = svn checkout --username=$username $source_url $dest_path
|
68 |
|
68 |
|
69 |
scm.repos.root = /tmp
|
69 |
scm.repos.root = /tmp
|
70 |
|
70 |
|
71 |
stats.sample_rate=0
|
71 |
stats.sample_rate=0
|
72 |
|
72 |
|