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

Unable to find repository location for https:\\server\path\to\bar.c in revision 2

From: Tom Chelios <schizi_at_gmx.de>
Date: Fri, 9 Aug 2013 02:46:23 -0700 (PDT)

Hello,

tested by:

client1: TortoiseSVN 1.7.13, Build 24257 - 64 Bit
client2: TortoiseSVN 1.8.1, Build 24570 - 64 Bit

server1: SVN/1.7.11
server2: SVN/1.8.1

the following usecase:

> add + commit (rev1)
 \foo.c
 \foo2.c

> change + commit (rev2)
 \foo2.c

> rename + commit (rev3)
 \foo.c to \bar.c

> right click on bar.c and choose "Diff with previous version"

= Unable to find repository location for https:\\server\path\to\bar.c in revision 2

I suspect tsvn do:
svn diff -PREV bar.c

What I expected was:
svn diff -r 1:HEAD bar.c
(Because last committed rev from file bar.c was in rev1)

Regards
Tom

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3062332

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-08-09 11:46:27 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.