开发者

Is there a possibility to check if an SVN update would result in a conflict?

开发者 https://www.devze.com 2023-01-10 01:57 出处:网络
Before I do an svn up,开发者_JAVA百科 I\'d like to see in what that operation would result. Specifically, I would want to know in advance if one of my files would go into a conflicted state, but also,

Before I do an svn up,开发者_JAVA百科 I'd like to see in what that operation would result. Specifically, I would want to know in advance if one of my files would go into a conflicted state, but also, which files have changed. So, is there a possibility to do that?


Yes, but not with svn up. You can use this command:

svn merge -–dry-run -r BASE:HEAD
0

精彩评论

暂无评论...
验证码 换一张
取 消