0

I have repository with many branches and all source files have $Id$. When I change one file on trunk I have to change it also on specific branch from the same repository. If I simply copy modified file to specific branch and commit it then $Id$ will have new value. From this time the only difference between source file in trunk and source file in branch is value in $Id$ and file compare utilities will show it as difference.

Is there any way to have the same $Id in both trunk and branch?

4

1 回答 1

1

如果您在同一个提交中同时提交主干和分支,那可能会这样做。可以通过使用 svn 比较实用程序来缓解比较实用程序看到差异的问题,它应该理解没有差异。

于 2012-09-26T06:57:59.753 回答