I was wondering if someone out there could help me with a little issue I have. Firstly, I'm using Vault 4.1.4 in the Edit/Merge/Commit style. I have the client software and VS plugin.
I began changing some source to a particular solution initially thinking it was a minor change and I would just commit the changes to the same branch (1.1).
However over time I realised I was making some fairly drastic change to the project including deleting/adding/renaming lots of source files.
So I decided to create a new branch (1.2) and apply my changes to that. What I've done so far is:
- - Create a new Branch
- Rename by working directory to that of the new branch (i.e .1.1 to 1.2).
The only thing I can think of is to start from scratch with a new 1.2 folder (i.e. don't branch and add all the files manually), but then I lose all my old history.
Can anyone tell me if there is a better way of doing this?
Thanks,
LJ