Can I review incoming changes in TortoiseSVN like in Eclipse before updating?

StackOverflow https://stackoverflow.com/questions/4490715

  •  11-10-2019
  •  | 
  •  

سؤال

The synchronize view of Eclipse is very nice to see incoming changes from everybody before updating my codebase.

Is there a similar feature in TortoiseSVN? I can only compare 2 revisions there, I did not find any functionality to compare my working copy (which is a mix of modified files and files from various revisions) with the HEAD revision easily!

هل كانت مفيدة؟

المحلول

Use the Check-For-Modifications dialog, then click on the "Check Repository" button. That will show you which files are modified in the repository.

نصائح أخرى

You can do show-Log -> right click on the new update and press "compare with working copy".

This will show you the difference between the updated file and the current one on your pc.

You can have a look at the log before you update. It shows which revision you're currently at (bold font) and what was committed later.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top