[BUG] svn diff doesn't show add
From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2004-06-11 18:31:00 CEST
Hi !
I believe I just found a slight bug. I added a file to the repos, and
This problem is exhibited only if I diff a single file. If instead I ask
Here's a repro recipe (Win2K SP3 fr-CA, SVN 1.0.3):
rd /s/q repos wc
And at runtime:
C:\>svn --version
C:\>svnadmin create repos
C:\>svn checkout file:///repos wc
C:\>cd wc
C:\wc>echo this is a file 1>file.txt
C:\wc>svn add file.txt
C:\wc>svn commit --message "r1"
C:\wc>svn update
C:\wc>svn diff -r0:1 file.txt
C:\wc>svn diff -r1:0 file.txt
C:\wc>svn delete file.txt
C:\wc>svn commit --message "r2"
Committed revision 2.
C:\wc>svn diff -r1:2 file:///repos/file.txt
C:\wc>svn diff -r2:1 file:///repos/file.txt
This problem might or might not be related to 1675 '"svn diff -rN
Should I append or create a new issue ? Or is there even a bug ?
Thanks !
---------------------------------------------------------------------
|
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.