|
a/Allura/development.ini |
|
b/Allura/development.ini |
|
... |
|
... |
78 |
scm.host.https.svn = https://localhost:8022/scm-repo$path/trunk
|
78 |
scm.host.https.svn = https://localhost:8022/scm-repo$path/trunk
|
79 |
|
79 |
|
80 |
scm.clone.git = git clone $source_url $dest_path
|
80 |
scm.clone.git = git clone $source_url $dest_path
|
81 |
scm.clone.hg = hg clone $source_url $dest_path
|
81 |
scm.clone.hg = hg clone $source_url $dest_path
|
82 |
scm.clone.ro.svn = svn checkout $source_url $dest_path
|
82 |
scm.clone.ro.svn = svn checkout $source_url $dest_path
|
83 |
scm.clone.svn = svn checkout --user=$username $source_url $dest_path
|
83 |
scm.clone.svn = svn checkout --username=$username $source_url $dest_path
|
84 |
|
84 |
|
85 |
gitweb.cgi = /usr/lib/cgi-bin/gitweb.cgi
|
85 |
gitweb.cgi = /usr/lib/cgi-bin/gitweb.cgi
|
86 |
|
86 |
|
87 |
scm.repos.root = /tmp
|
87 |
scm.repos.root = /tmp
|
88 |
|
88 |
|