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 possible way to rename it.
|
|
|
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. |
|||
|
|
|
You can change the Similarly, Subversion will allow you to rename a folder in the repository, preserving history. |
|||
|
|