[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn diff has bug

From: scirocco paptimus <paptimusx_at_gmail.com>
Date: 2007-08-08 10:00:15 CEST

Hi
I think Subversion has bug (only on windows).

in case of emacs backup ~ files exists,
svn diff abort.

though it is a specification of Windows API...

thanx in advance.

% svn diff -r{2006-09-01}:{2006-10-01} *.cpp
svn: 'xxxxxx.cpp~' is not under version control

% dir xxxxxx.*
2007/07/31 11:43 81,532 xxxxxx.BAK
2007/07/31 12:04 81,394 xxxxxx.cpp
2007/07/31 12:04 81,394 xxxxxx.cpp.~BASE~
2007/07/31 12:03 81,394 xxxxxx.cpp.~BASE~~
2007/07/31 11:43 81,522 xxxxxx.cpp~
2007/07/31 20:50 118,035 xxxxxx.obj

% svn st -vq | grep -i bxsect
            9023 9023 myname xxxxxx.cpp

% ver
Microsoft Windows XP [Version 5.1.2600]

% svn --version
svn, version 1.4.4 (r25188)
   compiled Jun 8 2007, 18:49:42

---
% cvs diff -D 2006/09/01 -D 2006/10/01 *.cpp
%
Received on Wed Aug 8 09:58:43 2007

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.