I am presently working on a new web site that is under development but something makes the development very complicated and I would like to know if someone has a way to fix this.
I am working on this site with a partner so we work on each of our local development web servers and we both connect to a development database that is located on an external web server. There are 2 development web servers that are synced using Subversion and 1 development database. We used the config.php configurations from this site to be able to easily work on each of our local web server but we are now having problems with the upload preferences. I did not find any other way to store the upload preferences beside using the control panel which stores them in the database. Since we only use 1 database, it makes it very complicated to always have to change the preferences in the control panel when we want to test something.
Is it possible to set the root server path somewhere in the config.php file or the path.php file and then be able to use it in the upload preferences? I also tried to use the {site_url} variable for URL of Upload Directory preference and that did not seem to work.
It would be nice to have a variable in the config.php or the path.php for the root of the server path, it would be much easier to configure development servers.
Thank you.
