Is it possible update external files from a child project and then sync those changes back to other projects?
In the example below, two projects receive files from a "Common" project via svn:externals. I'm trying to find out if the developers working on Project A and Project B are able to directly update those files and have them replicate into the other project.
Example structure:
/svn
/Common
/scripts <- main source folder
scriptA.js
scriptB.js
/ProjectA
/scripts
/common <- external points to source
scriptA.js
scriptB.js
/ProjectB
/scripts
/common <- external points to source
scriptA.js
scriptB.js
I've been looking for this answer for a while. None of the articles I find touch on this...
https://stackoverflow.com/questions/1535477...
https://www.simple-talk.com/...