문제

My company has stopped using CVS. I have an archived file name.cpp,v.

How can I recover the latest name.cpp ?

NOTE : I dont have cvs repository in place now.

도움이 되었습니까?

해결책

Install RCS (it's small, go for it) if you haven't already.

Then run co name.cpp in the same directory as name.cpp,v.

It should "check out" the latest version.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top