esvn diff problem with C++ template code
From: Relson, David <david.relson_at_orion-sys.com>
Date: Wed, 21 Apr 2010 10:45:42 -0400
Greetings,
I've encountered a glitch in esvn 0.6.12's diff program. C++ template
The attached screenshot esvn_FileManager_h.png shows 3 windows:
1) emacs window with file FileManager.h displayed. Notice the use of
vector<string> files;
vector<string> master;
vector<string>::iterator iter;
2) eSVN window showing history for FileManager.h. Current revision is
vector<struct dirent *> files;
vector<struct dirent *> master;
vector<struct dirent *>::iterator iter;
3) diff of 698, 799 is lacking the text in <...>, i.e. should have:
- vector<struct dirent *> files;
- vector<struct dirent *> master;
- vector<struct dirent *>::iterator iter;
+ vector<string> files;
+ vector<string> master;
+ vector<string>::iterator iter;
For comparison, a screen shot of TortoisSVN's diff is also attached.
Regards,
David
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.