Find difference between trunk and branch?

前端 未结 4 1009
不知归路
不知归路 2021-01-30 06:06

Is there a way to find the differences between the trunk and say a branch 0.4.x?

I need to create a tag - however I can\'t remember if my lates

4条回答
  •  佛祖请我去吃肉
    2021-01-30 06:49

    svn diff ^/trunkUrl/fileName ^/branchUrl/fileName
    

    This will give you the difference between a file in branch and trunk.

提交回复
热议问题