Is there a way to find the differences between the trunk and say a branch 0.4.x?
trunk
0.4.x
I need to create a tag - however I can\'t remember if my lates
You can use the meld tool for comparison instead of using command prompt to see the difference. It goes something like this.
svn diff --diff-cmd='meld' --old http://.../repo/branches/0.4.x --new http://.../repo/trunk/