SVN (Subversive in Eclipse) - compare branch to trunk?

eagerMoose picture eagerMoose · Apr 27, 2011 · Viewed 12.9k times · Source

I used to work with CVS where it was no problem to compare HEAD to any branch, branch to branch or branch to HEAD. Now on SVN I have some changes on trunk I need to put on a branch, but can't seem to find an option to compare given branch to trunk.

Is it possible to have a branch project in workspace and compare it to trunk?

Answer

vinnyjames picture vinnyjames · Apr 27, 2011

right-click on the project and choose Compare With, Branch/Tag (this is with subclipse)

enter image description here

APPENDED

What version of the svn client are you using? When I open the Compare With dialog on a project checked out from branch it lets me enter any URL (including trunk) and any revision to compare it to.

enter image description here