svn project with linked common files
- by Eric
The src directory of my project is composed by three folders: two sub-projects and some common files.
I linked the files of the common directory to the two sub-projects.
I've just imported my project to svn but end up with three duplications of the content of the common directory.
I'm wondering if svn can deal with this and how. Like an option which specify to not consider links.
I thought about deleting in svn linked files from the sub-projects.
Thank you,
Éric.