Bug #7990
possible subversion problem after update (and solution)
| Status: | Needs Feedback | Start date: | 2010-05-31 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
If subversion does not work, maybe we have to apply the following patch:
--- app_ORIG/models/repository/subversion.rb 2008-08-04 13:08:02.000000000 0200
++ app/models/repository/subversion.rb 2009-02-05 15:50:15.000000000 0100@ -68,7 +68,7 @
:path => change[:path],
:from_path => change[:from_path],
:from_revision => change[:from_revision])
- end
end unless changeset.new_record? # CHANGED
end
end unless revisions.nil?
identifier_from = identifier_to + 1
History
Updated by Steffen Gebert over 1 year ago
- Status changed from New to Needs Feedback
Is this worth being still open?