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

Re: svn cat doesn't work on moved files

From: <kfogel_at_collab.net>
Date: 2003-03-27 19:30:02 CET

"SteveKing" <steveking@gmx.ch> writes:
> 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?

Yes, it is. Thanks for the excellent bug report (would still have
been more excellent if it included the versions of client and server,
but in this case the transcript was enough to identify a familiar
issue.)

I believe this is:

   http://subversion.tigris.org/issues/show_bug.cgi?id=891

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 27 20:10:27 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.