We are three of us working on the same project, at the same time.
It can occur we need to modify the same file to perform different tasks (bug-fixings or enhancements), but we use the svn repo only to track online (www) changes, while we keep our own changes in local during development.
Is there a way, in TortoiseSVN, to compare my local, modified version of a file and the latest on the repo (i.e. the www version)?
Using the ‘diff’ option from the contextual menu is not the solution, because it compares my working copy and the working base I started from, not the latest on the repo (probably committed by a colleague of mine).
Use the Check-For-Modifications dialog.
Push the
Check Repositorybutton. That will then show you the files that were modified and committed to the repository, but which you haven’t updated to your working copy yet.Right-clicking on such files gives you the option to do that diff.
Or just use the log dialog and do the diff there.