Actions
Defect #3897
closedunified diff trouble with new files
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2009-09-21
Due date:
% Done:
0%
Estimated time:
Resolution:
Wont fix
Affected version:
Description
Hi,
please compare the unified diff obtained from :
http://www.redmine.org/projects/redmine/repository/diff?rev_to=2887&rev=2886
with the reverse one at :
http://www.redmine.org/projects/redmine/repository/diff?rev_to=2886&rev=2887
In the first one, some files are added, e.g. :
--- trunk/vendor/plugins/prepend_engine_views/init.rb (revision 0)
+++ trunk/vendor/plugins/prepend_engine_views/init.rb (revision 2887)
in the second one, these same files are not removed...
Updated by Jean-Philippe Lang about 15 years ago
- Status changed from New to Closed
- Resolution set to Wont fix
This is odd indeed, but this is what svn diff gives.
You can try:
svn diff -c 2887 http://redmine.rubyforge.org/svn/trunk svn diff -c -2887 http://redmine.rubyforge.org/svn/trunk
Actions