Dear all,
I have a single DEV branch in TFS where I am running my development process.
Now I have complete a stable version from my DEV branch so I add a Label to latest version.
From that point I would like to create a Release 1.x branch from the DEV branch in order to keep on working on the DEV branch without affecting running customer version.
Then if I found a bug on release version I will work on Realease 1.x branch.
To do that I have create a new Folder calle Realease 1.0, then from DEV branch I select Merge to Realease 1.0 with Latest Version option set.
When doing so, TFS says there is nothing to merge as they is no change, how can I force a first merge to my new release branch ?
Thnaks for tips