Hi All We have a trunk X and a feature branch Y (branched from X) We have another branch Z (totally new code) and we need to copy branch Z to inside branch Y When we need to merge from branch Y to X, will it work ?
When do we decide to svn copy or svn merge for branch Z ? Thank