开发者

I want to rename Maven project and keep its Subversion history

开发者 https://www.devze.com 2023-04-03 05:49 出处:网络
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>

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

精彩评论

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

关注公众号