two files diff clean against head, but not each other
From: Robert Anderson <rwa000_at_gmail.com>
Date: 2006-03-09 21:46:22 CET
I have gotten two working directories into a state that I don't understand.
I have a branch, and I have a working directory that I've been using for
Here is svn info on both files, to verify that they are both in fact from
(~/mybranch/includes)$ svn info HeaderFile.h
(~/mybranch.fresh/includes)$ svn info HeaderFile.h
Both files diff clean against the head of the branch:
(~/mybranch/includes)$ svn diff -r HEAD HeaderFile.h
(~/mybranch.fresh/includes)$ svn diff -r HEAD HeaderFile.h
However, the two files are not identical. They do not diff clean against
(~/mybranch/includes)$ diff
--- > const Variable<double> *const var, 176c176 < const Variable *const d_var; --- > const Variable<double> *const d_var; Can someone explain to me how this is possible? Thanks, BobReceived on Thu Mar 9 22:02:28 2006 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.