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

svn cat on removed files

From: <pd_at_planet.nl>
Date: 2006-08-25 13:36:52 CEST

Hi,

I want to 'svn cat' a source file that used to be in the repository, but
was removed from it recently. Let's say it was still there in revision 654.

Issueing the command "svn cat -r 654
<path-to-subversion-repository>/project/trunk/file"
yields
svn: REPORT request failed on
'/subversion/my_repository/!svn/bc/794/project/trunk/file'
svn: '/subversion/my_repository/!svn/bc/794/project/trunk/file' path not
found

where as "svn cat
<path-to-subversion-repository>/project/trunk/file@654" returns the
expected result (the file contents as it was in revision 654).

Shouldn't the "-r" command return the same result as the "@" command?

Cheers
Peter.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Aug 27 14:41:12 2006

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.