I have a project that needs to be committed using svn. When a user commits the project and i update it on my system the files do get added or updated in my project but the reference path to those files do not change.
Eg: the path of file ABC.swift in user1's system is user1/application/Project1/ABC.swift
so when i update the project in my system the files do get updated but the reference path remains the same as above whereas the path should change as per my project in my system.
Check the image below for the same situation with storyboard. The path doesn't change and i get red marked files stating that the file is missing. Actually the file is there in the project but the relative path does't get updated.
I have been struggling on this since long.
