开发者

Problems with package renaming in Mercurial project

I have been using Mercurial for a while in my Java project. I work in a two man team. When I do merges, I find that file renaming has not caused many problems, but package renaming has caused major issu开发者_StackOverflowes. Is this a known problem? Is there anything I can do?


Are you using the hg commands to do this? You shouldn't move files/directories without using hg.

Use hg move to move files/directories or "hg mv --after" to record a name that has already changed before.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜