[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:32:19 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?

Stefan, I was wrong -- this is not issue #891. It's not even a bug.

You create subfolder/myfile.txt in revision *3*. Then you try to cat
it -- from revision 2. Of course that doesn't work :-). The path
doesn't exist in revision 2.

-Karl

---------------------------------------------------------------------
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:12:43 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.