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

RE: RE: svn cat on moved revisions

From: Ray Johnson <Rayj_at_ingenio.com>
Date: 2004-10-20 19:45:07 CEST

 

Here is a concrete example - using a public repository:

The command:
svn log http://svn.subview.ingenio.com/Subview/trunk/SubView/Default.aspx.cs
Will return the data found here: http://subview.ingenio.com/Subview/trunk/SubView/Default.aspx.cs?view=log

And the command:
svn cat http://svn.subview.ingenio.com/Subview/trunk/SubView/Default.aspx.cs
Will return the contents found here: http://subview.ingenio.com/Subview/trunk/SubView/Default.aspx.cs?rev=29

But the command:
svn cat -r 16 http://svn.subview.ingenio.com/Subview/trunk/SubView/Default.aspx.cs
Returns this error:
svn: PROPFIND request failed on '/Subview/!svn/bc/16/trunk/SubView/Default.aspx.cs'
svn: '/Subview/!svn/bc/16/trunk/SubView/Default.aspx.cs' path not found

Ray

-----Original Message-----
From: Ray Johnson [mailto:Rayj@ingenio.com]
Sent: Wednesday, October 20, 2004 10:39 AM
To: Ben Collins-Sussman
Cc: users@subversion.tigris.org
Subject: RE: svn cat on moved revisions

Already tried that - I *am* using a 1.1 client. In fact, I waited to post this until I had installed the 1.1 client because it seemed like this was something that would fix it. It doesn't appear to...

C:\Program Files>svn --version
svn, version 1.1.0 (r11180)
   compiled Oct 4 2004, 21:11:18

Ray

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Wednesday, October 20, 2004 10:06 AM
To: Ray Johnson
Cc: users@subversion.tigris.org
Subject: Re: svn cat on moved revisions

On Oct 20, 2004, at 11:54 AM, Ray Johnson wrote:
>
> How can I get the old contents in some systematic way?
>  
>

Use an svn 1.1 client. This is a known bug in 1.0.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 20 19:45:42 2004

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.