How do I rename a project in RH2019 (new UI)?
In RH2019 Classic it's simple: File > Rename Project (as it was in earlier versions),
That option doesn't exist in the new UI, unless there's a secret trick to enabling it. 🙂
The project concerned here is one I upgraded from RH2015 when I first started using RH2019 (new UI) a year or so ago.Reason needed:
This isn't because I've changed my mind about the name, for example, but because I need to retain and edit the original project while working on a new copy: help for the next release of the same app, where there's considerable overlap.
This has always been easy because we use Subversion for version control, so my workflow for a new app rlease has been:
- In SVN, branch from trunk, creating a duplicate copy (of, say, projectabc.rpj)
- So projectabc.rpj now exists in both trunk and bnanch
- Download the branch copy to a new folder on my pc
- Open my local branch copy in RH and rename it to projectdef.rpj in RH