Menu

Commit [r377]  Maximize  Restore  History

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.

jplang 2007-03-25

changed /trunk/app/controllers/projects_controller.rb
changed /trunk/app/controllers/repositories_controller.rb
added /trunk/app/models/change.rb
added /trunk/app/models/changeset.rb
changed /trunk/app/models/repository.rb
changed /trunk/app/models/svn_repos.rb
changed /trunk/app/views/projects/_form.rhtml
changed /trunk/app/views/projects/activity.rhtml
changed /trunk/app/views/projects/search.rhtml
added /trunk/app/views/repositories/_revisions.rhtml
changed /trunk/app/views/repositories/revision.rhtml
changed /trunk/app/views/repositories/revisions.rhtml
changed /trunk/app/views/repositories/show.rhtml
changed /trunk/app/views/settings/edit.rhtml
changed /trunk/config/settings.yml
added /trunk/db/migrate/034_create_changesets.rb
added /trunk/db/migrate/035_create_changes.rb
changed /trunk/lang/de.yml
changed /trunk/lang/en.yml
changed /trunk/lang/es.yml
changed /trunk/lang/fr.yml
changed /trunk/lang/it.yml
changed /trunk/lang/ja.yml
/trunk/app/controllers/projects_controller.rb Diff Switch to side-by-side view
Loading...
/trunk/app/controllers/repositories_controller.rb Diff Switch to side-by-side view
Loading...
/trunk/app/models/change.rb Diff Switch to side-by-side view
Loading...
/trunk/app/models/changeset.rb Diff Switch to side-by-side view
Loading...
/trunk/app/models/repository.rb Diff Switch to side-by-side view
Loading...
/trunk/app/models/svn_repos.rb Diff Switch to side-by-side view
Loading...
/trunk/app/views/projects/_form.rhtml Diff Switch to side-by-side view
Loading...
/trunk/app/views/projects/activity.rhtml Diff Switch to side-by-side view
Loading...
/trunk/app/views/projects/search.rhtml Diff Switch to side-by-side view
Loading...
/trunk/app/views/repositories/_revisions.rhtml Diff Switch to side-by-side view
Loading...
/trunk/app/views/repositories/revision.rhtml Diff Switch to side-by-side view
Loading...
/trunk/app/views/repositories/revisions.rhtml Diff Switch to side-by-side view
Loading...
/trunk/app/views/repositories/show.rhtml Diff Switch to side-by-side view
Loading...
/trunk/app/views/settings/edit.rhtml Diff Switch to side-by-side view
Loading...
/trunk/config/settings.yml Diff Switch to side-by-side view
Loading...
/trunk/db/migrate/034_create_changesets.rb Diff Switch to side-by-side view
Loading...
/trunk/db/migrate/035_create_changes.rb Diff Switch to side-by-side view
Loading...
/trunk/lang/de.yml Diff Switch to side-by-side view
Loading...
/trunk/lang/en.yml Diff Switch to side-by-side view
Loading...
/trunk/lang/es.yml Diff Switch to side-by-side view
Loading...
/trunk/lang/fr.yml Diff Switch to side-by-side view
Loading...
/trunk/lang/it.yml Diff Switch to side-by-side view
Loading...
/trunk/lang/ja.yml Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.