I've set up a repository on my local Windows7 computer, with the following structure:
I want to set up my repository so the files in common->trunk are included in project1->trunk.
My understanding of externals is that when I check out project1 with externals the file somethingforeveryone.php shows up in the project1->trunk directory.
I've read several posts and the svn documentation regarding the inclusion of externals. I'm still unclear how to set up the reference to common files. Local path and URL what are they supposed to be? Is this the correct place to define them? I've made several attempts to define these but get error message "Error parsing svn:externals".
Thanks for any suggestions.
============
I was able to create the external definition as you suggest and then I committed the changes to the repository. Checking out a new project, I discover the entire repository is copied to the trunk when all I wanted were the files withing common/trunk. this includes .svn, trunk, branches, tags, all within project1/trunk
How do I just include just the files (and potential sub-folders to be added later) that reside in common/trunk?