I am pretty new to SVN and after about 30 minutes of searching I can't find an answer to how to do this. I have a bunch of files currently in one folder which belong in 2-3 different repositories. I want to keep them the way they are (not move them into separate folders) but then when I am in that directory and tell it to commit, how will it know which repository I am talking about? The reason I don't want to move the files is because it will break the path dependencies in the code on my dev environment (php on a server running apache) and I want to be able to have the dev environment continue working and only have one version of any given file floating around. I am willing to use symbolic links if that would help. Anyone know what is the right way to solve this?
You should read on svn externals.