I have the following SVN java project structure within a repo:
Artifact folder 1
- branches
- dev
- Project 1
- dev
- branches
Artifact folder 2
- branches
- stable
- branches
I want to copy Project 1 from Artifact folder 1/branches/dev/Project 1
to Artifact folder 2/branches/stable
.
I want to copy it in such a manner that I am able to see the diffs in Project 1 since it was branched when I create a crucible review for it from Artifact folder 2/branches/stable
. Is this possible?
Currently, I am just copying the project to the new location and when I add the commit it shows up all the files without showing the diffs it would show if I created a review from the original location.
Apologies if this has been answered before, I couldn't find it.