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
If you just want to diff against the current branch, you can just use a dot .
svn switch ^/branches/branchName svn diff . ^/trunk