문제

I did a "update to revision" (to rev. N) in the tortoiseSVN log dialog. Then I committed a change (without updating to head first).

Now a cannot see the revision between rev. N and HEAD anymore, only the one before rev. N and the last commit.

However, all the changes fro the intervening revs seem to be there.

How can I restore the log to show all revs?

도움이 되었습니까?

해결책

TortoiseSVN caches the log messages so it loads them up faster next time. But sometimes it can go wrong, like in your case.

To delete the cache go TortoiseSVN -> Settings -> Log Caching -> Cached Repositories, and delete the cache for your repo. Then open the Show Log again.

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