Forum Moderators: coopster
I'm using Subversion and have a root-level folder structure that looks like this:
* lib
* logs
* sql
* src
Currently, I have all of my web files in the "src" folder.
There is a folder of include files in the "src > includes" folder. The client is asking to move these to the "lib" folder for security reasons.
How do I do this?!
I'm not sure how to move files outside the "src" folder and have the site still function properly.
Any thoughts? I'm stumped and could use some help.
Thanks!