[BUG] svn diff produces bogus data, please verify
From: Jani Averbach <jaa_at_cc.jyu.fi>
Date: 2003-05-12 16:50:38 CEST
Hello,
I just noticed that svn will produce a bogus diff.
svn --version
Here is the script, and below is output (I cleared out the non-interesting
### start of script
svnadmin create repo
cat <<EOF > repo-wc/f.txt
svn add repo-wc/f.txt
# 'edit' the file, remove a line, add fews
svn ci -m '' repo-wc/f.txt
svn diff file://`pwd`/repo/tags/f-1.txt file://`pwd`/repo/tags/f-2.txt
svn co file://`pwd`/repo/tags repo-tags
### end of script
And the output:
sh ../svn-test.sh
### here is svn diff file://`pwd`/repo/tags/f-1.txt file://`pwd`/repo/tags/f-2.txt
### Here is diff -u repo-tags/f-1.txt repo-tags/f-2.txt
It seems that the file names are wrong and the diff is wrong with svn
BR, Jani
-- Jani Averbach --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon May 12 16:51:35 2003 |
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.