]> source.dussan.org Git - redmine.git/commit
Initial commit for svn repository management and access control:
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 1 Apr 2007 19:43:59 +0000 (19:43 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 1 Apr 2007 19:43:59 +0000 (19:43 +0000)
commit4ff8386e3dfee800591e7f856a26ccc700149b02
tree75cd4a45ab9e0298299c821029d6066c29bfbc2b
parentcb6c8bee473332dfacea8d53745eb75407877a06
Initial commit for svn repository management and access control:
* Identifier attribute added on Project model. Used as the unix group name for the project
* Web services (disabled by default) and scripts for repository management on a remote svn host

git-svn-id: http://redmine.rubyforge.org/svn/trunk@396 e93f8b46-1217-0410-a6f0-8f06a7374b81
18 files changed:
app/apis/sys_api.rb [new file with mode: 0644]
app/controllers/sys_controller.rb [new file with mode: 0644]
app/models/project.rb
app/views/projects/_form.rhtml
app/views/settings/edit.rhtml
config/settings.yml
extra/svn/create_views.sql [new file with mode: 0644]
extra/svn/manage_repos.pl [new file with mode: 0644]
extra/svn/svnserve.wrapper [new file with mode: 0644]
lang/de.yml
lang/en.yml
lang/es.yml
lang/fr.yml
lang/it.yml
lang/ja.yml
lang/zh.yml
test/fixtures/projects.yml
test/integration/admin_test.rb