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

Is this a peg revision bug?

From: Gerco Ballintijn <gerco_at_ballintijn.com>
Date: 2007-04-04 22:19:13 CEST

Hi,

I stumbled across the following, condensed in the attached script.
The scripts does the following:

r0: create repo
r1: create directory /test (directly in repo)
r2: create file /test/f1 (via a commit)
r3: create /other1 (directly in repo)
r4: rename /test/f1 to /test/f2 (via a commit)
r5: create /other2 (directly in repo)
r6: rename /test/f2 to /test/f3 (via a commit)

So, the same file object is called f1 in r2 and r3, f2 in r4 and r5,
and f3 in r6. Now I assumed (as in the script) that "svn info -rX f3"
would give me info (for 2 <= X <= 6). However, for r3 and r5, it gives
the error "Unable to find repository location". Isn't this a bug, or
am I missing something fundamental?

With regards,
Gerco Ballintijn.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Wed Apr 4 22:19:31 2007

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.