Link to home
Start Free TrialLog in
Avatar of MohitPandit
MohitPanditFlag for India

asked on

SVN: Can we merge/resolve conflict entityframework (EDMX) file in ASP.NET using SVN branching?

Hello,

We have a project in which we have .EDMX file.
We need to implement branching for release and parallel development.
Could you please confirm SVN automatically merge/resolve conflict for EDMX file?

Or do you have other thoughts?

Best Regards,
Mohit Pandit
Avatar of sarabande
sarabande
Flag of Luxembourg image

.EDMX files are xml text files. because of that svn has no problems to merge them, however, if two changes were made from different workspaces where the range of lines overlaps, you need to merge manually at check-in same as with any other source file.

Sara
Avatar of MohitPandit

ASKER

Okay, I got it for xml files.

For you comment, "if two changes were made from different workspaces where the range of lines overlaps, you need to merge manually at check-in same as with any other source file"
Do you mean, we need to resolve conflict manually?

Apart, do you have any tutorial or video tutorial link for that so that it will be more helpful?

Best Regards
ASKER CERTIFIED SOLUTION
Avatar of sarabande
sarabande
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Okay, I'll check & let you update.

Best Regards
Thanks