diff don't recognize all changes in keyword expansions
From: Uwe Zeisberger <zeisberg_at_informatik.uni-freiburg.de>
Date: 2003-12-19 16:23:15 CET
Hello,
I committed a file which was still opened in my editor. Then I changed
Voila, a reproduction recipe:
zeisberg@cepheus:/tmp$ svn --version | head -n 1
zeisberg@cepheus:/tmp$ svnadmin create repo
zeisberg@cepheus:/tmp$ mkdir project
zeisberg_at_cepheus:/tmp$ svn import -m '' project file:///tmp/repo
Committed revision 1.
zeisberg_at_cepheus:/tmp$ svn co file:///tmp/repo wc
zeisberg@cepheus:/tmp$ cd wc
zeisberg@cepheus:/tmp/wc$ echo '$Rev$' > file
zeisberg@cepheus:/tmp/wc$ svn add file
zeisberg@cepheus:/tmp/wc$ svn propset svn:keywords "Rev" file
zeisberg@cepheus:/tmp/wc$ svn ci -m ''
zeisberg@cepheus:/tmp/wc$ cat file
zeisberg@cepheus:/tmp/wc$ echo '$Rev$' > file
zeisberg@cepheus:/tmp/wc$ svn diff file
zeisberg@cepheus:/tmp/wc$ svn status file
zeisberg@cepheus:/tmp/wc$ svn revert file
zeisberg@cepheus:/tmp/wc$ cat file
Shouldn't the diff and the status command notice the change in the keyword?
Regards
-- Uwe Zeisberger <script>alert("This is a virus for Outlook")</script>
|
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.