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

Seeking possible reason for error by diff -r PREV

From: Kotaro Murakami <kmurakami_at_collab.net>
Date: Tue, 20 Oct 2009 20:37:11 -0700

Hi,

I got an error with diff command. When I used "svn diff -r PREV file.cpp", I got the following error.

svn: REPORT request failed on '/svnroot/・・・/file.cpp'
svn: File not found: revision 10838, path '/・・・/file.cpp'

I checked log of the file.cpp and the revisions in the logs look:

r17535
r16730
r16152
r14113
r13155
r12709
r12130
r11114 <- this is the first ci of this file

Btw the BASE is 20422. Where did revision 10838 in the error message come from?
So I thought that the diff command (diff -r PREV file.cpp) would compare r16730(PREV) and BASE.

How can I look into the problem to find out why this happened?

Thanks,
Kotaro

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2409607

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-21 05:38:22 CEST

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.