You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
if the file A is deleted at revision 200,I cat the content of A at revision 199, I get the error:
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
?The text was updated successfully, but these errors were encountered: