简体   繁体   中英

Cannot see revision in tortoiseSVN log anymore

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM