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

svn cat doesn't work on moved files

From: SteveKing <steveking_at_gmx.ch>
Date: 2003-03-27 18:42:50 CET

Hi,

it seems that
svn cat
doesn't follow moved/renamed files if given
a revision number:

working copy at revision 2
svn mv myfile.txt subfolder/myfile.txt
svn commit --message "file moved"
svn cat subfolder/myfile.txt -r 2
svn:RA layer request failed
svn: PROPFIND of /svn/repos/!svn/bc/2/trunk/project/subfolder/myfile.txt
404 Not Found

I guess that's a bug?

Stefan
Received on Thu Mar 27 18:44:30 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.