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

Re: @REV vs -r REV

From: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Wed, 22 Apr 2009 03:12:03 +0400

Greetings, Zing Zing Shishak!

> On Tue, 21 Apr 2009, Andrey Repin wrote:
>> However, I just found an issue...
>>
>> []$svn cat -r HEAD http://svn.darkdragon/repos/trunk/file1@22
>> svn: Unable to find repository location for 'http://svn.darkdragon/repos/trunk/file1' in revision 25
>>
>> I know it's there...
>>
>> I've copied it myself... by my own hands.
>>
>> []$svn cat -r 24 http://svn.darkdragon/repos/trunk/file1@22
>> sdkjsgkjahj
>>
>> []$svn cat -r 23 http://svn.darkdragon/repos/trunk/file1@22
>> svn: Unable to find repository location for 'http://svn.darkdragon/repos/trunk/file1' in revision 23
>>
>> []$svn cat -r 22 http://svn.darkdragon/repos/trunk/file1@22 (initial import)
>> sdkjsgkjahj
>>
>> And
>>
>> []$svn cat -r 22 http://svn.darkdragon/repos/trunk/file2@25
>> sdkjsgkjahj
>>
>>
>> Why SVN can't see it in @25? And how can I discover, what's happened to it?

> The above is pretty obscure to follow without access to your repository.

> Please post a reproduction recipe of the problem. That would help clear
> up the confusion.

Reproduction recipe is at beginning of my post. You just stripped it
before answering.
Nevermind, here you go. See attach. However, adjust repository location first.

> On your end, running "svn log -v" may help you diagnose what you're
> seeing, especially at r25.

Right, it's there.
Question remains, why SVN can't track it for simple cat purpose, and painting
image of nonexistent entity instead?

--
WBR,
 Andrey Repin (anrdaemon_at_freemail.ru) 22.04.2009, <2:42>
Sorry for my terrible english...
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1850347
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].

  • application/octet-stream attachment: script.sh
Received on 2009-04-22 01:16:13 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.