vote up 3 vote down star

For a deleted file what's the command to use to view the content of a old revision

E:\Downloads\eeli\eel\eel>svn cat eel-scalable-font.h -r 2
svn: warning: 'eel-scalable-font.h' is not under version control
flag

44% accept rate

3 Answers

vote up 5 vote down check

You need to use a repository URL (not working copy), and use the @rev syntax. Something like:

svn cat https://myhost/svn/eeli/eel/eel/eel-scalable-font.h@2
link|flag
vote up 0 vote down

ok got it. I hve got to point to the repository rather than the working copy

E:\Downloads\eeld>svn cat file:///E:/Downloads/eel/trunk/eel/eel-scalable-font.h@2

link|flag
vote up 0 vote down

I think what your looking for is:

svn cat eel-scalable-font.h@2
link|flag
no luck E:\Downloads\eeli\eel\eel>svn cat eel-scalable-font.h@2 svn: warning: 'eel-scalable-font.h' is not under version control But I can view the same in tortoise svn – tful Nov 19 '08 at 4:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.