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
svn diff ^/trunkUrl/fileName ^/branchUrl/fileName
This will give you the difference between a file in branch and trunk.