문제

Everyday morning I update my local code using cvs update. The problem is that CVS stores my password. I usually type cvs logout from cmd in order not to use my user any more. This way I will prevent myself from accidental commits to CVS. Any ideas on how to log out automatically after running cvs update?

도움이 되었습니까?

해결책

CVS has pre and post-commit hooks. There is no update hook. https://priyamuthukumar.wordpress.com/tag/cvs-hooks/

The easiest way is to code a script which updates and then logs out.

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