Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can not get the file content with cat if file is delete #177

Open
focalism opened this issue Mar 16, 2021 · 0 comments
Open

can not get the file content with cat if file is delete #177

focalism opened this issue Mar 16, 2021 · 0 comments

Comments

@focalism
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant