|
a/Allura/development.ini |
|
b/Allura/development.ini |
|
... |
|
... |
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
|
96 |
scm.clone.svn = svn checkout --username=$username $source_url $dest_path
|
96 |
scm.clone.svn = svn checkout --username=$username $source_url $dest_path
|
97 |
|
97 |
|
|
|
98 |
scm.new_refresh = true
|
|
|
99 |
|
98 |
gitweb.cgi = /usr/lib/cgi-bin/gitweb.cgi
|
100 |
gitweb.cgi = /usr/lib/cgi-bin/gitweb.cgi
|
99 |
|
101 |
|
100 |
scm.repos.root = /tmp
|
102 |
scm.repos.root = /tmp
|
101 |
|
103 |
|
102 |
# Ming setup
|
104 |
# Ming setup
|