]> source.dussan.org Git - redmine.git/commit
add local cache repository for speed purpose (subversion) or for browsing a external...
authorNicolas Chuche <nicolas.chuche@barna.be>
Mon, 22 Sep 2008 18:46:46 +0000 (18:46 +0000)
committerNicolas Chuche <nicolas.chuche@barna.be>
Mon, 22 Sep 2008 18:46:46 +0000 (18:46 +0000)
commit89b8bf3dc51dce032575efc1361ee8352d5654c4
treeaf01d57653cad7eb58333941838b0d2cf706a5b1
parent9b94342bc3bac07fa82ce66bf76a9a4149f85f33
add local cache repository for speed purpose (subversion) or for browsing a external repository
for SCM that can handle only local copy (git).

git-svn-id: http://redmine.rubyforge.org/svn/branches/nbc@1899 e93f8b46-1217-0410-a6f0-8f06a7374b81
41 files changed:
app/helpers/repositories_helper.rb
app/models/repository.rb
app/models/repository/git.rb
app/models/repository/subversion.rb
app/models/setting.rb
app/views/settings/_repositories.rhtml
config/settings.yml
db/migrate/099_add_local_copy.rb [new file with mode: 0644]
lang/bg.yml
lang/ca.yml
lang/cs.yml
lang/da.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fi.yml
lang/fr.yml
lang/he.yml
lang/hu.yml
lang/it.yml
lang/ja.yml
lang/ko.yml
lang/lt.yml
lang/nl.yml
lang/no.yml
lang/pl.yml
lang/pt-br.yml
lang/pt.yml
lang/ro.yml
lang/ru.yml
lang/sr.yml
lang/sv.yml
lang/th.yml
lang/tr.yml
lang/uk.yml
lang/zh-tw.yml
lang/zh.yml
lib/redmine/scm/adapters/abstract_adapter.rb
lib/redmine/scm/adapters/git_adapter.rb
lib/redmine/scm/adapters/subversion_adapter.rb
test/unit/repository_test.rb