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

svn log and peg revision

From: Richard Carlsson <richardc_at_klarna.com>
Date: Thu, 17 Dec 2009 14:25:36 +0100

I was trying to log a revision range of a branch that has been
moved around a bit: it exists in HEAD under its current name,
but has previously had another name and been under a different
directory layout. But I got the following strange behavour:

> svn log -rA:B http://.../branches/foo@HEAD
  svn: Unable to find repository location for 'http://.../branches/foo'
in revision B

I expected svn log to look up the branch using @HEAD, and then
give me the log messages for that branch (regardless of it
being renamed) for any revisions between A and B inclusive.
However, it seems that no matter what I specify as peg revision,
I get the same error message if A or B are not referring to
a revision where the branch existed under that name. Is it
just me who thinks this is odd? A bug, maybe?

(Using svn version 1.6.5.)

    /Richard Carlsson
Received on 2009-12-17 14:26:15 CET

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.