How to migrate subversion shelves from one project to another?
Hi,
I have some changes shelved in one project and now I created another project from the same project model (maven project) and source codes. The problem is that I do not know how to move the shelved changes to the new project to use them when needed. Any suggestion?
Thanks.
Please sign in to leave a comment.
Shelved changes are stored as patch files under the config directory. You can use the "Import patch into shelf" action to import them into your new project.