if the file A is deleted at revision 200,I cat the content of A at revision 199, I get the error:
svn: warning: W160013: '/svn/!svn/path/A' path not found
svn: E200009: Could not cat all targets because some targets don't exist
svn: E200009: Illegal target for the requested operation
and see the really command is:
svn cat -r 199/svn/path/A
but if I run the command:
svn cat /svn/path/A@199
I can get the content of A
so if the modify type of file is D(delete), the cat command shoud run as: svn cat /svn/path/A@199 ?