otaku
otaku

Reputation: 964

Folder Restructure and Merge Conflict in SVN

One of our project folders get conflicted during SVN merge after a folder restructure. I am not sure if there is a way to resolve the conflict during the merge. The conflict also causes it not to find the differences between the files from the old folder structure. Below is a simplistic scenario of the situation.

Is this what SVN move is intended to solve? Or has this been the weak point of SVN when it comes to merging and folder restructure?

Upvotes: 2

Views: 230

Answers (1)

otaku
otaku

Reputation: 964

This is one of the weak point of SVN. We had to use SVN Move for future references so that when SVN does the branch it will know which file to track.

Upvotes: 2

Related Questions