[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: Zing Zing Shishak <shishz_at_alum.rpi.edu>
Date: Tue, 21 Apr 2009 16:08:42 -0400 (EDT)

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.

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

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-21 22:09:45 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.