开发者

I want to rename Maven project and keep its Subversion history

I am using NetBeans 6.9 and trying to rename Maven Project name and keep its Subversion history.

Please tell me if there is any possib开发者_Go百科le way to rename it.


You can change the <name> or <artifactId> element in pom.xml - your Subversion history will be unaffected.

Similarly, Subversion will allow you to rename a folder in the repository, preserving history.


Maven is a build tool, and maybe more, but not a source code management system or version control system. Keeping a change history of your project would rather be the job of something like Subversion or Git. Create a Git repository, commit your stuff, change names afterwards.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜