]> source.dussan.org Git - redmine.git/commit
SVN commits are now stored in the database, and added to the activity view and the...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 25 Mar 2007 12:12:15 +0000 (12:12 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 25 Mar 2007 12:12:15 +0000 (12:12 +0000)
commit16f9f50f50dbac49b1f791c7c2892420a354bc43
treeefaebfb9dd13bde6d45afa36b39063772d9116de
parent6f1dcdc08f401923ac77254ca22fd520582bcf6f
SVN commits are now stored in the database, and added to the activity view and the search engine.
New commits are automatically retrieved and stored when consulting the repository in the app. This behaviour can be disabled by unchecking 'Autofecth commits' in configuration settings.
Commits can be fetched offline by running (recommanded at least for the initial import of past commits):
ruby script/runner "Repository.fetch_changesets"
It will load commits for all of the repositories.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@377 e93f8b46-1217-0410-a6f0-8f06a7374b81
23 files changed:
app/controllers/projects_controller.rb
app/controllers/repositories_controller.rb
app/models/change.rb [new file with mode: 0644]
app/models/changeset.rb [new file with mode: 0644]
app/models/repository.rb
app/models/svn_repos.rb
app/views/projects/_form.rhtml
app/views/projects/activity.rhtml
app/views/projects/search.rhtml
app/views/repositories/_revisions.rhtml [new file with mode: 0644]
app/views/repositories/revision.rhtml
app/views/repositories/revisions.rhtml
app/views/repositories/show.rhtml
app/views/settings/edit.rhtml
config/settings.yml
db/migrate/034_create_changesets.rb [new file with mode: 0644]
db/migrate/035_create_changes.rb [new file with mode: 0644]
lang/de.yml
lang/en.yml
lang/es.yml
lang/fr.yml
lang/it.yml
lang/ja.yml