How to retrieve the content of a "deleted" file
From: Emmanuel Blot <manu.blot_at_gmail.com>
 
Date: 2005-09-13 21:15:04 CEST 
Hi,
 I'm not able to access the content of a file at a specific revision
 I was using subversion 1.1 (both client and server, based on Apache
 I'd like to get the content of a file which has been added in release
 svn log -q -v -r 59 http://10.129.123.78/svn/project/trunk/src/dyntest/scripts
 svn log -q -v -r 62 http://10.129.123.78/svn/project/trunk/src/dyntest/scripts
 svn list -r 61 http://10.129.123.78/svn/project/trunk/src/dyntest/scripts
 svn list -r 62 http://10.129.123.78/svn/project/trunk/src/dyntest/scripts
 I though I could get the content of this file using the following command:
 svn cat -r 59 http://10.129.123.78/svn/project/trunk/src/dyntest/scripts/errors.dtf
 However, I get the following error (that I don't understand):
 svn: REPORT request failed on
 Whatever the "rev" value set to the -r option (svn cat -r 59, -r 60,
 What should I miss, how can I obtain the content of this file ?
 I should say that I'm using Trac, and that the Trac browser is able to
 I'm also able to check out the repository for this revision, and
 svn co -r 59 http://10.129.123.78/svn/project/trunk/src/dyntest/scripts
 May be I mis-use the svn tool ?
 TIA,
 -- Manu --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Sep 13 21:23:57 2005  | 
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.