Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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!

like image 924
Christian Avatar asked Dec 20 '10 14:12

Christian


1 Answers

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

like image 157
Stefan Avatar answered Sep 30 '22 02:09

Stefan