Actions
Defect #2493
openSubversion: Error message for some of view differences
Status:
Confirmed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
Start date:
2009-01-12
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Some of view differences give error message The entry or revision was not found in the repository.
for example, when I try to check diff between source:/trunk/app/controllers/account_controller.rb@62 and source:/trunk/app/controllers/account_controller.rb@44 from http://www.redmine.org/repositories/changes/redmine/trunk/app/controllers/account_controller.rb, I'm getting above error.
When I tried bellow from the shell.
>svn diff -r 44:62 http://redmine.rubyforge.org/svn/trunk/app/controllers/account_controller.rb@62
gives same error in the shell.
but
>svn diff -r 44:62 http://redmine.rubyforge.org/svn/trunk/app/controllers/account_controller.rb
gives the diff.
I'm not sure [@REV] required or not (source:trunk/lib/redmine/scm/adapters/subversion_adapter.rb@2045#L181).
Related issues
Actions